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

Deepak Bhole (dbhole) fedora-extras-commits at redhat.com
Mon Sep 24 15:17:05 UTC 2007


Author: dbhole

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

Modified Files:
	struts.spec 
Log Message:

- Exclude webapp classes from native compilation (issues with 
  check-build-root, where only .jar.so is excluded from checking 
  for $RPM_BUILD_ROOT in file content)




Index: struts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/struts/devel/struts.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- struts.spec	20 Sep 2007 22:20:32 -0000	1.48
+++ struts.spec	24 Sep 2007 15:16:32 -0000	1.49
@@ -51,7 +51,7 @@
 
 Name:		struts
 Version:	1.2.9
-Release:	4jpp.7%{?dist}
+Release:	4jpp.8%{?dist}
 Epoch:		0
 Summary:	Web application framework
 License:	Apache License
@@ -693,7 +693,7 @@
 %endif
 
 %if %{gcj_support}
-%{_bindir}/aot-compile-rpm
+%{_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
 %endif
 
 %clean
@@ -968,9 +968,6 @@
 
 %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}
@@ -1061,6 +1058,9 @@
 
 
 %changelog
+* 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)
+
 * Thu Sep 20 2007 Deepak Bhole <dbhole at redhat.com> 1.2.9-4jpp.7
 - Rebuild for ppc32 execmem issue and new build-id
 - Add %%{?dist} as per new policy




More information about the scm-commits mailing list