commit 182b9551a2b92f453a80bf48ed90f4159aeb3cea Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Mon Dec 12 11:34:13 2011 +0100 1.002 bump .gitignore | 1 + perl-File-pushd.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) --- diff --git a/.gitignore b/.gitignore index e6d1c2c..f7147b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ File-pushd-1.00.tar.gz /File-pushd-1.001.tar.gz +/File-pushd-1.002.tar.gz diff --git a/perl-File-pushd.spec b/perl-File-pushd.spec index 118b416..d02ff4a 100644 --- a/perl-File-pushd.spec +++ b/perl-File-pushd.spec @@ -1,5 +1,5 @@ Name: perl-File-pushd -Version: 1.001 +Version: 1.002 Release: 1%{?dist} Summary: Change directory temporarily for a limited scope License: ASL 2.0 @@ -34,10 +34,10 @@ limited scope, this happens automatically at the end of the scope. 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 -depth -type d -exec rmdir {} 2>/dev/null \; -%{_fixperms} $RPM_BUILD_ROOT/* +make pure_install PERL_INSTALL_ROOT=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +%{_fixperms} %{buildroot}/* %check make test @@ -48,6 +48,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Dec 12 2011 Petr Šabata <contyk@xxxxxxxxxx> - 1.002-1 +- 1.002 bump + * Thu Sep 15 2011 Petr Sabata <contyk@xxxxxxxxxx> - 1.001-1 - 1.001 bump - Remove now obsolete BuildRoot and defattr diff --git a/sources b/sources index 4750af0..22d9b7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aed697867748e3376f2befc13fb23865 File-pushd-1.001.tar.gz +eac693b6968d99e0a3da89cd7babec11 File-pushd-1.002.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