From e85a38f65365943c4f01f34c00c3ec52318df035 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 7 Jun 2010 10:57:42 +0000 Subject: [PATCH] - Make sure to remove all yacc executables. --- qdox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qdox.spec b/qdox.spec index ebfad91..72d434a 100644 --- a/qdox.spec +++ b/qdox.spec @@ -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 0:1.11-3 +- Make sure to remove all yacc executables. + * Mon Jun 7 2010 Alexander Kurtakov 0:1.11-2 - Symlink byaccj to both yacc.linux and yacc.linux.x86_64 to keep it building as noarch.