Update to 1.42.

Add BR: perl(File::Path), perl(IO::File).
epel9
Ralf Corsépius 6 years ago
parent 8799ad8d92
commit d56590adfd

2
.gitignore vendored

@ -1 +1 @@
/Test-CheckManifest-1.41.tar.gz
/Test-CheckManifest-1.42.tar.gz

@ -1,5 +1,5 @@
Name: perl-Test-CheckManifest
Version: 1.41
Version: 1.42
Release: 1%{?dist}
Summary: Check if your Manifest matches your distro
License: Artistic 2.0
@ -17,6 +17,8 @@ BuildRequires: perl(Cwd) >= 3.75
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Path)
BuildRequires: perl(IO::File)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(strict)
@ -40,6 +42,13 @@ distribution.
%setup -q -c -n %{name}-%{version}
%setup -q -T -D -n %{name}-%{version} -a0
%if "%{version}" == "1.42"
cd Test-CheckManifest-%{version}
# Bogus deps
sed -i -e '/Data::Dumper/d' META.json META.yml Makefile.PL
cd ..
%endif
%build
cd Test-CheckManifest-%{version}
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@ -66,6 +75,10 @@ cd ..
%{_mandir}/man3/*
%changelog
* Tue Mar 05 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.42-1
- Update to 1.42.
- Add BR: perl(File::Path), perl(IO::File).
* Thu Feb 21 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.41-1
- Update to 1.41.

@ -1 +1 @@
SHA512 (Test-CheckManifest-1.41.tar.gz) = e90af78631fef7b9549d5be4d5e888fad87cd8f43c6d060c84c5e41543b8c4e1ee2a147759c5e8d7103e4bc527d796629186527640eff9881b2105cfce542115
SHA512 (Test-CheckManifest-1.42.tar.gz) = b1853e56aa47b4431ed95531cd7ad86a6ce0bcefbaad127193bef6e510953bb029e29fb74898ab31f6cadee351519868e0a109fc94e8afc2ebae8b8c5a39bda6

Loading…
Cancel
Save