[perl-XXX] 0.21 bump; no code changes

Petr Šabata psabata at fedoraproject.org
Mon Jun 23 10:53:02 UTC 2014


commit fa129a2add4be00bd088caab49669b7e3964b8b5
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jun 23 12:53:00 2014 +0200

    0.21 bump; no code changes

 .gitignore    |    1 +
 perl-XXX.spec |   24 +++++++++++++++++-------
 sources       |    2 +-
 3 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ecae28..69b3537 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 XXX-0.12.tar.gz
 /XXX-0.17.tar.gz
 /XXX-0.18.tar.gz
+/XXX-0.21.tar.gz
diff --git a/perl-XXX.spec b/perl-XXX.spec
index 4943db0..a084dcd 100644
--- a/perl-XXX.spec
+++ b/perl-XXX.spec
@@ -1,16 +1,24 @@
 Name:           perl-XXX
-Version:        0.18
-Release:        8%{?dist}
+Version:        0.21
+Release:        1%{?dist}
 Summary:        See Your Data in the Nude
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/XXX/
 Source0:        http://search.cpan.org/CPAN/authors/id/I/IN/INGY/XXX-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(YAML)
+BuildRequires:  perl
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(warnings)
+BuildRequires:  perl(YAML)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+Requires:       perl(Data::Dumper)
+Requires:       perl(YAML)
 
 %description
 XXX.pm exports a function called XXX that you can put just about
@@ -30,13 +38,12 @@ To use Data::Dumper instead of YAML:
 %setup -q -n XXX-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{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 \;
 iconv -f iso8859-1 -t utf-8 < README > README.z
 mv README.z README
 %{_fixperms} %{buildroot}/*
@@ -50,6 +57,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 23 2014 Petr Šabata <contyk at redhat.com> - 0.21-1
+- 0.21 bump; no code changes
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 2eaf613..32c7256 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22d158576c7523c6b595ccf05ab7526f  XXX-0.18.tar.gz
+b01f2718985418dee9a439afe7a1a87c  XXX-0.21.tar.gz


More information about the scm-commits mailing list