rpms/tomcat5/devel tomcat5.spec,1.121,1.122

David Walluck dwalluck at fedoraproject.org
Tue Oct 14 16:18:09 UTC 2008


Author: dwalluck

Update of /cvs/pkgs/rpms/tomcat5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30408

Modified Files:
	tomcat5.spec 
Log Message:
- comment out some GCJ files which are not produced during build


Index: tomcat5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomcat5/devel/tomcat5.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- tomcat5.spec	14 Oct 2008 15:45:48 -0000	1.121
+++ tomcat5.spec	14 Oct 2008 16:17:38 -0000	1.122
@@ -30,8 +30,7 @@
 
 %define section free
 
-%define _with_gcj_support 0
-%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
+%define gcj_support 0
 
 # If you want only apis to be built,
 # give rpmbuild option '--with apisonly'
@@ -72,7 +71,7 @@
 Name: tomcat5
 Epoch: 0
 Version: %{majversion}.%{minversion}
-Release: 4.6%{dist}
+Release: 4.7%{dist}
 Summary: Apache Servlet/JSP Engine, RI for Servlet 2.4/JSP 2.0 API
 
 Group: Networking/Daemons
@@ -1191,8 +1190,8 @@
 %if %{gcj_support}
 %dir %{_libdir}/gcj/%{name}
 %attr(-,root,root) %{_libdir}/gcj/%{name}/bootstrap*
-%attr(-,root,root) %{_libdir}/gcj/%{name}/commons-daemon*
-%attr(-,root,root) %{_libdir}/gcj/%{name}/commons-logging-api*
+#%attr(-,root,root) %{_libdir}/gcj/%{name}/commons-daemon*
+#%attr(-,root,root) %{_libdir}/gcj/%{name}/commons-logging-api*
 #%attr(-,root,root) %{_libdir}/gcj/%{name}/tomcat-juli*
 %attr(-,root,root) %{_libdir}/gcj/%{name}/tomcat-jkstatus-ant*
 %endif
@@ -1349,6 +1348,9 @@
 %endif
 
 %changelog
+* Tue Oct 14 2008 David Walluck <dwalluck at redhat.com> 0:5.5.27-4.7
+- comment out some GCJ files which are not produced during build
+
 * Tue Oct 14 2008 David Walluck <dwalluck at redhat.com> 0:5.5.27-4.6
 - Fedora-specific changes to disable GCJ support
 




More information about the fedora-extras-commits mailing list