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 585147 Details for
Bug 822395
add maven pom
[?]
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]
add maven pom for version 0.5 in f17
0002-add-maven-pom.patch (text/plain), 1.74 KB, created by
gil cattaneo
on 2012-05-17 09:14:15 UTC
(
hide
)
Description:
add maven pom for version 0.5 in f17
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-05-17 09:14:15 UTC
Size:
1.74 KB
patch
obsolete
>From 67a459a2d955d9e9992154777dc56a7f082bab3e Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Thu, 17 May 2012 09:14:29 +0200 >Subject: [PATCH 2/2] add maven pom > >--- > apache-commons-discovery.spec | 11 ++++++++++- > 1 files changed, 10 insertions(+), 1 deletions(-) > >diff --git a/apache-commons-discovery.spec b/apache-commons-discovery.spec >index 201fd29..9aae1fe 100644 >--- a/apache-commons-discovery.spec >+++ b/apache-commons-discovery.spec >@@ -3,7 +3,7 @@ > > Name: apache-%{short_name} > Version: 0.5 >-Release: 2%{?dist} >+Release: 3%{?dist} > Epoch: 2 > Summary: Apache Commons Discovery > License: ASL 2.0 >@@ -54,6 +54,10 @@ install -d -m 755 $RPM_BUILD_ROOT%{_javadir} > install -p -m 644 target/%{short_name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar > ln -sf %{name}.jar %{buildroot}%{_javadir}/%{short_name}.jar > >+mkdir -p $RPM_BUILD_ROOT%{_mavenpomdir} >+install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{short_name}.pom >+%add_maven_depmap JPP-%{short_name}.pom %{short_name}.jar >+ > # javadoc > install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name} > cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} >@@ -61,12 +65,17 @@ cp -pr target/site/api*/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} > %files > %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt > %{_javadir}/* >+%{_mavenpomdir}/JPP-%{short_name}.pom >+%{_mavendepmapfragdir}/%{name} > > %files javadoc > %doc %{_javadocdir}/%{name} > %doc LICENSE.txt NOTICE.txt > > %changelog >+* Thu May 17 2012 gil cattaneo <puntogil@libero.it> - 2:0.5-3 >+- add maven pom >+ > * Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:0.5-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >-- >1.7.7.6 >
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 822395
:
585146
| 585147