rpms/xml-commons/devel xml-commons.spec,1.14,1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 5 11:26:05 UTC 2005


Author: gbenson

Update of /cvs/dist/rpms/xml-commons/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8937/xml-commons/devel

Modified Files:
	xml-commons.spec 
Log Message:
Add dependencies for %post and %postun scriptlets (#156901)


Index: xml-commons.spec
===================================================================
RCS file: /cvs/dist/rpms/xml-commons/devel/xml-commons.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xml-commons.spec	3 May 2005 16:24:23 -0000	1.14
+++ xml-commons.spec	5 May 2005 11:26:03 -0000	1.15
@@ -3,7 +3,7 @@
 Summary:        Common code for XML projects
 Name:           xml-commons
 Version:        1.0
-Release:        0.b2.6jpp_11fc
+Release:        0.b2.6jpp_12fc
 Epoch:          0
 License:        Apache Software License
 URL:            http://xml.apache.org/commons/
@@ -15,12 +15,12 @@
 Requires:       jpackage-utils >= 0:1.5
 BuildRequires:  ant, jpackage-utils >= 0:1.5
 BuildRequires:  coreutils
-BuildRequires:  gcc-java >= 4.0.0-0.43
-ExclusiveArch:  i386 x86_64 ppc
 Group:          Text Processing/Markup/XML
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-#Vendor:         JPackage Project
-#Distribution:   JPackage
+# libgcj aot-compiled native libraries
+BuildRequires:  gcc-java >= 4.0.0-0.43
+BuildRequires:  java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh
+ExclusiveArch:  i386 x86_64 ppc
 
 %description
 xml-commons is focused on common code and guidelines for xml projects.
@@ -36,6 +36,8 @@
 Summary:        APIs subproject of %{name}
 Group:          Text Processing/Markup/XML
 Requires:       %{name} = %{epoch}:%{version}-%{release}
+# libgcj aot-compiled native libraries
+Requires(post,postun): java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh
 
 %description apis
 APIs subproject of %{name}.
@@ -203,6 +205,9 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Thu May  5 2005 Gary Benson <gbenson at redhat.com> - 0:1.0-0.b2.6jpp_12fc
+- Add dependencies for %post and %postun scriptlets (#156901).
+
 * Tue May  3 2005 Gary Benson <gbenson at redhat.com> - 0:1.0-0.b2.6jpp_11fc
 - BC-compile the API jar.
 




More information about the fedora-cvs-commits mailing list