123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- Name: perl-Sub-Exporter
- Version: 0.987
- Release: 1%{?_dist_release}
- Summary: Sophisticated exporter for custom-built routines
- License: GPL+ or Artistic
- Group: Development/Libraries
- URL: http://search.cpan.org/dist/Sub-Exporter/
- Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildArch: noarch
- # Build
- BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
- # Module
- BuildRequires: perl(Carp)
- BuildRequires: perl(Data::OptList) >= 0.100
- BuildRequires: perl(Package::Generator)
- BuildRequires: perl(Params::Util) >= 0.14
- BuildRequires: perl(Sub::Install) >= 0.92
- # Test suite
- BuildRequires: perl(Test::More) >= 0.96
- # Runtime
- Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
- Requires: perl(Package::Generator)
- %description
- Sub::Exporter provides a sophisticated alternative to Exporter.pm. It allows
- for renaming, currying/sub-generation, and other cool stuff.
- ACHTUNG! If you're not familiar with Exporter or exporting, read
- Sub::Exporter::Tutorial first!
- %prep
- %setup -q -n Sub-Exporter-%{version}
- # Fix shellbangs
- find t/ -type f -exec sed -i -e 's|^#!perl|#!/usr/bin/perl|' {} \;
- %build
- perl Makefile.PL INSTALLDIRS=vendor
- make %{?_smp_mflags}
- %install
- rm -rf %{buildroot}
- make pure_install DESTDIR=%{buildroot}
- find %{buildroot} -type f -name .packlist -exec rm -f {} \;
- %{_fixperms} %{buildroot}
- %check
- make test
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %doc Changes README t/
- %dir %{perl_vendorlib}/Sub/
- %dir %{perl_vendorlib}/Sub/Exporter/
- %{perl_vendorlib}/Sub/Exporter.pm
- %{perl_vendorlib}/Sub/Exporter/Util.pm
- %doc %{perl_vendorlib}/Sub/Exporter/Cookbook.pod
- %doc %{perl_vendorlib}/Sub/Exporter/Tutorial.pod
- %{_mandir}/man3/Sub::Exporter.3pm*
- %{_mandir}/man3/Sub::Exporter::Cookbook.3pm*
- %{_mandir}/man3/Sub::Exporter::Tutorial.3pm*
- %{_mandir}/man3/Sub::Exporter::Util.3pm*
- %changelog
- * Sat Nov 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.987-1
- - updated to 0.987
- - built with perl 5.16.3
- * Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.982-1
- - initial build for Vine Linux
- * Sat Mar 3 2012 Paul Howarth <paul@city-fan.org> - 0.982-10
- - Explicitly require perl(Package::Generator)
- - Make %%files list more explicit
- - Mark POD files as %%doc
- - Use DESTDIR rather than PERL_INSTALL_ROOT
- - Don't need to remove empty directories from buildroot
- - Don't use macros for commands
- - Use tabs
- * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.982-9
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Wed Jun 29 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.982-8
- - Perl mass rebuild
- * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.982-7
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.982-6
- - Rebuild to fix problems with vendorarch/lib (#661697)
- * Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.982-5
- - Mass rebuild with perl-5.12.0
- * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.982-4
- - Rebuild against perl 5.10.1
- * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.982-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.982-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Wed Feb 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.982-1
- - Update to 0.982
- * Sun Oct 26 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.981-1
- - Update to 0.981
- * Thu Oct 23 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.980-1
- - Update to 0.980
- * Mon Jun 30 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.979-1
- - Update to 0.979
- - Drop BR's on: perl(Test::Pod::Coverage), perl(Test::Pod)
- * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.978-2
- - Rebuild for perl 5.10 (again)
- * Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.978-1
- - Update to 0.978
- - Fix license tag
- - Rebuild for new perl
- * Thu Aug 09 2007 Chris Weyl <cweyl@alumni.drew.edu> - 0.975-1
- - Update to 0.975
- * Fri Jun 01 2007 Chris Weyl <cweyl@alumni.drew.edu> - 0.974-1
- - Update to 0.974
- * Sat Dec 09 2006 Chris Weyl <cweyl@alumni.drew.edu> - 0.972-1
- - Update to 0.972
- * Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> - 0.970-2
- - Bump
- * Sat Sep 02 2006 Chris Weyl <cweyl@alumni.drew.edu> - 0.970-1
- - Specfile autogenerated by cpanspec 1.69.1
|