|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Test-CheckManifest
|
|
|
|
Name: perl-Test-CheckManifest
|
|
|
|
Version: 1.41
|
|
|
|
Version: 1.42
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Check if your Manifest matches your distro
|
|
|
|
Summary: Check if your Manifest matches your distro
|
|
|
|
License: Artistic 2.0
|
|
|
|
License: Artistic 2.0
|
|
|
@ -17,6 +17,8 @@ BuildRequires: perl(Cwd) >= 3.75
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
@ -40,6 +42,13 @@ distribution.
|
|
|
|
%setup -q -c -n %{name}-%{version}
|
|
|
|
%setup -q -c -n %{name}-%{version}
|
|
|
|
%setup -q -T -D -n %{name}-%{version} -a0
|
|
|
|
%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
|
|
|
|
%build
|
|
|
|
cd Test-CheckManifest-%{version}
|
|
|
|
cd Test-CheckManifest-%{version}
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
@ -66,6 +75,10 @@ cd ..
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Thu Feb 21 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.41-1
|
|
|
|
- Update to 1.41.
|
|
|
|
- Update to 1.41.
|
|
|
|
|
|
|
|
|
|
|
|