commit 055da927b6e1cc0cce56fc3e0a4834e1dfc47ba3 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Wed Jan 11 11:19:01 2012 +0100 0.1006 bump .gitignore | 1 + perl-File-chdir.spec | 21 +++++++++++++-------- sources | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) --- diff --git a/.gitignore b/.gitignore index c229d3c..5d5385c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ File-chdir-0.09.tar.gz /File-chdir-0.1003.tar.gz +/File-chdir-0.1006.tar.gz diff --git a/perl-File-chdir.spec b/perl-File-chdir.spec index 113fab3..2e02b3a 100644 --- a/perl-File-chdir.spec +++ b/perl-File-chdir.spec @@ -1,14 +1,18 @@ Name: perl-File-chdir -Version: 0.1003 +Version: 0.1006 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(ExtUtils::MakeMaker) BuildRequires: perl(Cwd) >= 3.16 +BuildRequires: perl(Carp) +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) >= 3.27 +BuildRequires: perl(File::Spec::Functions) >= 3.27 +BuildRequires: perl(File::Temp) BuildRequires: perl(Test::More) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -27,12 +31,10 @@ whole program. make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT - -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; - -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null \; +chmod -R u+rwX,go+rX,go-w %{buildroot}/* %check make test @@ -43,6 +45,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Jan 11 2012 Petr Šabata <contyk@xxxxxxxxxx> - 0.1006-1 +- 0.1006 bump + * Sat Jun 18 2011 Iain Arnell <iarnell@xxxxxxxxx> 0.1003-1 - update to latest upstream version - clean up spec for modern rpmbuild diff --git a/sources b/sources index 4193fd5..f6ac65b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bc2c285bf4d4fefcbc23d8309a0b22a File-chdir-0.1003.tar.gz +a09bce5507335de116984c121dbbca24 File-chdir-0.1006.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel