Name: perl-Canary-Stability Version: 2012 Release: 1%{?dist} Summary: Canary to check perl compatibility for Schmorp's modules # See COPYING file. License: GPL+ or Artistic Group: Development/Libraries Vendor: bww bitwise works GmbH URL: http://search.cpan.org/dist/Canary-Stability/ Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-%{version}.tar.gz BuildArch: noarch BuildRequires: findutils BuildRequires: make #BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(ExtUtils::MakeMaker) %description This module is used by Schmorp's modules during configuration stage to test the installed perl for compatibility with his modules. %prep %setup -q -n Canary-Stability-%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} make manifypods %install make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check #make test %files %license COPYING %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Mar 08 2018 Elbert Pol - 2012-1 - initial rpm for OS2