1.002 bump
This commit is contained in:
parent
c94c12bf11
commit
182b9551a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user