1.002 bump

This commit is contained in:
Petr Šabata 2011-12-12 11:34:13 +01:00
parent c94c12bf11
commit 182b9551a2
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
File-pushd-1.00.tar.gz File-pushd-1.00.tar.gz
/File-pushd-1.001.tar.gz /File-pushd-1.001.tar.gz
/File-pushd-1.002.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-File-pushd Name: perl-File-pushd
Version: 1.001 Version: 1.002
Release: 1%{?dist} Release: 1%{?dist}
Summary: Change directory temporarily for a limited scope Summary: Change directory temporarily for a limited scope
License: ASL 2.0 License: ASL 2.0
@ -34,10 +34,10 @@ limited scope, this happens automatically at the end of the scope.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=%{buildroot}
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} %{buildroot}/*
%check %check
make test make test
@ -48,6 +48,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon Dec 12 2011 Petr Šabata <contyk@redhat.com> - 1.002-1
- 1.002 bump
* Thu Sep 15 2011 Petr Sabata <contyk@redhat.com> - 1.001-1 * Thu Sep 15 2011 Petr Sabata <contyk@redhat.com> - 1.001-1
- 1.001 bump - 1.001 bump
- Remove now obsolete BuildRoot and defattr - Remove now obsolete BuildRoot and defattr

View File

@ -1 +1 @@
aed697867748e3376f2befc13fb23865 File-pushd-1.001.tar.gz eac693b6968d99e0a3da89cd7babec11 File-pushd-1.002.tar.gz