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 572468 Details for
Bug 806572
Add maven POM and dependencies map to jzlib
[?]
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]
Proposed patch to add the POM and the dependencies map
0001-Add-maven-POM-and-dependencies-map.patch (text/plain), 1.41 KB, created by
Juan Hernández
on 2012-03-24 22:32:15 UTC
(
hide
)
Description:
Proposed patch to add the POM and the dependencies map
Filename:
MIME Type:
Creator:
Juan Hernández
Created:
2012-03-24 22:32:15 UTC
Size:
1.41 KB
patch
obsolete
>From 4217ec1e68c46512ca0b0a33081a74d7ba448def Mon Sep 17 00:00:00 2001 >From: Juan Hernandez <juan.hernandez@redhat.com> >Date: Sat, 24 Mar 2012 23:26:49 +0100 >Subject: [PATCH] Add maven POM and dependencies map > >--- > jzlib.spec | 12 +++++++++++- > 1 files changed, 11 insertions(+), 1 deletions(-) > >diff --git a/jzlib.spec b/jzlib.spec >index af9d228..f809909 100644 >--- a/jzlib.spec >+++ b/jzlib.spec >@@ -30,7 +30,7 @@ > > Name: jzlib > Version: 1.1.0 >-Release: 1%{?dist} >+Release: 2%{?dist} > Epoch: 0 > Summary: Re-implementation of zlib in pure Java > >@@ -90,8 +90,15 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name} > install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name} > cp -pr example/* $RPM_BUILD_ROOT%{_datadir}/%{name} > >+# POM and dependencies map: >+install -dm 755 $RPM_BUILD_ROOT%{_mavenpomdir} >+cp pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom >+%add_maven_depmap JPP-%{name}.pom %{name}.jar >+ > %files > %{_javadir}/*.jar >+%{_mavenpomdir}/*.pom >+%{_mavendepmapfragdir}/%{name} > %doc LICENSE.txt > > %files javadoc >@@ -102,6 +109,9 @@ cp -pr example/* $RPM_BUILD_ROOT%{_datadir}/%{name} > %doc %{_datadir}/%{name} > > %changelog >+* Sat Mar 24 2012 Juan Hernandez <juan.hernandez@redhat.com> 0:1.1.0-2 >+- Add maven POM and dependencies map >+ > * Fri Jan 13 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.1.0-1 > - Update to upstream 1.1.0 release. > >-- >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 806572
: 572468