Name: perl-Regexp-Common Version: 2017060201 Release: 1%{?dist} Summary: Regexp::Common Perl module # Old Artistic 1.0 is also valid, but we won't list it here since it is non-free. # Also, it would throw off the automated license check and flag this package. License: Artistic 2.0 or MIT or BSD Vendor: bww bitwise works GmbH Group: Development/Libraries URL: http://search.cpan.org/dist/Regexp-Common/ Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz BuildArch: noarch BuildRequires: %{__perl} BuildRequires: %{__make} BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Carp) BuildRequires: perl(Config) BuildRequires: perl(Exporter) BuildRequires: perl(overload) BuildRequires: perl(re) BuildRequires: perl(strict) BuildRequires: perl(vars) BuildRequires: perl(warnings) # for improved tests #BuildRequires: perl(Test::More) #BuildRequires: perl(Test::Regexp) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Regexp::Common - Provide commonly requested regular expressions %prep %setup -q -n Regexp-Common-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 %{__make} %{?_smp_mflags} make manifypods %install %{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find %{buildroot} -type f -name .packlist -delete chmod -R u+w $RPM_BUILD_ROOT/* %check #%{__make} test %files %doc TODO README %{perl_vendorlib}/Regexp %{_mandir}/man3/* %changelog * Mon Mar 12 2018 Elbert Pol - 2017060201-1 - initial rpm for OS2