rpms/xdoclet/devel xdoclet.spec,1.27,1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 11 13:27:01 UTC 2007


Author: fitzsim

Update of /cvs/dist/rpms/xdoclet/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21901

Modified Files:
	xdoclet.spec 
Log Message:
* Tue Apr 11 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.2.3-7jpp.3
- Remove mockobjects requirements.




Index: xdoclet.spec
===================================================================
RCS file: /cvs/dist/rpms/xdoclet/devel/xdoclet.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xdoclet.spec	4 Aug 2006 19:27:38 -0000	1.27
+++ xdoclet.spec	11 Apr 2007 13:26:59 -0000	1.28
@@ -43,7 +43,7 @@
 
 Name:		xdoclet
 Version:	1.2.3
-Release:	7jpp.2
+Release:	7jpp.3
 Epoch:		0
 Summary:	XDoclet Attribute Orientated Programming Framework
 License:	XDoclet Open Source Licence
@@ -76,7 +76,6 @@
 BuildRequires:  jakarta-commons-lang 
 BuildRequires:  jakarta-commons-logging 
 BuildRequires:  log4j
-BuildRequires:  mockobjects 
 BuildRequires:  struts 
 BuildRequires:  velocity 
 BuildRequires:  xalan-j2 >= 0:2.7.0
@@ -87,7 +86,6 @@
 Requires:  jakarta-commons-collections
 Requires:  jakarta-commons-logging
 Requires:  log4j
-Requires:  mockobjects
 Requires:  velocity
 Requires:  xalan-j2 >= 0:2.7.0
 Requires:  xml-commons-apis
@@ -158,7 +156,10 @@
 tar xzf %{SOURCE1}
 popd
 
-for j in xjavadoc-1.1 jrefactory javacc junit bsf commons-collections commons-logging log4j velocity xalan-j2 xjavadoc xml-commons-apis mockobjects-core; do
+# Remove mockobjects support.
+rm -rf modules/mockobjects
+
+for j in xjavadoc-1.1 jrefactory javacc junit bsf commons-collections commons-logging log4j velocity xalan-j2 xjavadoc xml-commons-apis; do
 	ln -s $(build-classpath $j) lib
 done
 
@@ -263,7 +264,6 @@
 %attr(-,root,root) %{_libdir}/gcj/%{name}/xdoclet-jsf-module-1.2.3.jar.*
 %attr(-,root,root) %{_libdir}/gcj/%{name}/xdoclet-libelis-module-1.2.3.jar.*
 %attr(-,root,root) %{_libdir}/gcj/%{name}/xdoclet-macromedia-module-1.2.3.jar.*
-%attr(-,root,root) %{_libdir}/gcj/%{name}/xdoclet-mockobjects-module-1.2.3.jar.*
 %attr(-,root,root) %{_libdir}/gcj/%{name}/xdoclet-mvcsoft-module-1.2.3.jar.*
 %attr(-,root,root) %{_libdir}/gcj/%{name}/xdoclet-mx4j-module-1.2.3.jar.*
 %attr(-,root,root) %{_libdir}/gcj/%{name}/xdoclet-objectweb-module-1.2.3.jar.*
@@ -299,6 +299,9 @@
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Tue Apr 11 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.2.3-7jpp.3
+- Remove mockobjects requirements.
+
 * Fri Aug 04 2006 Matt Wringe <mwringe at redhat.com> - 0:1.2.3-7jpp.2
 - Rebuild with define with_gcj_support
 




More information about the fedora-cvs-commits mailing list