[perl-Olson-Abbreviations] Update to 0.03

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Jul 23 10:16:27 UTC 2012


commit be42dfe5c018419dcd984c6de2fbebd96a842a4f
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Jul 23 12:15:47 2012 +0200

    Update to 0.03

 .gitignore                    |    1 +
 perl-Olson-Abbreviations.spec |   23 +++++++++--------------
 sources                       |    2 +-
 3 files changed, 11 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f5ddf2..e541fbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Olson-Abbreviations-0.02.tar.gz
+/Olson-Abbreviations-0.03.tar.gz
diff --git a/perl-Olson-Abbreviations.spec b/perl-Olson-Abbreviations.spec
index bfa2835..22b1aeb 100644
--- a/perl-Olson-Abbreviations.spec
+++ b/perl-Olson-Abbreviations.spec
@@ -1,21 +1,19 @@
 Name:           perl-Olson-Abbreviations
-Version:        0.02
-Release:        9%{?dist}
+Version:        0.03
+Release:        1%{?dist}
 Summary:        Globally unique timezones abbreviation handling
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Olson-Abbreviations/
 Source0:        http://www.cpan.org/authors/id/E/EC/ECARROLL/Olson-Abbreviations-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Moose)
-BuildRequires:  perl(MooseX::AttributeHelpers)
-BuildRequires:  perl(MooseX::ClassAttribute)
+BuildRequires:  perl(MooseX::ClassAttribute) >= 0.25
 BuildRequires:  perl(Test::More)
-Requires:       perl(Moose)
-Requires:       perl(MooseX::AttributeHelpers)
-Requires:       perl(MooseX::ClassAttribute)
+BuildRequires:  perl(Test::Pod) >= 1.22
+BuildRequires:  perl(namespace::autoclean)
+Requires:       perl(MooseX::ClassAttribute) >= 0.25
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -30,8 +28,6 @@ ambigious olson abbreviations into TZ offset notation.
 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 {} \;
@@ -42,16 +38,15 @@ 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 README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 23 2012 Jitka Plesnikova <jplesnik at redhat.com> - 0.03-1
+- 0.03 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.02-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index a3a19fb..f01bff6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19c1a8b91f0d2e393e0cf824deb36e3b  Olson-Abbreviations-0.02.tar.gz
+e0fe7468fa0856889d6347349f788298  Olson-Abbreviations-0.03.tar.gz


More information about the scm-commits mailing list