rpms/perl-Class-DBI-Loader-Relationship/EL-5 perl-Class-DBI-Loader-Relationship.spec, 1.4, 1.5

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


Author: spot

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

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-5/perl-Class-DBI-Loader-Relationship.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Class-DBI-Loader-Relationship.spec	15 Sep 2006 01:26:53 -0000	1.4
+++ perl-Class-DBI-Loader-Relationship.spec	5 Jul 2007 13:52:30 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-Class-DBI-Loader-Relationship
 Version:        1.3
-Release:        3%{?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,9 @@
 
 
 %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
 




More information about the fedora-extras-commits mailing list