epel9
Petr Písař 9 years ago
parent 98f27bcafd
commit 51809e506c

1
.gitignore vendored

@ -1 +1,2 @@
/Module-Install-CheckLib-0.08.tar.gz /Module-Install-CheckLib-0.08.tar.gz
/Module-Install-CheckLib-0.10.tar.gz

@ -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

@ -1 +1 @@
1445d6d8df38f6085f79fb1a519fcab4 Module-Install-CheckLib-0.08.tar.gz 257bcfdc7f9792d7d3b641ac25f2b80f Module-Install-CheckLib-0.10.tar.gz

Loading…
Cancel
Save