1.003 bump
This commit is contained in:
parent
cddf8c667e
commit
54df7e2344
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
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
|
/File-pushd-1.002.tar.gz
|
||||||
|
/File-pushd-1.003.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-File-pushd
|
Name: perl-File-pushd
|
||||||
Version: 1.002
|
Version: 1.003
|
||||||
Release: 4%{?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
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -16,7 +16,7 @@ BuildRequires: perl(File::Spec)
|
|||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(Test::More)
|
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
|
%description
|
||||||
File::pushd does a temporary chdir that is easily and automatically
|
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}
|
%setup -q -n File-pushd-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
||||||
%{_fixperms} %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -48,6 +47,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 29 2012 Petr Šabata <contyk@redhat.com> - 1.003-1
|
||||||
|
- 1.003 bump
|
||||||
|
|
||||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-4
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.002-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user