[perl-XXX] 0.27 bump

Petr Šabata psabata at fedoraproject.org
Wed Aug 20 13:31:07 UTC 2014


commit fb492821d1508714f08ab647ae7adfff0f39c558
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Aug 20 15:31:00 2014 +0200

    0.27 bump

 .gitignore    |    1 +
 perl-XXX.spec |   13 +++++++------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2d6ee80..2c25d22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ XXX-0.12.tar.gz
 /XXX-0.21.tar.gz
 /XXX-0.23.tar.gz
 /XXX-0.24.tar.gz
+/XXX-0.27.tar.gz
diff --git a/perl-XXX.spec b/perl-XXX.spec
index 1a50a66..f1cffdd 100644
--- a/perl-XXX.spec
+++ b/perl-XXX.spec
@@ -1,5 +1,5 @@
 Name:           perl-XXX
-Version:        0.24
+Version:        0.27
 Release:        1%{?dist}
 Summary:        See Your Data in the Nude
 License:        GPL+ or Artistic
@@ -11,7 +11,8 @@ BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(File::Find)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
@@ -38,14 +39,11 @@ To use Data::Dumper instead of YAML:
 %setup -q -n XXX-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-iconv -f iso8859-1 -t utf-8 < README > README.z
-mv README.z README
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -57,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 20 2014 Petr Šabata <contyk at redhat.com> - 0.27-1
+- 0.27 bump
+
 * Fri Aug 08 2014 Petr Šabata <contyk at redhat.com> - 0.24-1
 - 0.24 bump
 
diff --git a/sources b/sources
index 892c962..958df8f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1122f167863bbbe303b0c11ea579b589  XXX-0.24.tar.gz
+fdf9ba2a2c55fbbb5dcf9b8370280e52  XXX-0.27.tar.gz


More information about the scm-commits mailing list