[perl-CPAN-Uploader] update to 0.103000

Iain Arnell iarnell at fedoraproject.org
Sat Apr 9 07:43:57 UTC 2011


commit cc9588b6a781f0be158cd3e29462f93f7a3686df
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Apr 9 09:36:46 2011 +0200

    update to 0.103000

 .gitignore              |    1 +
 perl-CPAN-Uploader.spec |   16 +++++++---------
 sources                 |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7563bdd..583242e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CPAN-Uploader-0.101670.tar.gz
 CPAN-Uploader-0.102150.tar.gz
+/CPAN-Uploader-0.103000.tar.gz
diff --git a/perl-CPAN-Uploader.spec b/perl-CPAN-Uploader.spec
index 5885141..f3456aa 100644
--- a/perl-CPAN-Uploader.spec
+++ b/perl-CPAN-Uploader.spec
@@ -1,12 +1,11 @@
 Name:           perl-CPAN-Uploader
-Version:        0.102150
-Release:        3%{?dist}
+Version:        0.103000
+Release:        1%{?dist}
 Summary:        Upload things to the CPAN
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CPAN-Uploader/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Uploader-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.084
@@ -16,7 +15,7 @@ BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Term::ReadKey)
 # tests
 BuildRequires:  perl(Pod::Coverage::TrustPod)
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 
@@ -41,8 +40,6 @@ sed -i -e 's!bin/cpan-upload!bin/cpan-uploader!' Makefile.PL
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -53,9 +50,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 RELEASE_TESTING=1 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes dist.ini LICENSE META.json README
@@ -65,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 09 2011 Iain Arnell <iarnell at gmail.com> 0.103000-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.102150-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index cc86029..7474177 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6f5c3a7252125f878a208f0c6ff504c  CPAN-Uploader-0.102150.tar.gz
+7bd63780e1ebb7ff806ba95b4f60c3ba  CPAN-Uploader-0.103000.tar.gz



More information about the perl-devel mailing list