[perl-Any-Moose] update to 0.15

Iain Arnell iarnell at fedoraproject.org
Sat Jul 2 07:29:30 UTC 2011


commit aa03e6caaab7c256e886b8af8fe53b34307bbd09
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Jul 2 09:29:09 2011 +0200

    update to 0.15

 .gitignore          |    1 +
 perl-Any-Moose.spec |   15 ++++++---------
 sources             |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a7ad25..ea37a13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Any-Moose-0.13.tar.gz
+/Any-Moose-0.15.tar.gz
diff --git a/perl-Any-Moose.spec b/perl-Any-Moose.spec
index 575f467..00cb6bf 100644
--- a/perl-Any-Moose.spec
+++ b/perl-Any-Moose.spec
@@ -1,12 +1,11 @@
 Name:           perl-Any-Moose
 Summary:        Use Moose or Mouse automagically
-Version:        0.13
-Release:        3%{?dist}
+Version:        0.15
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Any-Moose-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Any-Moose
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -37,8 +36,6 @@ loaded, otherwise we go with Moose.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -48,16 +45,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 Jul 02 2011 Iain Arnell <iarnell at gmail.com> 0.15-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.13-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d68f92c..fb63304 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d66e3344e50ceb6006c9d900115683b  Any-Moose-0.13.tar.gz
+bac09bce76b41d243c6b38164c9dc76b  Any-Moose-0.15.tar.gz


More information about the scm-commits mailing list