- Make sure to remove all yacc executables.
This commit is contained in:
parent
fc6e71073d
commit
e85a38f653
@ -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@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
|
||||
- Symlink byaccj to both yacc.linux and yacc.linux.x86_64 to keep it building as noarch.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user