rpms/perl-UNIVERSAL-require/EL-4 perl-UNIVERSAL-require.spec, 1.1, 1.2 sources, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jul 27 20:12:17 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-UNIVERSAL-require/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3990/EL-4

Modified Files:
	perl-UNIVERSAL-require.spec sources 
Log Message:

Bump to 0.11



Index: perl-UNIVERSAL-require.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-require/EL-4/perl-UNIVERSAL-require.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-UNIVERSAL-require.spec	5 Sep 2006 15:09:34 -0000	1.1
+++ perl-UNIVERSAL-require.spec	27 Jul 2007 20:11:45 -0000	1.2
@@ -1,5 +1,5 @@
 Name:           perl-UNIVERSAL-require
-Version:        0.10
+Version:        0.11
 Release:        1%{?dist}
 Summary:        Require() modules from a variable
 Group:          Development/Libraries
@@ -19,6 +19,14 @@
 %prep
 %setup -q -n UNIVERSAL-require-%{version}
 
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+    sed -e '/^perl(UNIVERSAL)$/d'
+EOF
+%define __perl_provides %{_builddir}/UNIVERSAL-require-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make
@@ -44,5 +52,11 @@
 
 
 %changelog
+* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.11-1
+- bump to 0.11
+
+* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.10-2
+- get rid of false provide
+
 * Mon Sep  4 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.10-1
 - initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-require/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Sep 2006 15:09:34 -0000	1.2
+++ sources	27 Jul 2007 20:11:45 -0000	1.3
@@ -1 +1 @@
-4ea51136ee7052bb37dc52c7cb8945b0  UNIVERSAL-require-0.10.tar.gz
+a93b419333866dcf1e974e8079a41bd7  UNIVERSAL-require-0.11.tar.gz




More information about the scm-commits mailing list