rpms/qdox/devel qdox.spec,1.13,1.14

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Jun 7 10:57:43 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/qdox/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12080/devel

Modified Files:
	qdox.spec 
Log Message:
- Make sure to remove all yacc executables.


Index: qdox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qdox/devel/qdox.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- qdox.spec	7 Jun 2010 10:48:11 -0000	1.13
+++ qdox.spec	7 Jun 2010 10:57:42 -0000	1.14
@@ -36,7 +36,7 @@
 Summary:        Extract class/interface/method definitions from sources
 Name:           qdox
 Version:        1.11
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          0
 License:        ASL 2.0
 URL:            http://qdox.codehaus.org/
@@ -105,7 +105,7 @@ API docs for %{name}.
 for j in $(find . -name "*.jar"); do
     mv $j $j.no
 done
-rm bootstrap/yacc.linux
+rm bootstrap/yacc.*
 ln -s /usr/bin/byaccj bootstrap/yacc.linux
 ln -s /usr/bin/byaccj bootstrap/yacc.linux.x86_64
 ln -s $(build-classpath jflex) bootstrap
@@ -191,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jun 7 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.11-3
+- Make sure to remove all yacc executables.
+
 * Mon Jun 7 2010 Alexander Kurtakov <akurtako at redhat.com> 0:1.11-2
 - Symlink byaccj to both yacc.linux and yacc.linux.x86_64 to keep it building as noarch.
 



More information about the scm-commits mailing list