rpms/antlr3/devel antlr3.spec,1.7,1.8

Bart Vanbrabant zoeloelip at fedoraproject.org
Tue Mar 17 21:16:22 UTC 2009


Author: zoeloelip

Update of /cvs/pkgs/rpms/antlr3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27466

Modified Files:
	antlr3.spec 
Log Message:
Fix the name of the jar to antlr.jar



Index: antlr3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/antlr3/devel/antlr3.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- antlr3.spec	24 Feb 2009 01:13:59 -0000	1.7
+++ antlr3.spec	17 Mar 2009 21:15:51 -0000	1.8
@@ -3,7 +3,7 @@
 Summary: ANother Tool for Language Recognition
 Name: antlr3
 Version: 3.1.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 URL: http://www.antlr.org/
 Source0: http://www.antlr.org/download/antlr-3.1.1.tar.gz
 # Utility file, in conversation with upstream about this
@@ -58,7 +58,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -D build/antlr-3.1.1.jar $RPM_BUILD_ROOT%{_datadir}/java/antlr3.jar
+install -D build/antlr.jar $RPM_BUILD_ROOT%{_datadir}/java/antlr3.jar
 install -D -m 0755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/antlr3
 
 cd runtime/Python
@@ -80,6 +80,9 @@
 %{python_sitelib}/antlr_python_runtime-*
 
 %changelog
+* Mon Mar 17 2009 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> - 3.1.1-7
+- Fix the name of the jar to antlr.jar
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list