[perl-File-chdir] 0.1009 bump, no code changes

Petr Šabata psabata at fedoraproject.org
Fri Sep 26 09:42:13 UTC 2014


commit 23f3a07a4fb53beb58efa0e0f49651944cd01c72
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Sep 26 11:42:03 2014 +0200

    0.1009 bump, no code changes

 .gitignore           |    1 +
 perl-File-chdir.spec |   22 +++++++++++++---------
 sources              |    2 +-
 3 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f299ae..606d20e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ File-chdir-0.09.tar.gz
 /File-chdir-0.1006.tar.gz
 /File-chdir-0.1007.tar.gz
 /File-chdir-0.1008.tar.gz
+/File-chdir-0.1009.tar.gz
diff --git a/perl-File-chdir.spec b/perl-File-chdir.spec
index b5a71fe..8ccbdc9 100644
--- a/perl-File-chdir.spec
+++ b/perl-File-chdir.spec
@@ -1,22 +1,24 @@
 Name:           perl-File-chdir
-Version:        0.1008
-Release:        6%{?dist}
+Version:        0.1009
+Release:        1%{?dist}
 Summary:        A more sensible way to change directories
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/File-chdir/
 Source0:        http://www.cpan.org/modules/by-module/File/File-chdir-%{version}.tar.gz
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd) >= 3.16
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions) >= 3.27
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(File::Spec)
 
 %description
 Perl's chdir() has the unfortunate problem of being very, very, very
@@ -28,23 +30,25 @@ whole program.
 %setup -q -n File-chdir-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-chmod -R u+rwX,go+rX,go-w %{buildroot}/*
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 26 2014 Petr Šabata <contyk at redhat.com> - 0.1009-1
+- 0.1009 bump, no code changes
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.1008-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index e4d1296..061d23b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b0bfb8135554ef1e4e1440b89befe09  File-chdir-0.1008.tar.gz
+0804aa682c184d90315e9b27399d50b1  File-chdir-0.1009.tar.gz



More information about the perl-devel mailing list