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 877319 Details for
Bug 1022156
plexus-graph: 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.18 KB, created by
Michael Simacek
on 2014-03-21 14:36:41 UTC
(
hide
)
Description:
Remove version from JAR name
Filename:
MIME Type:
Creator:
Michael Simacek
Created:
2014-03-21 14:36:41 UTC
Size:
2.18 KB
patch
obsolete
>From 4f46e13d78838dfa8ba53349759570c0d55eac6e Mon Sep 17 00:00:00 2001 >From: Michael Simacek <msimacek@redhat.com> >Date: Fri, 21 Mar 2014 15:25:37 +0100 >Subject: [PATCH] Remove version from JAR name > >Signed-off-by: Michael Simacek <msimacek@redhat.com> >--- > plexus-graph.spec | 17 ++++++++--------- > 1 file changed, 8 insertions(+), 9 deletions(-) > >diff --git a/plexus-graph.spec b/plexus-graph.spec >index 37aa449..b30ab5a 100644 >--- a/plexus-graph.spec >+++ b/plexus-graph.spec >@@ -2,16 +2,15 @@ > > Name: plexus-graph > Version: 0.13.1 >-Release: 10%{?dist} >+Release: 11%{?dist} > Summary: Graph data structures manipulation library > >-Group: Development/Libraries > License: CPL > URL: http://plexus.sourceforge.net/ > Source0: http://download.sourceforge.net/plexus/plexus-src-%{version}.tgz > >-Requires: log4j apache-commons-collections java jpackage-utils >-BuildRequires: %{requires} ant java-devel >+Requires: log4j apache-commons-collections java-headless >+BuildRequires: %{requires} ant > > BuildArch: noarch > >@@ -23,9 +22,6 @@ vertices and edges are containers for arbitrary user-defined objects. > > %package javadoc > Summary: Javadocs for %{name} >-Group: Documentation >-Requires: %{name} = %{version}-%{release} >-Requires: jpackage-utils > > %description javadoc > This package contains the API documentation for %{name}. >@@ -45,8 +41,7 @@ install -d %{buildroot}%{_javadir} > install -d %{buildroot}%{_javadocdir}/%{name} > > # JARs and JavaDoc >-install -m 644 build/dist/plexus-%{version}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar >-ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar >+install -m 644 build/dist/plexus-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar > cp -rp doc/javadoc/. %{buildroot}%{_javadocdir}/%{name} > > >@@ -60,6 +55,10 @@ cp -rp doc/javadoc/. %{buildroot}%{_javadocdir}/%{name} > > > %changelog >+* Fri Mar 21 2014 Michael Simacek <msimacek@redhat.com> - 0.13.1-11 >+- Remove version from JAR name >+- Require java-headless >+ > * Thu Oct 24 2013 Lubomir Rintel <lkundrak@v3.sk> - 0.13.1-10 > - Bulk sad and useless attempt at consistent SPEC file formatting > >-- >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 1022156
: 877319