From 004bca441f8863deeca5772951eef68fbfb824f2 Mon Sep 17 00:00:00 2001 From: Levente Farkas Date: Fri, 3 Dec 2010 14:48:24 +0100 Subject: [PATCH] fix pom name --- jna.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jna.spec b/jna.spec index 83d9bf3..8dc7ce7 100644 --- a/jna.spec +++ b/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 - 3.2.7-9 +- fix pom file name #655810 + * Tue Oct 12 2010 Levente Farkas - 3.2.7-8 - exclude check on ppc