rpms/perl-B-Hooks-OP-Check/devel .cvsignore, 1.3, 1.4 perl-B-Hooks-OP-Check.spec, 1.4, 1.5 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Sun Feb 14 01:01:37 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23816

Modified Files:
	.cvsignore perl-B-Hooks-OP-Check.spec sources 
Log Message:
* Sun Feb 14 2010 Chris Weyl <cweyl at 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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	17 May 2009 06:47:51 -0000	1.3
+++ .cvsignore	14 Feb 2010 01:01:36 -0000	1.4
@@ -1 +1 @@
-B-Hooks-OP-Check-0.17.tar.gz
+B-Hooks-OP-Check-0.18.tar.gz


Index: perl-B-Hooks-OP-Check.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/perl-B-Hooks-OP-Check.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-B-Hooks-OP-Check.spec	7 Dec 2009 11:03:42 -0000	1.4
+++ perl-B-Hooks-OP-Check.spec	14 Feb 2010 01:01:36 -0000	1.5
@@ -1,26 +1,23 @@
-Name:       perl-B-Hooks-OP-Check
-Version:    0.17
-Release:    3%{?dist}
-# lib/B/Hooks/OP/Check.pm -> GPL+ or Artistic
-License:    GPL+ or Artistic
-Group:      Development/Libraries
-Summary:    Wrap OP check callbacks
-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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:           perl-B-Hooks-OP-Check
+Summary:        Wrap OP check callbacks
+Version:        0.18
+Release:        1%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Source0:        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
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires: perl(ExtUtils::Depends)
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires: perl(parent)
-# testing
-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}"
+BuildRequires:  perl(ExtUtils::Depends) >= 0.302
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(parent)
+BuildRequires:  perl(Test::More)
+
+Requires:       perl(parent)
+
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 This module provides a C API for XS modules to hook into the callbacks
@@ -36,7 +33,7 @@ make %{?_smp_mflags}
 %install
 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 '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -57,6 +54,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Feb 14 2010 Chris Weyl <cweyl at 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 at redhat.com> - 0.17-3
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	17 May 2009 06:47:51 -0000	1.3
+++ sources	14 Feb 2010 01:01:36 -0000	1.4
@@ -1 +1 @@
-8b71dca27a770a456e4c4ca5d6baa7ce  B-Hooks-OP-Check-0.17.tar.gz
+0ed7e851967c6edfdf4a2c1858958543  B-Hooks-OP-Check-0.18.tar.gz



More information about the scm-commits mailing list