rpms/apache-commons-math/F-12 apache-commons-math.spec,1.3,1.4

Mohamed ElMorabity melmorabity at fedoraproject.org
Wed Feb 3 22:50:55 UTC 2010


Author: melmorabity

Update of /cvs/pkgs/rpms/apache-commons-math/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv967/F-12

Modified Files:
	apache-commons-math.spec 
Log Message:
- Add missing %post/%postun Requires
- Use macro %{_mavendepmapfragdir} instead of %{_datadir}/maven2/pom
- Unown directories %{_mavenpomdir} and %{_mavendepmapfragdir}



Index: apache-commons-math.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-math/F-12/apache-commons-math.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- apache-commons-math.spec	20 Jan 2010 21:53:10 -0000	1.3
+++ apache-commons-math.spec	3 Feb 2010 22:50:54 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           apache-commons-math
 Version:        2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Java library of lightweight mathematics and statistics components
 
 Group:          Development/Libraries
@@ -31,6 +31,8 @@ BuildRequires:  maven2-plugin-javadoc
 BuildRequires:  maven2-plugin-resources
 Requires:       java >= 1:1.6.0
 Requires:       jpackage-utils
+Requires(post): jpackage-utils
+Requires(postun):jpackage-utils
 BuildArch:      noarch
 
 %description
@@ -91,9 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
-%{_datadir}/maven2/poms
+%{_mavenpomdir}/*
 %{_javadir}/*.jar
-%{_mavendepmapfragdir}
+%{_mavendepmapfragdir}/*
 
 
 %files javadoc
@@ -102,6 +104,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb  3 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 2.0-6
+- Add missing %%post/%%postun Requires
+- Use macro %%{_mavendepmapfragdir} instead of %%{_datadir}/maven2/pom
+- Unown directories %%{_mavenpomdir} and %%{_mavendepmapfragdir}
+
 * Wed Jan 20 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 2.0-5
 - Drop duplicate BuildRequires maven2
 



More information about the scm-commits mailing list