rpms/mx4j/devel mx4j.spec,1.53,1.54

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 26 18:37:48 UTC 2006


Author: fitzsim

Update of /cvs/dist/rpms/mx4j/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20042

Modified Files:
	mx4j.spec 
Log Message:
* Wed Jul 26 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:3.0.1-4jpp_8fc
- Unstub docs.




Index: mx4j.spec
===================================================================
RCS file: /cvs/dist/rpms/mx4j/devel/mx4j.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- mx4j.spec	24 Jul 2006 15:33:41 -0000	1.53
+++ mx4j.spec	26 Jul 2006 18:37:46 -0000	1.54
@@ -36,7 +36,7 @@
 
 Name:           mx4j
 Version:        3.0.1
-Release:        4jpp_7fc
+Release:        4jpp_8fc
 Epoch:		1
 Summary:        Open source implementation of JMX Java API
 License:        Apache License
@@ -173,11 +173,9 @@
 %build
 export OPT_JAR_LIST="ant/ant-junit junit xmlunit ant/ant-trax jaxp_transform_impl"
 
-
 cd build
-#ant -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools tests-report javadocs docs
-export ANT_OPTS="-Dgnu.gcj.precompiled.db.path='' -verbose"
-ant -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools
+# ant -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools tests-report javadocs docs
+ant -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools javadocs docs
 
 %install
 install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
@@ -201,10 +199,7 @@
 popd
 
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-# cp -r dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-touch $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/stub
-mkdir -p dist/docs
-touch dist/docs/stub
+cp -r dist/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 
 %if %{gcj_support}
 %{_bindir}/aot-compile-rpm
@@ -266,6 +261,9 @@
 %doc dist/docs/*
 
 %changelog
+* Wed Jul 26 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:3.0.1-4jpp_8fc
+- Unstub docs.
+
 * Mon Jul 24 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:3.0.1-4jpp_7fc
 - Require xerces-j2.
 




More information about the fedora-cvs-commits mailing list