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 593179 Details for
Bug 833786
Update maven depmap usage (patch included)
[?]
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]
Suggested patch
jna-mef.diff (text/plain), 1.51 KB, created by
Mary Ellen Foster
on 2012-06-20 11:15:21 UTC
(
hide
)
Description:
Suggested patch
Filename:
MIME Type:
Creator:
Mary Ellen Foster
Created:
2012-06-20 11:15:21 UTC
Size:
1.51 KB
patch
obsolete
>diff --git a/jna.spec b/jna.spec >index 68aa1b8..bbc0cb4 100644 >--- a/jna.spec >+++ b/jna.spec >@@ -133,11 +133,11 @@ install -m 755 build*/native/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/ > %if 0%{?fedora} >= 9 || 0%{?rhel} > 5 > # install maven pom file > install -Dm 644 pom-%{name}.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom >-install -Dm 644 pom-platform.xml %{buildroot}%{_mavenpomdir}/JPP-platform.pom >+install -Dm 644 pom-platform.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-platform.pom > > # ... and maven depmap >-%add_to_maven_depmap net.java.dev.jna %{name} %{version} JPP %{name} >-%add_to_maven_depmap net.java.dev.jna platform %{version} JPP platform >+%add_maven_depmap JPP-%{name}.pom %{name}.jar >+%add_maven_depmap JPP.%{name}-platform.pom -f platform %{name}/platform.jar > %endif > > # javadocs >@@ -158,23 +158,13 @@ cp -a doc/javadoc/* %{buildroot}%{_javadocdir}/%{name} > rm -rf %{buildroot} > > >-%if 0%{?fedora} >= 9 || 0%{?rhel} > 5 >-%post >-%update_maven_depmap >- >- >-%postun >-%update_maven_depmap >-%endif >- >- > %files > %defattr(-,root,root,-) > %doc LICENSE OTHERS README.md CHANGES.md TODO > %{_libdir}/%{name} > %{_javadir}/%{name}.jar > %if 0%{?fedora} >= 9 || 0%{?rhel} > 5 >-%{_mavenpomdir}/*.pom >+%{_mavenpomdir}/JPP-%{name}.pom > %{_mavendepmapfragdir}/%{name} > %endif > >@@ -188,6 +178,10 @@ rm -rf %{buildroot} > %files contrib > %defattr(-,root,root,-) > %{_javadir}/%{name} >+%if 0%{?fedora} >= 9 || 0%{?rhel} > 5 >+%{_mavenpomdir}/JPP.%{name}-platform.pom >+%{_mavendepmapfragdir}/%{name}-platform >+%endif > > > %changelog >
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 833786
: 593179