fix pom name
This commit is contained in:
parent
fca7d613ae
commit
004bca441f
7
jna.spec
7
jna.spec
@ -1,6 +1,6 @@
|
||||
Name: jna
|
||||
Version: 3.2.7
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Pure Java access to native libraries
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -125,7 +125,7 @@ install -m 755 build*/native/libjnidispatch*.so %{buildroot}%{_libdir}/%{name}/
|
||||
|
||||
%if 0%{?fedora} >= 9 || 0%{?rhel} > 5
|
||||
# install maven pom file
|
||||
install -Dm 644 %{name}-pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}.pom
|
||||
install -Dm 644 %{name}-pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
||||
|
||||
# ... and maven depmap
|
||||
%add_to_maven_depmap net.java.dev.jna %{name} %{version} JPP %{name}
|
||||
@ -182,6 +182,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 3 2010 Levente Farkas <lfarkas@lfarkas.org> - 3.2.7-9
|
||||
- fix pom file name #655810
|
||||
|
||||
* Tue Oct 12 2010 Levente Farkas <lfarkas@lfarkas.org> - 3.2.7-8
|
||||
- exclude check on ppc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user