[perl-Class-Accessor-Lite] Upstream update.

corsepiu corsepiu at fedoraproject.org
Sat Feb 1 08:18:06 UTC 2014


commit beb6dbf1b3ca48e64e7ed654fd10e0879d038499
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sat Feb 1 09:18:30 2014 +0100

    Upstream update.
    
    - Modernize spec.

 .gitignore                    |    1 +
 perl-Class-Accessor-Lite.spec |   17 ++++++++---------
 sources                       |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9dc5cb3..0ea265d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Class-Accessor-Lite-0.05.tar.gz
+/Class-Accessor-Lite-0.06.tar.gz
diff --git a/perl-Class-Accessor-Lite.spec b/perl-Class-Accessor-Lite.spec
index 36adc31..a9a6482 100644
--- a/perl-Class-Accessor-Lite.spec
+++ b/perl-Class-Accessor-Lite.spec
@@ -1,13 +1,14 @@
 Name:           perl-Class-Accessor-Lite
-Version:        0.05
-Release:        9%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Minimalistic variant of Class::Accessor
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Class-Accessor-Lite/
 Source0:        http://www.cpan.org/authors/id/K/KA/KAZUHO/Class-Accessor-Lite-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -25,8 +26,6 @@ up the @ISA.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -37,16 +36,16 @@ 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
+* Sat Feb 01 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.06-1
+- Upstream update.
+- Modernize spec.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.05-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 2c44d66..a38bef8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c487f0ebe2038363b68e9e68ae4beb54  Class-Accessor-Lite-0.05.tar.gz
+71a4b22f8a7f4fcad6ec184d5b57802a  Class-Accessor-Lite-0.06.tar.gz



More information about the perl-devel mailing list