Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 562541 Details for
Bug 736167
wsdl4j package does not include a POM file
Home
New
Search
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.rh92 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]
spec file patch to add pom and fragment file
wsdl4j-pom.patch (text/plain), 1.69 KB, created by
Andy Grimm
on 2012-02-16 16:42:38 UTC
(
hide
)
Description:
spec file patch to add pom and fragment file
Filename:
MIME Type:
Creator:
Andy Grimm
Created:
2012-02-16 16:42:38 UTC
Size:
1.69 KB
patch
obsolete
>diff --git a/wsdl4j.spec b/wsdl4j.spec >index 61eaeb1..08d112e 100644 >--- a/wsdl4j.spec >+++ b/wsdl4j.spec >@@ -31,7 +31,7 @@ > Summary: Web Services Description Language Toolkit for Java > Name: wsdl4j > Version: 1.6.2 >-Release: 3%{?dist} >+Release: 4%{?dist} > Epoch: 0 > Group: Development/Libraries > License: CPL >@@ -39,6 +39,7 @@ URL: http://sourceforge.net/projects/wsdl4j > BuildArch: noarch > Source0: http://downloads.sourceforge.net/project/wsdl4j/WSDL4J/1.6.2/wsdl4j-src-1.6.2.zip > Source1: %{name}-MANIFEST.MF >+Source2: http://repo1.maven.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.pom > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root > Requires: java > Requires: jpackage-utils >@@ -86,6 +87,11 @@ for jar in %{name}.jar qname.jar ; do > popd > done > >+# POMs >+install -d -m 0755 $RPM_BUILD_ROOT%{_mavenpomdir} >+install -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom >+%add_maven_depmap JPP-%{name}.pom %{name}.jar >+ > # javadoc > install -d -m 0755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} > cp -pr build/javadocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/ >@@ -98,6 +104,8 @@ rm -rf $RPM_BUILD_ROOT > %defattr(-,root,root,-) > %doc license.html > %{_javadir}/* >+%{_mavenpomdir}/* >+%{_mavendepmapfragdir}/* > > %files javadoc > %defattr(-,root,root,-) >@@ -106,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT > %{_javadocdir}/%{name} > > %changelog >+* Thu Feb 16 2012 Andy Grimm <agrimm@gmail.com> - 0:1.6.2-4 >+- add POM file >+ > * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.6.2-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild >
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 736167
: 562541 |
562556