[perl-App-Nopaste] update to 0.24

Iain Arnell iarnell at fedoraproject.org
Sun Jan 2 12:29:54 UTC 2011


commit c91805a1ca163eab52fba009d9882d7393cc3be1
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Jan 2 13:29:35 2011 +0100

    update to 0.24

 .gitignore            |    1 +
 perl-App-Nopaste.spec |   12 +++++-------
 sources               |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f3241b0..29fa41e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 App-Nopaste-0.22.tar.gz
 /App-Nopaste-0.23.tar.gz
+/App-Nopaste-0.24.tar.gz
diff --git a/perl-App-Nopaste.spec b/perl-App-Nopaste.spec
index 9c6a6b9..c42672c 100644
--- a/perl-App-Nopaste.spec
+++ b/perl-App-Nopaste.spec
@@ -1,12 +1,11 @@
 Name:           perl-App-Nopaste
-Version:        0.23
+Version:        0.24
 Release:        1%{?dist}
 Summary:        Easy access to any pastebin
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/App-Nopaste/
 Source0:        http://www.cpan.org/authors/id/S/SA/SARTAK/App-Nopaste-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
@@ -61,8 +60,6 @@ PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -73,9 +70,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes
@@ -88,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Sun Jan 02 2011 Iain Arnell <iarnell at gmail.com> 0.24-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Fri Dec 03 2010 Iain Arnell <iarnell at gmail.com> 0.23-1
 - update to latest upstream version
 
diff --git a/sources b/sources
index 904df3b..7771505 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ceac147118b115c52db98bcd7053115c  App-Nopaste-0.23.tar.gz
+0440fdd5c454d0f3a1d3766fe21739f1  App-Nopaste-0.24.tar.gz



More information about the perl-devel mailing list