[perl-String-Formatter] * Fri Jul 30 2010 Iain Arnell <iarnell at gmail.com> 0.102080-1 - update to latest upstream - update sp

Iain Arnell iarnell at fedoraproject.org
Fri Jul 30 06:16:35 UTC 2010


commit bc96c5d5651c9c8116bc7dc327d83a7fee4d1ebc
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Jul 30 08:16:31 2010 +0200

    * Fri Jul 30 2010 Iain Arnell <iarnell at gmail.com> 0.102080-1
    - update to latest upstream
    - update spec for modern rpmbuild

 .gitignore                 |    1 +
 perl-String-Formatter.spec |   12 +++++-------
 sources                    |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75d7e90..2a1d777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 String-Formatter-0.101620.tar.gz
+String-Formatter-0.102080.tar.gz
diff --git a/perl-String-Formatter.spec b/perl-String-Formatter.spec
index 7a93892..aed9a01 100644
--- a/perl-String-Formatter.spec
+++ b/perl-String-Formatter.spec
@@ -1,12 +1,11 @@
 Name:           perl-String-Formatter
-Version:        0.101620
+Version:        0.102080
 Release:        1%{?dist}
 Summary:        Build sprintf-like functions of your own
 License:        GPLv2
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/String-Formatter/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/String-Formatter-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.006
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -42,8 +41,6 @@ mv bench.pl eg
 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 {} \;
@@ -54,9 +51,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 notes.txt README eg/bench.pl
@@ -64,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 30 2010 Iain Arnell <iarnell at gmail.com> 0.102080-1
+- update to latest upstream
+- update spec for modern rpmbuild
+
 * Tue Jun 15 2010 Iain Arnell <iarnell at gmail.com> 0.101620-1
 - update to latest upstream
 
diff --git a/sources b/sources
index b745682..c5c6d2b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0295fa4fe8248601425fc18f58fb861  String-Formatter-0.101620.tar.gz
+c53463f6c226faf3f61e3a25ede18849  String-Formatter-0.102080.tar.gz



More information about the perl-devel mailing list