Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 878350 Details for
Bug 1022105
imagej: remove versioned jars from %{_javadir}
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Remove version from JAR name
0001-Remove-version-from-JAR-name.patch (text/plain), 2.27 KB, created by
Michael Simacek
on 2014-03-25 09:10:54 UTC
(
hide
)
Description:
Remove version from JAR name
Filename:
MIME Type:
Creator:
Michael Simacek
Created:
2014-03-25 09:10:54 UTC
Size:
2.27 KB
patch
obsolete
>From a5dc38392159443094b80a5f6258b823b314a96e Mon Sep 17 00:00:00 2001 >From: Michael Simacek <msimacek@redhat.com> >Date: Tue, 25 Mar 2014 10:10:01 +0100 >Subject: [PATCH] Remove version from JAR name > >Signed-off-by: Michael Simacek <msimacek@redhat.com> >--- > imagej.spec | 21 +++++---------------- > 1 file changed, 5 insertions(+), 16 deletions(-) > >diff --git a/imagej.spec b/imagej.spec >index 1f43c11..84d442b 100644 >--- a/imagej.spec >+++ b/imagej.spec >@@ -1,6 +1,6 @@ > Name: imagej > Version: 1.48 >-Release: 1.e%{?dist} >+Release: 2.e%{?dist} > Summary: Image Processing and Analysis in Java > > Group: Applications/Engineering >@@ -15,7 +15,6 @@ patch0: %{name}-%{version}-patch0.patch > # modify imagej.sh for fedora compatibility > patch1: %{name}-%{version}-patch1.patch > BuildArch: noarch >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > > BuildRequires: jpackage-utils >@@ -35,10 +34,6 @@ can be used for quantitative analysis of engineering and scientific image data. > > %package javadoc > Summary: Javadocs for %{name} >-Group: Development Documentation >-BuildArch: noarch >-Requires: %{name} = %{version}-%{release} >-Requires: jpackage-utils > > %description javadoc > This package contains the API documentation for %{name}. >@@ -66,13 +61,10 @@ ant build javadocs > cd .. > > %install >-rm -rf $RPM_BUILD_ROOT >- > # install jar > mkdir -p $RPM_BUILD_ROOT%{_javadir} > cp -p source/ij.jar \ >-$RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar >-ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar >+$RPM_BUILD_ROOT%{_javadir}/%{name}.jar > > > # install javadoc >@@ -131,12 +123,7 @@ fi > update-desktop-database &> /dev/null || : > > >-%clean >-rm -rf $RPM_BUILD_ROOT >- >- > %files >-%defattr(-,root,root,-) > %{_javadir}/* > %{_datadir}/%{name}/ > %{_datadir}/applications/%{name}.desktop >@@ -145,11 +132,13 @@ rm -rf $RPM_BUILD_ROOT > %doc source/aREADME.txt source/release-notes.html source/applet.html > > %files javadoc >-%defattr(-,root,root,-) > %{_javadocdir}/%{name} > > > %changelog >+* Tue Mar 25 2014 Michael Simacek <msimacek@redhat.com> - 1.48-2.e >+- Remove version from JAR name >+ > * Sat Oct 26 2013 Adam Huffman <bloch@verdurin.com> - 1.48-1.e > - Update to 1.48e > >-- >1.8.5.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1022105
: 878350