Author: cweyl Update of /cvs/extras/rpms/perl-Devel-LexAlias/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29749 Modified Files: perl-Devel-LexAlias.spec Log Message: Fix bad auto-provides of private Perl extension libs Index: perl-Devel-LexAlias.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-LexAlias/devel/perl-Devel-LexAlias.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-LexAlias.spec 26 Feb 2009 15:12:58 -0000 1.3 +++ perl-Devel-LexAlias.spec 27 Mar 2009 04:54:12 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Devel-LexAlias Version: 0.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Alias lexical variables License: GPL+ or Artistic Group: Development/Libraries @@ -13,6 +13,12 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +# don't "provide" private Perl libs +%global _use_internal_dependency_generator 0 +%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u +%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" +%global __find_requires /bin/sh -c "%{__deploop R}" + %description Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing. @@ -51,6 +57,9 @@ %{_mandir}/man3/* %changelog +* Thu Mar 26 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> - 0.04-4 +- Stripping bad provides of private Perl extension libs + * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list