diff --git a/.cvsignore b/.cvsignore index 571ed08..5133435 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,9 @@ -Class-C3-XS-0.08.tar.gz +Class-C3-XS-0.11.tar.gz +Class-C3-XS-* +i386 +x86_64 +.build* +clog +*.rpm +*.gz +*.tar diff --git a/perl-Class-C3-XS.spec b/perl-Class-C3-XS.spec index 122258b..354b66a 100644 --- a/perl-Class-C3-XS.spec +++ b/perl-Class-C3-XS.spec @@ -1,11 +1,11 @@ Name: perl-Class-C3-XS -Version: 0.08 -Release: 4%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: XS speedups for Class::C3 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-C3-XS/ -Source0: http://www.cpan.org/authors/id/B/BL/BLBLACK/Class-C3-XS-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Class-C3-XS-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -15,6 +15,12 @@ BuildRequires: perl(Test::More) >= 0.47 # test BuildRequires: perl(Test::Pod) +# 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 This contains XS performance enhancers for Class::C3 version 0.16 and higher. The main Class::C3 package will use this package automatically if @@ -71,6 +77,15 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Apr 02 2009 Chris Weyl 0.11-1 +- update to 0.11 + +* Sat Feb 28 2009 Chris Weyl - 0.08-6 +- Stripping bad provides of private Perl extension libs + +* Thu Feb 26 2009 Fedora Release Engineering - 0.08-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Mar 4 2008 Tom "spot" Callaway - 0.08-4 - rebuild for new perl diff --git a/sources b/sources index 12f99f9..9d3fd64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb19c19a2660f89765765c6c029184f1 Class-C3-XS-0.08.tar.gz +6afa4bd20dd179358df6acf8e77037fc Class-C3-XS-0.11.tar.gz