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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Aug 26 20:14:54 UTC 2007


Author: spot

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

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

license tag fix



Index: perl-UNIVERSAL-exports.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-exports/EL-4/perl-UNIVERSAL-exports.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-UNIVERSAL-exports.spec	25 Apr 2006 00:46:24 -0000	1.2
+++ perl-UNIVERSAL-exports.spec	26 Aug 2007 20:14:21 -0000	1.3
@@ -1,15 +1,15 @@
 Name:           perl-UNIVERSAL-exports
-Version:        0.03
-Release:        4%{?dist}
+Version:        0.05
+Release:        3%{?dist}
 Summary:        Lightweight, universal exporting of variables
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/UNIVERSAL-exports/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/UNIVERSAL-exports-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Exporter::Lite)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -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,15 @@
 
 
 %changelog
+* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.05-3
+- license tag fix
+
+* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.05-2
+- get rid of false provide
+
+* Sun Sep  3 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.05-1
+- bump to 0.05, upstream confirms license
+
 * Mon Apr 24 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.03-4
 - debian has license confirmation from 2002, we'll trust that
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-exports/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Aug 2005 18:50:51 -0000	1.2
+++ sources	26 Aug 2007 20:14:21 -0000	1.3
@@ -1 +1 @@
-7672d8e740d99c3af612205e6fde8644  UNIVERSAL-exports-0.03.tar.gz
+4378f0e385c47829584486468414fde9  UNIVERSAL-exports-0.05.tar.gz




More information about the fedora-extras-commits mailing list