rpms/lpg/devel lpg.spec,1.1,1.2

mbooth mbooth at fedoraproject.org
Wed Jul 15 10:45:58 UTC 2009


Author: mbooth

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

Modified Files:
	lpg.spec 
Log Message:
- Add missing build dependency on ant-apache-regexp.
- Remove empty sub-package that was accidentally left.




Index: lpg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lpg/devel/lpg.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- lpg.spec	15 Jul 2009 09:38:37 -0000	1.1
+++ lpg.spec	15 Jul 2009 10:45:28 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:      lpg
 Version:   %{_version}
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   LALR Parser Generator
 Group:     Development/Libraries
 # although the text of the licence isn't distributed with some of the source,
@@ -50,7 +50,7 @@ BuildArch:     noarch
 
 BuildRequires: java-devel
 BuildRequires: jpackage-utils
-BuildRequires: ant
+BuildRequires: ant-apache-regexp
 Requires:      java
 Requires:      jpackage-utils
 
@@ -75,15 +75,6 @@ Requires:      jpackage-utils
 Compatibility Java runtime library for parsers generated with the LALR Parser
 Generator (LPG) 1.x.
 
-%package       manual
-Summary:       Manual for LPG
-Group:         Development/Libraries
-
-BuildArch:     noarch
-
-%description   manual
-Programmer's manual for the LALR Parser Generator (LPG).
-
 %prep
 %setup -q -T -c -n %{name}-%{version}
 
@@ -156,6 +147,10 @@ rm -rf %{buildroot}
 %{_javadir}/%{name}javaruntime*
 
 %changelog
+* Wed Jul 15 2009 Mat Booth <fedora at matbooth.co.uk> 2.0.17-3
+- Add missing build dependency on ant-apache-regexp.
+- Remove empty sub-package that was accidentally left.
+
 * Sun Jul 05 2009 Mat Booth <fedora at matbooth.co.uk> 2.0.17-2
 - Add version constants so we get the correct version numbers on the java
   libraries.




More information about the fedora-extras-commits mailing list