rpms/tomcat5/devel tomcat5.spec,1.62,1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Mar 4 03:04:53 UTC 2006


Author: fitzsim

Update of /cvs/dist/rpms/tomcat5/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20896

Modified Files:
	tomcat5.spec 
Log Message:
* Fri Mar  3 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:5.5.15-1jpp_5fc
- Require java-gcj-compat for post and postun sections of
  servlet-%{servletspec}-api, jsp-%{jspspec}-api-javadoc and
  server-lib sub-packages, since these three packages call
  %{_bindir}/rebuild-gcj-db in their post and/or postun sections.




Index: tomcat5.spec
===================================================================
RCS file: /cvs/dist/rpms/tomcat5/devel/tomcat5.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- tomcat5.spec	1 Mar 2006 18:37:21 -0000	1.62
+++ tomcat5.spec	4 Mar 2006 03:04:33 -0000	1.63
@@ -26,7 +26,7 @@
 Summary: Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API
 Name: tomcat5
 Version: 5.5.15
-Release: 1jpp_4fc
+Release: 1jpp_5fc
 Epoch: 0
 License: Apache Software License
 #Vendor: JPackage Project
@@ -164,6 +164,9 @@
 Provides: servlet5
 Provides: servlet24
 Provides: servletapi5
+# libgcj aot-compiled native libraries
+Requires(post):   	java-gcj-compat >= 1.0.31
+Requires(postun): 	java-gcj-compat >= 1.0.31
 
 %description servlet-%{servletspec}-api
 Contains the implementation classes
@@ -202,6 +205,9 @@
 %package jsp-%{jspspec}-api-javadoc
 Group: Development/Documentation
 Summary: Javadoc generated documentation for %{name}-jsp-%{jspspec}-api
+# libgcj aot-compiled native libraries
+Requires(post):   	java-gcj-compat >= 1.0.31
+Requires(postun): 	java-gcj-compat >= 1.0.31
 
 %description jsp-%{jspspec}-api-javadoc
 Contains the javadoc generated documentation for the implementation classes
@@ -254,6 +260,9 @@
 PreReq: regexp >= 0:1.3
 # Other subpackages must go in first
 PreReq: %{name}-%{jname} = %{epoch}:%{version}-%{release}
+# libgcj aot-compiled native libraries
+Requires(post):   	java-gcj-compat >= 1.0.31
+Requires(postun): 	java-gcj-compat >= 1.0.31
 
 %description server-lib
 Libraries needed to run the Tomcat Web container (part)
@@ -986,6 +995,12 @@
 %ghost %doc %{_javadocdir}/%{name}-jsp-%{jspspec}-api
 
 %changelog
+* Fri Mar  3 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:5.5.15-1jpp_5fc
+- Require java-gcj-compat for post and postun sections of
+  servlet-%{servletspec}-api, jsp-%{jspspec}-api-javadoc and
+  server-lib sub-packages, since these three packages call
+  %{_bindir}/rebuild-gcj-db in their post and/or postun sections.
+
 * Wed Mar  1 2006 Rafael Schloming <rafaels at redhat.com> - 0:5.5.15-1jpp_4fc
 - Disabled juli logging as a workaround for a number of classpath bugs
 - in java.util.logging.*




More information about the fedora-cvs-commits mailing list