|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Devel-CheckLib
|
|
|
|
|
Version: 1.07
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.09
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Check that a library is available
|
|
|
|
|
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -10,6 +10,8 @@ Source0: http://www.cpan.org/modules/by-module/Devel/Devel-CheckLib-%{ver
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
# Run-time:
|
|
|
|
@ -25,7 +27,7 @@ BuildRequires: perl(IO::CaptureOutput) >= 1.0801
|
|
|
|
|
BuildRequires: perl(lib)
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.62
|
|
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Devel::CheckLib is a perl module that checks whether a particular C library
|
|
|
|
@ -35,12 +37,11 @@ and its headers are available.
|
|
|
|
|
%setup -q -n Devel-CheckLib-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
@ -53,7 +54,11 @@ make test
|
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Mar 25 2017 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 1.09-1
|
|
|
|
|
- Update to 1.09 (bug #1435192).
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.07-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|