rpms/perl-Class-DBI-Loader-Relationship/EL-4 perl-Class-DBI-Loader-Relationship.spec, 1.3, 1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jul 5 13:53:00 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Class-DBI-Loader-Relationship/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8912/EL-4

Modified Files:
	perl-Class-DBI-Loader-Relationship.spec 
Log Message:

Fix false provides



Index: perl-Class-DBI-Loader-Relationship.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-DBI-Loader-Relationship/EL-4/perl-Class-DBI-Loader-Relationship.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Class-DBI-Loader-Relationship.spec	25 Apr 2006 00:40:00 -0000	1.3
+++ perl-Class-DBI-Loader-Relationship.spec	5 Jul 2007 13:52:23 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           perl-Class-DBI-Loader-Relationship
 Version:        1.3
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        Easier relationship specification in CDBI::L
 Group:          Development/Libraries
 License:        GPL or Artistic
@@ -19,6 +19,15 @@
 %prep
 %setup -q -n Class-DBI-Loader-Relationship-%{version}
 
+# Filter false positive provides.
+cat <<EOF > %{name}-prov
+#!/bin/sh
+%{__perl_provides} \
+| grep -v 'perl(Class::DBI::Loader::Generic)'
+EOF
+%define __perl_provides %{_builddir}/Class-DBI-Loader-Relationship-%{version}/%{name}-prov
+chmod +x %{__perl_provides}
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -44,6 +53,12 @@
 
 
 %changelog
+* Thu Jul  5 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.3-4
+- fix false provide (Class::DBI::Loader::Generic)
+
+* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.3-3
+- bump for FC-6
+
 * Mon Apr 24 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.3-2
 - correct license, should be GPL or Artistic
 




More information about the scm-commits mailing list