From 54df7e2344d182fcd96084c23cfb38fcb60898d2 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Nov 29 2012 09:29:06 +0000 Subject: 1.003 bump --- diff --git a/.gitignore b/.gitignore index f7147b2..aaeade5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ File-pushd-1.00.tar.gz /File-pushd-1.001.tar.gz /File-pushd-1.002.tar.gz +/File-pushd-1.003.tar.gz diff --git a/perl-File-pushd.spec b/perl-File-pushd.spec index 6411fa3..f950931 100644 --- a/perl-File-pushd.spec +++ b/perl-File-pushd.spec @@ -1,6 +1,6 @@ Name: perl-File-pushd -Version: 1.002 -Release: 4%{?dist} +Version: 1.003 +Release: 1%{?dist} Summary: Change directory temporarily for a limited scope License: ASL 2.0 Group: Development/Libraries @@ -16,7 +16,7 @@ BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) BuildRequires: perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description File::pushd does a temporary chdir that is easily and automatically @@ -30,13 +30,12 @@ limited scope, this happens automatically at the end of the scope. %setup -q -n File-pushd-%{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 \; %{_fixperms} %{buildroot}/* %check @@ -48,6 +47,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Nov 29 2012 Petr Šabata - 1.003-1 +- 1.003 bump + * Fri Jul 20 2012 Fedora Release Engineering - 1.002-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 22d9b7f..6860de1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eac693b6968d99e0a3da89cd7babec11 File-pushd-1.002.tar.gz +32c1c7d13e391f68fcd8ea63a5ad8fe7 File-pushd-1.003.tar.gz