rpms/perl-UNIVERSAL-exports/FC-4 perl-UNIVERSAL-exports.spec, 1.3, 1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Sep 11 18:46:17 UTC 2006


Author: spot

Update of /cvs/extras/rpms/perl-UNIVERSAL-exports/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6540/FC-4

Modified Files:
	perl-UNIVERSAL-exports.spec 
Log Message:

Get rid of false provide.



Index: perl-UNIVERSAL-exports.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-exports/FC-4/perl-UNIVERSAL-exports.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-UNIVERSAL-exports.spec	3 Sep 2006 23:46:38 -0000	1.3
+++ perl-UNIVERSAL-exports.spec	11 Sep 2006 18:46:17 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-UNIVERSAL-exports
 Version:        0.05
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lightweight, universal exporting of variables
 Group:          Development/Libraries
 License:        GPL or Artistic
@@ -19,6 +19,14 @@
 %prep
 %setup -q -n UNIVERSAL-exports-%{version}
 
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+    sed -e '/^perl(UNIVERSAL)$/d'
+EOF
+%define __perl_provides %{_builddir}/UNIVERSAL-exports-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make
@@ -44,6 +52,9 @@
 
 
 %changelog
+* Sun Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.05-2
+- get rid of false provides
+
 * Sun Sep  3 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.05-1
 - bump to 0.05, upstream confirms license
 




More information about the scm-commits mailing list