[perl-Test-Pod] 1.45 bump, buildroot cleanup

Petr Sabata psabata at fedoraproject.org
Thu Mar 10 12:22:03 UTC 2011


commit 97a54905543e03dadf545fad7c90ed9beca0af11
Author: Petr Sabata <psabata at redhat.com>
Date:   Thu Mar 10 13:21:37 2011 +0100

    1.45 bump, buildroot cleanup

 .gitignore         |    1 +
 perl-Test-Pod.spec |   17 +++++++----------
 sources            |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99074df..90acba9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Pod-1.44.tar.gz
+/Test-Pod-1.45.tar.gz
diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec
index 0c34187..e4a228d 100644
--- a/perl-Test-Pod.spec
+++ b/perl-Test-Pod.spec
@@ -1,17 +1,15 @@
 Name:           perl-Test-Pod
-Version:        1.44
-Release:        4%{?dist}
+Version:        1.45
+Release:        1%{?dist}
 Summary:        Test POD files for correctness
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Pod/
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Module::Build) >= 0.30
+BuildRequires:  perl(Module::Build) >= 0.3000
 BuildRequires:  perl(Pod::Simple) >= 3.05
 BuildRequires:  perl(Test::Builder::Tester) >= 1.02
 BuildRequires:  perl(Test::More) >= 0.62
@@ -35,7 +33,6 @@ the heavy lifting.
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2>/dev/null
 %{_fixperms} $RPM_BUILD_ROOT
@@ -45,10 +42,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2>/dev/null
 LC_ALL=C ./Build test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -57,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 10 2011 Petr Sabata <psabata at redhat.com> - 1.45-1
+- 1.45 bump
+- Buildroot garbage cleanup
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.44-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 472cd25..689806d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02380af5539521524d5df17273a57ae7  Test-Pod-1.44.tar.gz
+089c8f272931df82f6c4d11a74f04628  Test-Pod-1.45.tar.gz



More information about the perl-devel mailing list