rpms/mx4j/devel mx4j.spec,1.50,1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 24 02:17:10 UTC 2006


Author: fitzsim

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

Modified Files:
	mx4j.spec 
Log Message:
* Sun Jul 23 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:3.0.1-4jpp_5fc
- Stub docs.




Index: mx4j.spec
===================================================================
RCS file: /cvs/dist/rpms/mx4j/devel/mx4j.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- mx4j.spec	23 Jul 2006 21:53:06 -0000	1.50
+++ mx4j.spec	24 Jul 2006 02:17:07 -0000	1.51
@@ -36,7 +36,7 @@
 
 Name:           mx4j
 Version:        3.0.1
-Release:        4jpp_4fc
+Release:        4jpp_5fc
 Epoch:		1
 Summary:        Open source implementation of JMX Java API
 License:        Apache License
@@ -175,7 +175,7 @@
 
 cd build
 #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
+ant -Dbuild.sysclasspath=first compile.jmx compile.rjmx compile.tools
 
 %install
 install -d -m 755 $RPM_BUILD_ROOT%{_javadir}/%{name}
@@ -199,7 +199,10 @@
 popd
 
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -r dist/docs/api/* $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
 
 %if %{gcj_support}
 %{_bindir}/aot-compile-rpm
@@ -261,6 +264,9 @@
 %doc dist/docs/*
 
 %changelog
+* Sun Jul 23 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:3.0.1-4jpp_5fc
+- Stub docs.
+
 * Sun Jul 23 2006 Thomas Fitzsimmons <fitzsim at redhat.com> - 1:3.0.1-4jpp_4fc
 - Bump release number. (dist-fc6-java)
 




More information about the fedora-cvs-commits mailing list