- auto-update by cpan-spec-update 0.002

- altered br on perl(ExtUtils::Depends) (0 => 0.302)
- added a new req on perl(parent) (version 0)
- PERL_INSTALL_ROOT => DESTDIR
epel9
Chris Weyl 15 years ago
parent da1f101e78
commit fd62b60d3d

@ -1 +1 @@
B-Hooks-OP-Check-0.17.tar.gz B-Hooks-OP-Check-0.18.tar.gz

@ -1,26 +1,23 @@
Name: perl-B-Hooks-OP-Check Name: perl-B-Hooks-OP-Check
Version: 0.17 Summary: Wrap OP check callbacks
Release: 3%{?dist} Version: 0.18
# lib/B/Hooks/OP/Check.pm -> GPL+ or Artistic Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
Summary: Wrap OP check callbacks Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz
Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz URL: http://search.cpan.org/dist/B-Hooks-OP-Check
Url: http://search.cpan.org/dist/B-Hooks-OP-Check
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(ExtUtils::Depends) BuildRequires: perl(ExtUtils::Depends) >= 0.302
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(parent) BuildRequires: perl(parent)
# testing
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
# don't "provide" private Perl libs Requires: perl(parent)
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u %{?perl_default_filter}
%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" %{?perl_default_subpackage_tests}
%global __find_requires /bin/sh -c "%{__deploop R}"
%description %description
This module provides a C API for XS modules to hook into the callbacks This module provides a C API for XS modules to hook into the callbacks
@ -36,7 +33,7 @@ make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@ -57,6 +54,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Sun Feb 14 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.18-1
- auto-update by cpan-spec-update 0.002
- altered br on perl(ExtUtils::Depends) (0 => 0.302)
- added a new req on perl(parent) (version 0)
- PERL_INSTALL_ROOT => DESTDIR
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.17-3 * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.17-3
- rebuild against perl 5.10.1 - rebuild against perl 5.10.1

@ -1 +1 @@
8b71dca27a770a456e4c4ca5d6baa7ce B-Hooks-OP-Check-0.17.tar.gz 0ed7e851967c6edfdf4a2c1858958543 B-Hooks-OP-Check-0.18.tar.gz

Loading…
Cancel
Save