# define bootstrap for initial build %define perl_bootstrap 1 Name: perl-List-MoreUtils Version: 0.428 Release: 1%{?_dist_release} Summary: Provide the stuff missing in List::Util Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/List-MoreUtils/ Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/List-MoreUtils-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch BuildRequires: perl(Exporter::Tiny) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(List::MoreUtils::XS) BuildRequires: perl(Pod::Simple) #BuildRequires: perl(Test::CPAN::Meta) BuildRequires: perl(Test::LeakTrace) # Test::MinimumVersion -> Perl::MinimumVersion -> PPI -> List::MoreUtils %if 0%{!?perl_bootstrap:1} BuildRequires: perl(Test::MinimumVersion) %endif BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # Don't "provide" private Perl libs %{?perl_default_filter} Vendor: Project Vine Distribution: Vine Linux Packager: shaolin %description List::MoreUtils provides some trivial but commonly needed functionality on lists that is not going to go into List::Util. %prep %setup -q -n List-MoreUtils-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null %{_fixperms} %{buildroot} %check make test make test TEST_FILES="xt/*.t" AUTOMATED_TESTING=1 %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %license LICENSE %doc Changes README %{perl_vendorlib}/List/ %{_mandir}/man3/* %changelog * Sat May 18 2019 Tomohiro "Tomo-p" KATO 0.428-1 - new upstream release. - rebuilt with perl-5.26. * Mon Jun 30 2014 Tomohiro "Tomo-p" KATO 0.33-2 - rebuilt with perl-5.16.3. * Fri Feb 24 2012 MATSUBAYASHI Kohji - 0.33-1 - initial build for Vine Linux * Tue Jan 24 2012 Paul Howarth - 0.33-1 - Update to 0.33 - Updated can_xs to fix a bug in it - Reinstate compatibility with old distributions like EL-5 - Drop Test::More version requirement to 0.42 - BR: perl(ExtUtils::MakeMaker) - BR: perl(Test::LeakTrace) except on EL-4/EL-5 where it's not available - BR: perl(Pod::Simple), perl(Test::CPAN::Meta), perl(Test::MinimumVersion) (if we're not bootstrapping) and perl(Test::Pod), and run the developer tests too - Don't use macros for commands - Use %%{_fixperms} macro rather than our own chmod incantation - Make %%files list more specific - Use tabs * Fri Jan 13 2012 Fedora Release Engineering - 0.32-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Jul 18 2011 Petr Sabata - 0.32-3 - Perl mass rebuild * Tue Jul 12 2011 Tom Callaway - 0.32-2 - Rebuild to fix broken rawhide deps * Sat Jul 02 2011 Iain Arnell - 0.32-1 - Update to latest upstream version * Fri Jun 17 2011 Marcela Mašláňová - 0.30-3 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jan 03 2011 Iain Arnell - 0.30-1 - Update to latest upstream version - Clean up spec for modern rpmbuild - Use perl_default_filter - Remove unnecessary buildrequires * Mon Dec 20 2010 Marcela Maslanova - 0.22-12 - Rebuild to fix problems with vendorarch/lib (#661697) * Mon May 03 2010 Marcela Maslanova - 0.22-11 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 0.22-10 - Rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.22-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.22-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.22-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 28 2008 Tom "spot" Callaway - 0.22-6 - Rebuild normally, second pass * Wed Feb 27 2008 Tom "spot" Callaway - 0.22-5 - Rebuild for perl 5.10 (again), tests disabled for first pass * Mon Feb 18 2008 Fedora Release Engineering - 0.22-4 - Autorebuild for GCC 4.3 * Mon Jan 14 2008 Tom "spot" Callaway - 0.22-3 - Rebuild normally, second pass * Fri Jan 11 2008 Tom "spot" Callaway - 0.22-2.1 - Rebuild for new perl, first pass, disable TPC and tests * Sun Sep 10 2006 Jose Pedro Oliveira - 0.22-2 - Rebuild for FC6 * Mon Jul 3 2006 Jose Pedro Oliveira - 0.22-1 - Update to 0.22 * Mon Jun 19 2006 Jose Pedro Oliveira - 0.21-1 - Update to 0.21 * Sat Jun 10 2006 Jose Pedro Oliveira - 0.20-1 - Update to 0.20 * Sat Apr 22 2006 Jose Pedro Oliveira - 0.19-1 - First build