perl-inc-latest/perl-inc-latest.spec
2019-12-14 21:08:30 +08:00

49 lines
1.3 KiB
RPMSpec

Name: perl-inc-latest
Epoch: 2
Version: 0.500
Release: 12
Summary: Use modules bundled in inc/ if they are newer than installed ones
License: ASL 2.0
URL: https://metacpan.org/release/inc-latest
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/inc-latest-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make perl-generators perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) perl(warnings)
BuildRequires: perl(File::Spec) perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(ExtUtils::Installed)
%description
The inc::latest module helps bootstrap configure-time dependencies for CPAN
distributions. These dependencies get bundled into the inc directory within
a distribution and are used by Makefile.PL or Build.PL.
%package_help
%prep
%autosetup -p1 -n inc-latest-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%make_build
%install
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
%files
%license LICENSE
%{perl_vendorlib}/*
%files help
%doc Changes README
%{_mandir}/man3/*
%changelog
* Tue Dec 3 2019 mengxian <mengxian@huawei.com> - 2:0.500-12
- Package init