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 877334 Details for
Bug 1022143
miglayout: 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.31 KB, created by
Michael Simacek
on 2014-03-21 15:26:57 UTC
(
hide
)
Description:
Remove version from JAR name
Filename:
MIME Type:
Creator:
Michael Simacek
Created:
2014-03-21 15:26:57 UTC
Size:
2.31 KB
patch
obsolete
>From 8c30e5bb2bc3bdf2651cef1bc720e6ce760cc65d Mon Sep 17 00:00:00 2001 >From: Michael Simacek <msimacek@redhat.com> >Date: Fri, 21 Mar 2014 16:26:20 +0100 >Subject: [PATCH] Remove version from JAR name > >Signed-off-by: Michael Simacek <msimacek@redhat.com> >--- > miglayout.spec | 14 ++++++-------- > 1 file changed, 6 insertions(+), 8 deletions(-) > >diff --git a/miglayout.spec b/miglayout.spec >index b616f8f..b39c64f 100644 >--- a/miglayout.spec >+++ b/miglayout.spec >@@ -1,17 +1,16 @@ > Name: miglayout > Version: 4.0 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: Versatile and flexible Swing and SWT layout manager > URL: http://www.miglayout.com/ > License: BSD >-Group: System Environment/Libraries > > Source0: http://www.migcalendar.com/miglayout/versions/%{version}/miglayout-%{version}-sources.jar > > BuildArch: noarch > BuildRequires: eclipse-swt dos2unix jpackage-utils java-devel > >-Requires: java jpackage-utils >+Requires: java > > %description > MiGLayout is a versatile SWT/Swing layout manager. It uses String or >@@ -22,15 +21,12 @@ what Matisse/GroupLayout is to IDE supported visual layouts. > > %package javadoc > Summary: Javadocs for MiGLayout >-Group: Documentation >-Requires: %{name} = %{version}-%{release} > > %description javadoc > This package contains the API documentation for MiGLayout. > > %package examples > Summary: Examples and demo code for MiGLayout >-Group: Documentation > Requires: %{name} = %{version}-%{release} > > %description examples >@@ -65,8 +61,7 @@ javadoc -d doc net.miginfocom.{layout,swing,swt} > %install > mkdir -p %{buildroot}%{_javadir} > mkdir -p %{buildroot}%{_javadocdir} >-cp -a %{name}-%{version}.jar %{buildroot}%{_javadir}/ >-ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar >+cp -a %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar > cp -a doc %{buildroot}%{_javadocdir}/%{name} > > %files >@@ -80,6 +75,9 @@ cp -a doc %{buildroot}%{_javadocdir}/%{name} > %doc net/miginfocom/examples/*.java > > %changelog >+* Fri Mar 21 2014 Michael Simacek <msimacek@redhat.com> - 4.0-6 >+- Remove version from JAR name >+ > * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-5 > - 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 1022143
: 877334