rpms/jakarta-commons-logging/devel jakarta-commons-logging.spec, 1.12, 1.13

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


Author: gbenson

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

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


Index: jakarta-commons-logging.spec
===================================================================
RCS file: /cvs/dist/rpms/jakarta-commons-logging/devel/jakarta-commons-logging.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- jakarta-commons-logging.spec	4 May 2005 13:24:27 -0000	1.12
+++ jakarta-commons-logging.spec	5 May 2005 11:26:02 -0000	1.13
@@ -6,23 +6,24 @@
 
 Name:           %{name}
 Version:        1.0.4
-Release:        2jpp_2fc
+Release:        2jpp_3fc
 Epoch:          0
 Summary:        Jakarta Commons Logging Package
 License:        Apache Software License
 Group:          Development/Libraries/Java
-#Distribution:   JPackage
-#Vendor:         JPackage Project
 URL:            http://jakarta.apache.org/commons/%{base_name}/
 Source0:        http://www.apache.org/dist/jakarta/commons/logging/source/commons-logging-1.0.4-src.tar.gz
 BuildRequires:  ant, jpackage-utils >= 0:1.5, log4j, avalon-logkit, avalon-framework, junit
 BuildRequires:  coreutils
-BuildRequires:	gcc-java >= 4.0.0-0.43
 Patch1:         %{name}-junitclasspath.patch
-ExclusiveArch:	i386 x86_64 ppc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 # RHEL3 and FC2
 Obsoletes:      %{short_name} <= 0:1.0.2
+# 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
 The commons-logging package provides a simple, component oriented
@@ -147,6 +148,9 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Thu May  5 2005 Gary Benson <gbenson at redhat.com> - 0:1.0.4-2jpp_3fc
+- Add dependencies for %post and %postun scriptlets (#156901).
+
 * Wed May  4 2005 Gary Benson <gbenson at redhat.com> - 0:1.0.4-2jpp_2fc
 - BC-compile.
 




More information about the fedora-cvs-commits mailing list