|
|
@ -1,15 +1,19 @@
|
|
|
|
Name: perl-Module-Install-CheckLib
|
|
|
|
Name: perl-Module-Install-CheckLib
|
|
|
|
Version: 0.08
|
|
|
|
Version: 0.10
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Module::Install extension to check that a library is available
|
|
|
|
Summary: Module::Install extension to check that a library is available
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Module-Install-CheckLib/
|
|
|
|
URL: http://search.cpan.org/dist/Module-Install-CheckLib/
|
|
|
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-CheckLib-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Install-CheckLib-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
# glibc-common for iconv
|
|
|
|
# glibc-common for iconv
|
|
|
|
BuildRequires: glibc-common
|
|
|
|
BuildRequires: glibc-common
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl
|
|
|
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl(inc::Module::Install)
|
|
|
|
BuildRequires: perl(inc::Module::Install)
|
|
|
|
BuildRequires: perl(Module::Install::AutoLicense)
|
|
|
|
BuildRequires: perl(Module::Install::AutoLicense)
|
|
|
|
BuildRequires: perl(Module::Install::GithubMeta)
|
|
|
|
BuildRequires: perl(Module::Install::GithubMeta)
|
|
|
@ -18,6 +22,7 @@ BuildRequires: perl(Module::Install::Metadata)
|
|
|
|
BuildRequires: perl(Module::Install::ReadmeFromPod)
|
|
|
|
BuildRequires: perl(Module::Install::ReadmeFromPod)
|
|
|
|
BuildRequires: perl(Module::Install::WriteAll)
|
|
|
|
BuildRequires: perl(Module::Install::WriteAll)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
|
|
|
BuildRequires: sed
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Devel::CheckLib) >= 0.7
|
|
|
|
BuildRequires: perl(Devel::CheckLib) >= 0.7
|
|
|
@ -63,18 +68,22 @@ mv README.utf8 README
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc Changes LICENSE README
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 05 2016 Petr Pisar <ppisar@redhat.com> - 0.10-1
|
|
|
|
|
|
|
|
- 0.10 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-4
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|