- Make sure to remove all yacc executables.

This commit is contained in:
Alexander Kurtakov 2010-06-07 10:57:42 +00:00
parent fc6e71073d
commit e85a38f653

View File

@ -36,7 +36,7 @@
Summary: Extract class/interface/method definitions from sources Summary: Extract class/interface/method definitions from sources
Name: qdox Name: qdox
Version: 1.11 Version: 1.11
Release: 2%{?dist} Release: 3%{?dist}
Epoch: 0 Epoch: 0
License: ASL 2.0 License: ASL 2.0
URL: http://qdox.codehaus.org/ URL: http://qdox.codehaus.org/
@ -105,7 +105,7 @@ API docs for %{name}.
for j in $(find . -name "*.jar"); do for j in $(find . -name "*.jar"); do
mv $j $j.no mv $j $j.no
done done
rm bootstrap/yacc.linux rm bootstrap/yacc.*
ln -s /usr/bin/byaccj bootstrap/yacc.linux ln -s /usr/bin/byaccj bootstrap/yacc.linux
ln -s /usr/bin/byaccj bootstrap/yacc.linux.x86_64 ln -s /usr/bin/byaccj bootstrap/yacc.linux.x86_64
ln -s $(build-classpath jflex) bootstrap ln -s $(build-classpath jflex) bootstrap
@ -191,6 +191,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/%{name} %doc %{_javadocdir}/%{name}
%changelog %changelog
* Mon Jun 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.11-3
- Make sure to remove all yacc executables.
* Mon Jun 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.11-2 * Mon Jun 7 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.11-2
- Symlink byaccj to both yacc.linux and yacc.linux.x86_64 to keep it building as noarch. - Symlink byaccj to both yacc.linux and yacc.linux.x86_64 to keep it building as noarch.