rpms/perl-Parse-RecDescent/EL-5 perl-Parse-RecDescent.spec, 1.11, 1.12

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Fri Jul 20 15:35:22 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-Parse-RecDescent/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1568

Modified Files:
	perl-Parse-RecDescent.spec 
Log Message:
rhbz#248959 - build for EL5.


Index: perl-Parse-RecDescent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Parse-RecDescent/EL-5/perl-Parse-RecDescent.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Parse-RecDescent.spec	12 Jul 2006 07:46:50 -0000	1.11
+++ perl-Parse-RecDescent.spec	20 Jul 2007 15:34:50 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           perl-Parse-RecDescent
 Version:        1.94
-Release: 	5.2.1
+Release:        6%{?dist}
 Summary:        Parse-RecDescent Perl module
 
 Group:          Development/Libraries
@@ -38,6 +38,7 @@
 
 %prep
 %setup -q -n Parse-RecDescent-%{version} 
+
 chmod 644 Changes README lib/Parse/* demo/* tutorial/*
 %{__perl} -pi -e 's|^#!\s?/usr/local/bin/perl\b|#!%{__perl}|' demo/*
 
@@ -52,9 +53,11 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%check || :
+
+%check
 make test
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -63,10 +66,16 @@
 %defattr(-,root,root,-)
 %{perl_vendorlib}/Parse/
 %{_mandir}/man3/*.3*
+%doc Changes README demo/ tutorial/
 
 
 %changelog
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
+* Fri Jul 20 2007 Robin Norwood <rnorwood at redhat.com> - 1.94-6.el5
+- build for EL5.
+- Fix minor specfile issues
+- Package the docs as well
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 1.94-5.2.1
 - rebuild
 
 * Fri Feb 03 2006 Jason Vas Dias <jvdias at redhat.com> - 1.94-5.2




More information about the scm-commits mailing list