Update to 1.016
- New upstream release 1.016 - Directories created with tempd will only be cleaned up by the PID that created them, not by forked children - Switch upstream from search.cpan.org to metacpan.org
This commit is contained in:
parent
5349066fdc
commit
31e94b1943
@ -1,16 +1,16 @@
|
||||
Name: perl-File-pushd
|
||||
Version: 1.014
|
||||
Release: 5%{?dist}
|
||||
Version: 1.016
|
||||
Release: 1%{?dist}
|
||||
Summary: Change directory temporarily for a limited scope
|
||||
License: ASL 2.0
|
||||
URL: http://search.cpan.org/dist/File-pushd/
|
||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-%{version}.tar.gz
|
||||
URL: https://metacpan.org/release/File-pushd
|
||||
Source0: http://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
@ -23,6 +23,7 @@ BuildRequires: perl(overload)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec::Functions)
|
||||
@ -50,7 +51,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -62,6 +63,12 @@ make test
|
||||
%{_mandir}/man3/File::pushd.3*
|
||||
|
||||
%changelog
|
||||
* Mon May 21 2018 Paul Howarth <paul@city-fan.org> - 1.016-1
|
||||
- Update to 1.016
|
||||
- Directories created with tempd will only be cleaned up by the PID that
|
||||
created them, not by forked children
|
||||
- Switch upstream from search.cpan.org to metacpan.org
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.014-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user