rpms/antlr3/devel antlr3.spec,1.2,1.3

Bart Vanbrabant zoeloelip at fedoraproject.org
Thu Nov 6 11:12:58 UTC 2008


Author: zoeloelip

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

Modified Files:
	antlr3.spec 
Log Message:
* Mon Nov  6 2008 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> - 3.1.1-2
- Fix the install of the jar (remove the version)



Index: antlr3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/antlr3/devel/antlr3.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- antlr3.spec	6 Nov 2008 10:53:46 -0000	1.2
+++ antlr3.spec	6 Nov 2008 11:12:28 -0000	1.3
@@ -3,7 +3,7 @@
 Summary: ANother Tool for Language Recognition
 Name: antlr3
 Version: 3.1.1
-Release: 1%{?dist}
+Release: 2%{?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
@@ -53,7 +53,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -D build/antlr-%{version}.jar $RPM_BUILD_ROOT%{_datadir}/java/antlr3.jar
+install -D build/antlr.jar $RPM_BUILD_ROOT%{_datadir}/java/antlr3.jar
 
 cd runtime/Python
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
@@ -73,6 +73,9 @@
 %{python_sitelib}/antlr_python_runtime-*
 
 %changelog
+* Mon Nov  6 2008 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> - 3.1.1-2
+- Fix the install of the jar (remove the version)
+
 * Mon Nov  3 2008 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> - 3.1.1-1
 - Update to version 3.1.1
 - Add python runtime subpackage




More information about the fedora-extras-commits mailing list