- Remove INSTALL.txt (fix BZ#661626)

This commit is contained in:
Milos Jakubicek 2011-02-07 11:38:31 +01:00
parent e6c0723397
commit 8128011330

View File

@ -4,7 +4,7 @@
Summary: ANother Tool for Language Recognition Summary: ANother Tool for Language Recognition
Name: antlr Name: antlr
Version: 2.7.7 Version: 2.7.7
Release: 13%{?dist} Release: 14%{?dist}
Epoch: 0 Epoch: 0
License: Public Domain License: Public Domain
URL: http://www.antlr.org/ URL: http://www.antlr.org/
@ -139,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT
%files tool %files tool
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc INSTALL.txt LICENSE.txt %doc LICENSE.txt
%{_javadir}/%{name}*.jar %{_javadir}/%{name}*.jar
%{_bindir}/antlr %{_bindir}/antlr
@ -166,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/%{name} %doc %{_javadocdir}/%{name}
%changelog %changelog
* Mon Feb 07 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-14
- Remove INSTALL.txt (fix BZ#661626)
* Mon Feb 07 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-13 * Mon Feb 07 2011 Miloš Jakubíček <xjakub@fi.muni.cz> - 0:2.7.7-13
- Added missing Obsoletes: antlr on antlr-tool (fix BZ#603466) - Added missing Obsoletes: antlr on antlr-tool (fix BZ#603466)