Added unowned dir to files list

This commit is contained in:
Deepak Bhole 2007-03-26 18:19:10 +00:00
parent 8c8c51cf43
commit 3bb0b89c84

View File

@ -39,7 +39,7 @@
Summary: ANother Tool for Language Recognition
Name: antlr
Version: 2.7.7
Release: 1jpp.1
Release: 1jpp.2
Epoch: 0
License: Public Domain
URL: http://www.antlr.org/
@ -279,7 +279,7 @@ fi
%defattr(0644,root,root,0755)
%doc INSTALL.txt LICENSE.txt
%{_javadir}/%{name}*.jar
%{headers}/*.hpp
%{headers}
%{_libdir}/libantlr.a
%defattr(0755,root,root,0755)
%ghost %{_bindir}/antlr
@ -308,6 +308,9 @@ fi
%changelog
* Mon Mar 26 2007 Deepak Bhole <dbhole@redhat.com> 2.7.7-1jpp.2
- Added unowned dir to files list
* Fri Jan 19 2007 Deepak Bhole <dbhole@redhat.com> 0:2.7.7-1jpp.1
- Upgrade to 2.7.7
- Resolve 172456 with patches from Vadim Nasardinov and Radu Greab