[perl-Throwable] * 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:00:19 UTC 2010


commit 8a1445b818275daea971cebacbc1db08362d92ac
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Jul 30 08:00:14 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-Throwable.spec |   16 +++++++---------
 sources             |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3bb1bd..dcf69b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Throwable-0.101110.tar.gz
+Throwable-0.102080.tar.gz
diff --git a/perl-Throwable.spec b/perl-Throwable.spec
index 0d6b7b7..6af0672 100644
--- a/perl-Throwable.spec
+++ b/perl-Throwable.spec
@@ -1,12 +1,11 @@
 Name:           perl-Throwable
-Version:        0.101110
-Release:        2%{?dist}
+Version:        0.102080
+Release:        1%{?dist}
 Summary:        Role for classes that can be thrown
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Throwable/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Devel::StackTrace) >= 1.21
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.11
@@ -36,8 +35,6 @@ any previous value for $@ and calls die $self.
 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 {} \;
@@ -48,16 +45,17 @@ 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
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_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
+
 * Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.101110-2
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 6731559..46fbe41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e25bd823ed1c2b2b2e0942a8d382a94  Throwable-0.101110.tar.gz
+f048e133a92eab91a1975001d2a55a38  Throwable-0.102080.tar.gz



More information about the perl-devel mailing list