123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- Name: perl-Test-MinimumVersion
- Version: 0.101082
- Release: 1%{?_dist_release}
- Summary: Check whether your code requires a newer perl
- License: GPL+ or Artistic
- Group: Development/Libraries
- URL: http://search.cpan.org/dist/Test-MinimumVersion/
- Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-MinimumVersion-%{version}.tar.gz
- BuildArch: noarch
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: perl(Test::Tester)
- BuildRequires: perl(Test::Builder)
- BuildRequires: perl(YAML::Tiny)
- BuildRequires: perl(File::Find::Rule)
- BuildRequires: perl(File::Find::Rule::Perl)
- BuildRequires: perl(Perl::MinimumVersion)
- # For improved tests
- BuildRequires: perl(Test::Pod)
- BuildRequires: perl(Test::Pod::Coverage)
- Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: shaolin
- %description
- Check whether your code requires a newer perl than you think.
- %prep
- %setup -q -n Test-MinimumVersion-%{version}
- find -type f -exec chmod -x {} \;
- %build
- %{__perl} Makefile.PL INSTALLDIRS=vendor
- make %{?_smp_mflags}
- %install
- rm -rf ${RPM_BUILD_ROOT}
- make pure_install PERL_INSTALL_ROOT=${RPM_BUILD_ROOT}
- find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} ';'
- find ${RPM_BUILD_ROOT} -type d -depth -exec rmdir {} 2>/dev/null ';'
- chmod -R u+w ${RPM_BUILD_ROOT}/*
- %clean
- rm -rf ${RPM_BUILD_ROOT}
- %check
- make test RELEASE_TESTING=1
- %files
- %defattr(-,root,root,-)
- %license LICENSE
- %doc Changes
- %{perl_vendorlib}/Test
- %{_mandir}/man3/*
- %changelog
- * Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.101082-1
- - new upstream release.
- - rebuilt with perl-5.26.
- * Fri Nov 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.101081-1
- - updated to 0.101081
- - built with perl 5.16.3
- * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.101080-2
- - rebuild
- * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.101080-1
- - initial build for Vine Linux
- * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.101080-6
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.101080-5
- - Perl mass rebuild
- * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.101080-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.101080-3
- - 661697 rebuild for fixing problems with vendorach/lib
- * Sun May 09 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.101080-2
- - Rebuild with perl-5.12.0.
- * Sun May 09 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.101080-1
- - Upstream update.
- * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.013-2
- - Mass rebuild with perl-5.12.0
- * Tue Mar 02 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.013-1
- - Upstream update.
- * Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.011-3
- - rebuild against perl 5.10.1
- * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.011-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Mon Jul 20 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.011-1
- - Upstream update.
- * Wed Jun 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.010-1
- - Upstream update.
- * Tue May 05 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.009-1
- - Upstream update.
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Mon May 26 2008 Ralf Corsépius <rc040203@freenet.de> - 0.008-1
- - Upstream update.
- * Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-4
- - Rebuild normally, second pass
- * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-3
- - Rebuild for perl 5.10 (again), first pass
- * Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-2
- - rebuild normally, second pass
- * Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.007-1.1
- - rebuild for new perl, first pass, tests and TPC disabled
- * Mon Nov 19 2007 Ralf Corsépius <rc040203@freenet.de> - 0.007-1
- - Initial version.
|