[perl-asa] update to 1.03

Iain Arnell iarnell at fedoraproject.org
Sat May 7 07:15:57 UTC 2011


commit d47696845c1129b94dfe941da5b4e45b00bfbf02
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat May 7 09:12:12 2011 +0200

    update to 1.03

 .gitignore    |    1 +
 perl-asa.spec |   16 ++++++----------
 sources       |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b444528..9551773 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 asa-0.02.tar.gz
+/asa-1.03.tar.gz
diff --git a/perl-asa.spec b/perl-asa.spec
index 123d772..7963571 100644
--- a/perl-asa.spec
+++ b/perl-asa.spec
@@ -1,14 +1,12 @@
-
 Name:       perl-asa 
-Version:    0.02 
-Release:        8%{?dist}
+Version:    1.03
+Release:    1%{?dist}
 # see lib/asa.pm
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Lets your class/object say it works like something else 
 Source:     http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/asa-%{version}.tar.gz 
 Url:        http://search.cpan.org/dist/asa
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -41,8 +39,6 @@ class it's not (that is, isn't in @ISA).
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -52,16 +48,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README 
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat May 07 2011 Iain Arnell <iarnell at gmail.com> 1.03-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.02-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index ef36893..decdbde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2b0358f0c8548dacdbdaeaa7c9fe5f7  asa-0.02.tar.gz
+ad3d82114f569892d65163e8623d50e4  asa-1.03.tar.gz


More information about the scm-commits mailing list