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 878425 Details for
Bug 1022095
electric: 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.84 KB, created by
Michael Simacek
on 2014-03-25 12:12:31 UTC
(
hide
)
Description:
Remove version from JAR name
Filename:
MIME Type:
Creator:
Michael Simacek
Created:
2014-03-25 12:12:31 UTC
Size:
2.84 KB
patch
obsolete
>From 9d0722a35b3ae91505d259b4dcb706447e03dfca Mon Sep 17 00:00:00 2001 >From: Michael Simacek <msimacek@redhat.com> >Date: Tue, 25 Mar 2014 10:52:31 +0100 >Subject: [PATCH] Remove version from JAR name > >Signed-off-by: Michael Simacek <msimacek@redhat.com> >--- > electric.spec | 28 ++++++++-------------------- > 1 file changed, 8 insertions(+), 20 deletions(-) > >diff --git a/electric.spec b/electric.spec >index a599a7a..f49fdb9 100644 >--- a/electric.spec >+++ b/electric.spec >@@ -1,9 +1,8 @@ > Name: electric > Version: 8.09 >-Release: 7%{?dist} >+Release: 8%{?dist} > Summary: Sophisticated ASIC and MEM CAD System > >-Group: Applications/Engineering > License: GPLv3 > URL: http://www.staticfreesoft.com/ > >@@ -11,8 +10,6 @@ Source0: ftp://ftp.gnu.org/pub/gnu/electric/%{name}-%{version}.jar > Source1: %{name}.desktop > Source2: %{name}.1 > >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >- > BuildRequires: java-devel > BuildRequires: ant > BuildRequires: desktop-file-utils >@@ -31,9 +28,6 @@ and electro-mechanical hybrid layout. > > %package javadoc > Summary: Javadocs for %{name} >-Group: Documentation >-Requires: %{name} = %{version}-%{release} >-Requires: jpackage-utils > > > %description javadoc >@@ -57,22 +51,19 @@ ant -verbose \ > > > %install >-%{__rm} -rf %{buildroot} >- >- > # generating empty directories > install -d %{buildroot}%{_bindir} > install -d %{buildroot}%{_javadir}/%{name} > > # real java binary created by this spec file > install -pm 0755 %{name}-%{version}.jar \ >- %{buildroot}%{_javadir}/%{name}/%{name}-%{version}.jar >+ %{buildroot}%{_javadir}/%{name}/%{name}.jar > > >-# dummy executable file to call %%{name}-%%{version}.jar >+# dummy executable file to call %%{name}.jar > cat > %{name} << EOF > #!/bin/bash >-java -jar %{_javadir}/%{name}/%{name}-%{version}.jar >+java -jar %{_javadir}/%{name}/%{name}.jar > EOF > install -pm 0755 %{name} %{buildroot}%{_bindir}/%{name} > >@@ -94,26 +85,23 @@ install -d %{buildroot}%{_javadocdir}/%{name} > %{__cp} -rp apidoc/* %{buildroot}%{_javadocdir}/%{name} > > >-%clean >-%{__rm} -rf %{buildroot} >- >- > %files >-%defattr(-,root,root,-) > %doc packaging/README.txt ChangeLog.txt packaging/LicenseGNU.txt > %{_bindir}/%{name} > %dir %{_javadir}/%{name}/ >-%{_javadir}/%{name}/%{name}-%{version}.jar >+%{_javadir}/%{name}/%{name}.jar > %{_datadir}/applications/%{name}.desktop > %{_datadir}/pixmaps/%{name}.png > %{_mandir}/man1/%{name}.1.gz > > %files javadoc >-%defattr(-,root,root,-) > %{_javadocdir}/%{name} > > > %changelog >+* Tue Mar 25 2014 Michael Simacek <msimacek@redhat.com> - 8.09-8 >+- Remove version from JAR name >+ > * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.09-7 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild > >-- >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 1022095
: 878425