[perl-Test-Strict] update to 0.14

Iain Arnell iarnell at fedoraproject.org
Thu Feb 24 16:31:54 UTC 2011


commit 1ef11607c324bb466d07f939227df2a87f848eeb
Author: Iain Arnell <iarnell at gmail.com>
Date:   Thu Feb 24 17:31:55 2011 +0100

    update to 0.14

 .gitignore            |    1 +
 perl-Test-Strict.spec |   14 ++++++--------
 sources               |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ed8573..20bf4b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Strict-0.13.tar.gz
+/Test-Strict-0.14.tar.gz
diff --git a/perl-Test-Strict.spec b/perl-Test-Strict.spec
index a2263ad..f3ad466 100644
--- a/perl-Test-Strict.spec
+++ b/perl-Test-Strict.spec
@@ -1,13 +1,12 @@
 Name:       perl-Test-Strict 
-Version:        0.13
-Release:        7%{?dist}
+Version:        0.14
+Release:        1%{?dist}
 # see lib/Test/Strict.pm
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Check syntax, presence of use strict/warnings, and test coverage
 Source:     http://search.cpan.org/CPAN/authors/id/P/PD/PDENIS/Test-Strict-%{version}.tar.gz 
 Url:        http://search.cpan.org/dist/Test-Strict
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -35,8 +34,6 @@ BuildRequires: perl(Test::Pod)
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -46,9 +43,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
 %defattr(-,root,root,-)
 %doc README Changes 
@@ -56,6 +50,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Feb 24 2011 Iain Arnell <iarnell at gmail.com> 0.14-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 5c94b98..620efbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1db15ebd43a380b38be2d3f60716b07  Test-Strict-0.13.tar.gz
+d1ef5921787195141ba47b017cd5bce5  Test-Strict-0.14.tar.gz



More information about the perl-devel mailing list