rpms/mx4j/devel mx4j.spec,1.13,1.14

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/mx4j/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8937/mx4j/devel

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


Index: mx4j.spec
===================================================================
RCS file: /cvs/dist/rpms/mx4j/devel/mx4j.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mx4j.spec	29 Apr 2005 16:56:21 -0000	1.13
+++ mx4j.spec	5 May 2005 11:26:02 -0000	1.14
@@ -1,6 +1,6 @@
 %define name        mx4j
 %define version     2.1.0
-%define release     1jpp_5fc
+%define release     1jpp_6fc
 %define section     free
 
 %define use_nonfree   %{?_with_nonfree:1}%{!?_without_nonfree:0}
@@ -13,8 +13,6 @@
 Summary:        Open source implementation of JMX Java API
 License:        Apache License
 Group:          Development/Libraries/Java
-#Vendor:     	JPackage Project
-#Distribution:   JPackage
 Source0:        %{name}-%{version}-src.tar.gz
 Source1:        %{name}-build.policy
 Source2:        CatalogManager.properties
@@ -63,8 +61,6 @@
 BuildRequires:  xml-commons-resolver
 BuildRequires:  xml-commons
 #BuildRequires:  xmlunit
-BuildRequires:  gcc-java >= 4.0.0-0.43
-ExclusiveArch:  i386 x86_64 ppc
 Requires:       /usr/sbin/update-alternatives
 Requires:	jaf
 Requires:	javamail >= 1.2-5jpp
@@ -83,6 +79,11 @@
 Buildroot:      %{_tmppath}/%{name}-%{version}-buildroot
 Obsoletes:      openjmx
 Provides:	jmxri
+# 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
+Requires(post,postun): java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh
+ExclusiveArch:         i386 x86_64 ppc
 
 %description
 OpenJMX is an open source implementation of the
@@ -259,6 +260,9 @@
 %doc dist/docs/*
 
 %changelog
+* Thu May  5 2005 Gary Benson <gbenson at redhat.com> 0:2.1.0-1jpp_6fc
+- Add dependencies for %post and %postun scriptlets (#156901).
+
 * Fri Apr 29 2005 Gary Benson <gbenson at redhat.com> 0:2.1.0-1jpp_5fc
 - BC-compile the combined jarfile.
 




More information about the fedora-cvs-commits mailing list