rpms/struts/devel struts.spec,1.49,1.50

Deepak Bhole (dbhole) fedora-extras-commits at redhat.com
Thu Sep 27 21:45:31 UTC 2007


Author: dbhole

Update of /cvs/pkgs/rpms/struts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14135

Modified Files:
	struts.spec 
Log Message:

Re-enable compliation of webapp classes, and disable run of check-buildroot




Index: struts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/struts/devel/struts.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- struts.spec	24 Sep 2007 15:16:32 -0000	1.49
+++ struts.spec	27 Sep 2007 21:44:59 -0000	1.50
@@ -49,9 +49,12 @@
 %define webapplibs commons-beanutils commons-digester commons-fileupload commons-validator oro struts
 %define section		free
 
+# Disable check-buildroot
+%define __arch_install_post /usr/lib/rpm/check-rpaths 
+
 Name:		struts
 Version:	1.2.9
-Release:	4jpp.8%{?dist}
+Release:	4jpp.9%{?dist}
 Epoch:		0
 Summary:	Web application framework
 License:	Apache License
@@ -693,7 +696,7 @@
 %endif
 
 %if %{gcj_support}
-%{_bindir}/aot-compile-rpm --exclude %{tomcat5appsdir}/struts-example/WEB-INF/classes --exclude %{tomcat5appsdir}/struts-examples/WEB-INF/classes --exclude %{tomcat5appsdir}/struts-tiles-documentation/WEB-INF/classes
+%{_bindir}/aot-compile-rpm
 %endif
 
 %clean
@@ -968,6 +971,9 @@
 
 %if %{gcj_support}
 %dir %attr(-,root,root) %{_libdir}/gcj/%{name}
+%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-example_classes*
+%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-examples_classes*
+%attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-tiles-documentation_classes*
 %endif
 
 %if %{without_coreonly}
@@ -1058,6 +1064,9 @@
 
 
 %changelog
+* Thu Sep 27 2007 Deepak Bhole <dbhole at redhat.com> 1.2.9-4jpp.9
+- Re-enable compliation of webapp classes, and disable run of check-buildroot
+
 * Mon Sep 24 2007 Deepak Bhole <dbhole at redhat.com> 1.2.9-4jpp.8
 - Exclude webapp classes from native compilation (issues with check-build-root)
 




More information about the fedora-extras-commits mailing list