rpms/perl-UNIVERSAL-moniker/EL-4 perl-UNIVERSAL-moniker.spec, 1.1, 1.2

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


Author: spot

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

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

license tag fix



Index: perl-UNIVERSAL-moniker.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-moniker/EL-4/perl-UNIVERSAL-moniker.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-UNIVERSAL-moniker.spec	6 Aug 2005 03:03:47 -0000	1.1
+++ perl-UNIVERSAL-moniker.spec	26 Aug 2007 20:17:33 -0000	1.2
@@ -1,15 +1,15 @@
 Name:           perl-UNIVERSAL-moniker
 Version:        0.08
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        Real world naming for classes
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/UNIVERSAL-moniker/
 Source0:        http://search.cpan.org/CPAN/authors/id/K/KA/KASEI/UNIVERSAL-moniker-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1, perl(Lingua::EN::Inflect)
+BuildRequires:  perl(Test::More), perl(Lingua::EN::Inflect)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -19,6 +19,14 @@
 %prep
 %setup -q -n UNIVERSAL-moniker-%{version}
 
+cat << \EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} $* |\
+    sed -e '/^perl(UNIVERSAL)$/d'
+EOF
+%define __perl_provides %{_builddir}/UNIVERSAL-moniker-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make
@@ -44,6 +52,12 @@
 
 
 %changelog
+* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-5
+- license tag fix
+
+* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-4
+- filter out false provide
+
 * Fri Aug  5 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-3
 - add BR: perl(Lingua::EN::Inflect) to improve test coverage
 - add README to %doc




More information about the fedora-extras-commits mailing list