From 3bb0b89c842d26f3e80213034cc53bc527fe9611 Mon Sep 17 00:00:00 2001 From: Deepak Bhole Date: Mon, 26 Mar 2007 18:19:10 +0000 Subject: [PATCH] Added unowned dir to files list --- antlr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/antlr.spec b/antlr.spec index b54ab17..1192795 100644 --- a/antlr.spec +++ b/antlr.spec @@ -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 2.7.7-1jpp.2 +- Added unowned dir to files list + * Fri Jan 19 2007 Deepak Bhole 0:2.7.7-1jpp.1 - Upgrade to 2.7.7 - Resolve 172456 with patches from Vadim Nasardinov and Radu Greab