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
|
Name: perl-File-pushd
|
||||||
Version: 1.014
|
Version: 1.016
|
||||||
Release: 5%{?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
|
||||||
URL: http://search.cpan.org/dist/File-pushd/
|
URL: https://metacpan.org/release/File-pushd
|
||||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-%{version}.tar.gz
|
Source0: http://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||||
# Module Runtime
|
# Module Runtime
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
@ -23,6 +23,7 @@ BuildRequires: perl(overload)
|
|||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Test Suite
|
# Test Suite
|
||||||
|
BuildRequires: perl(Config)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(File::Basename)
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
@ -50,7 +51,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -62,6 +63,12 @@ make test
|
|||||||
%{_mandir}/man3/File::pushd.3*
|
%{_mandir}/man3/File::pushd.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.014-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user