[perl-B-Hooks-OP-Check] update to 0.19

Iain Arnell iarnell at fedoraproject.org
Fri Sep 23 11:47:27 UTC 2011


commit 813892ba9a1d7f6334fe5848a308eec1519bb143
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Sep 23 13:44:11 2011 +0200

    update to 0.19

 .gitignore                 |    1 +
 perl-B-Hooks-OP-Check.spec |   17 +++++++----------
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32c6b0f..a983431 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 B-Hooks-OP-Check-0.18.tar.gz
+/B-Hooks-OP-Check-0.19.tar.gz
diff --git a/perl-B-Hooks-OP-Check.spec b/perl-B-Hooks-OP-Check.spec
index 7f26438..b5a91ed 100644
--- a/perl-B-Hooks-OP-Check.spec
+++ b/perl-B-Hooks-OP-Check.spec
@@ -1,12 +1,11 @@
 Name:           perl-B-Hooks-OP-Check
 Summary:        Wrap OP check callbacks
-Version:        0.18
-Release:        5%{?dist}
+Version:        0.19
+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 
+Source0:        http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/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) >= 0.302
@@ -31,8 +30,6 @@ of 'PL_check'.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{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 {} ';'
@@ -43,17 +40,17 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/*
 %exclude %dir %{perl_vendorarch}/auto
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Sep 23 2011 Iain Arnell <iarnell at gmail.com> 0.19-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.18-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 96231c6..6acbb47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ed7e851967c6edfdf4a2c1858958543  B-Hooks-OP-Check-0.18.tar.gz
+a6af890eccb266f6ad9cb295eb7c570b  B-Hooks-OP-Check-0.19.tar.gz



More information about the perl-devel mailing list