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 582710 Details for
Bug 819599
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
0001-add-maven-pom.patch (text/plain), 3.36 KB, created by
gil cattaneo
on 2012-05-07 16:37:43 UTC
(
hide
)
Description:
add maven pom
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-05-07 16:37:43 UTC
Size:
3.36 KB
patch
obsolete
>From f242bd6018e616572ebffb349a9bc376ba1be3df Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Mon, 7 May 2012 16:39:17 +0200 >Subject: [PATCH] add maven pom > >--- > jnr-x86asm-0.1-pom.patch | 20 ++++++++++++++++++++ > jnr-x86asm.spec | 34 ++++++++++++++++++++++------------ > 2 files changed, 42 insertions(+), 12 deletions(-) > create mode 100644 jnr-x86asm-0.1-pom.patch > >diff --git a/jnr-x86asm-0.1-pom.patch b/jnr-x86asm-0.1-pom.patch >new file mode 100644 >index 0000000..d9b3782 >--- /dev/null >+++ b/jnr-x86asm-0.1-pom.patch >@@ -0,0 +1,20 @@ >+--- pom.xml 2010-02-06 03:12:51.000000000 +0100 >++++ pom.xml-gil 2012-05-07 16:24:37.206465613 +0200 >+@@ -89,7 +89,7 @@ >+ </configuration> >+ </plugin> >+ </plugins> >+- <extensions> >++ <!--extensions> >+ <extension> >+ <groupId>org.jvnet.wagon-svn</groupId> >+ <artifactId>wagon-svn</artifactId> >+@@ -99,7 +99,7 @@ >+ <groupId>org.apache.maven.wagon</groupId> >+ <artifactId>wagon-webdav</artifactId> >+ </extension> >+- </extensions> >++ </extensions--> >+ </build> >+ <!--<reporting> >+ <outputDirectory>build/report</outputDirectory> >diff --git a/jnr-x86asm.spec b/jnr-x86asm.spec >index cd18d55..6308315 100644 >--- a/jnr-x86asm.spec >+++ b/jnr-x86asm.spec >@@ -5,14 +5,15 @@ > > Name: jnr-x86asm > Version: 0.1 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: Pure-java port of asmjit > > Group: Development/Libraries > License: LGPLv3 > URL: http://github.com/%{cluster}/%{name} > Source0: %{url}/tarball/%{version}/%{cluster}-%{name}-%{version}-%{commit_rev}-%{commit_dl}.tar.gz >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >+# remove wagon-svn wagon-webdav >+Patch0: jnr-x86asm-0.1-pom.patch > BuildArch: noarch > > BuildRequires: ant >@@ -38,33 +39,42 @@ Javadoc for %{name}. > %setup -q -n %{cluster}-%{name}-%{git_commit} > find ./ -name '*.jar' -exec rm -f '{}' \; > find ./ -name '*.class' -exec rm -f '{}' \; >+%patch0 -p0 >+ >+# TODO >+sed -i "s|<version>0.1</version>|<version>1.0.0</version>|" pom.xml > > %build > ant > > %install >-rm -rf %{buildroot} >+ > mkdir -p %{buildroot}%{_javadir} >-cp -p dist/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar >-ln -s %{_javadir}/%{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar >+cp -p dist/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar > > # javadoc >-install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version} >-cp -r dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version} >+install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name} >+cp -r dist/javadoc/* %{buildroot}%{_javadocdir}/%{name} > >-%clean >-rm -rf $RPM_BUILD_ROOT >+mkdir -p %{buildroot}%{_mavenpomdir} >+install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom >+%add_maven_depmap JPP-%{name}.pom %{name}.jar > > %files >-%defattr(-,root,root,-) > %doc LICENSE COPYING* > %{_javadir}/* >+%{_mavenpomdir}/* >+%{_mavendepmapfragdir}/* > > %files javadoc >-%defattr(-,root,root,-) >-%{_javadocdir}/%{name}-%{version} >+%{_javadocdir}/%{name} >+%doc LICENSE > > %changelog >+* Mon May 07 2012 gil cattaneo <puntogil@libero.it> 0.1-5 >+- add maven pom >+- adapt to current guideline >+ > * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4 > - 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 819599
:
582710
|
624212
|
624218
|
624807