2012-03-06 11:39:02 +00:00
|
|
|
Name: perl-SUPER
|
2014-11-17 20:06:30 +00:00
|
|
|
Version: 1.20141117
|
2016-05-15 11:11:20 +00:00
|
|
|
Release: 5%{?dist}
|
2012-03-06 11:39:02 +00:00
|
|
|
Summary: Sane superclass method dispatcher
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/SUPER/
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
|
|
|
BuildArch: noarch
|
2012-07-06 10:13:34 +00:00
|
|
|
# =============== Module Build =================
|
2014-11-17 11:54:59 +00:00
|
|
|
BuildRequires: perl
|
2016-06-24 07:41:38 +00:00
|
|
|
BuildRequires: perl-generators
|
2014-11-17 11:54:59 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2012-07-06 10:13:34 +00:00
|
|
|
# =============== Module Runtime ===============
|
2012-03-06 11:39:02 +00:00
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Scalar::Util) >= 1.20
|
2014-11-17 11:54:59 +00:00
|
|
|
BuildRequires: perl(strict)
|
2012-03-06 11:39:02 +00:00
|
|
|
BuildRequires: perl(Sub::Identify) >= 0.03
|
2014-11-17 11:54:59 +00:00
|
|
|
BuildRequires: perl(warnings)
|
2012-07-06 10:13:34 +00:00
|
|
|
# =============== Test Suite ===================
|
2014-11-17 20:06:30 +00:00
|
|
|
BuildRequires: perl(base)
|
2012-07-06 10:13:34 +00:00
|
|
|
BuildRequires: perl(lib)
|
2014-11-17 20:06:30 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
2012-07-06 10:13:34 +00:00
|
|
|
# =============== Module Runtime ===============
|
2012-03-06 11:39:02 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
Requires: perl(Scalar::Util) >= 1.20
|
|
|
|
Requires: perl(Sub::Identify) >= 0.03
|
|
|
|
|
2006-09-07 22:50:44 +00:00
|
|
|
%description
|
|
|
|
When subclassing a class, you occasionally want to dispatch control to the
|
2012-03-06 11:39:02 +00:00
|
|
|
superclass - at least conditionally and temporarily. This module provides
|
2009-09-27 05:23:02 +00:00
|
|
|
an easier, cleaner way for class methods to access their ancestor's
|
2006-09-07 22:50:44 +00:00
|
|
|
implementation.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n SUPER-%{version}
|
|
|
|
|
|
|
|
%build
|
2014-11-17 11:54:59 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
2006-09-07 22:50:44 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
2014-11-17 11:54:59 +00:00
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
2012-03-06 11:39:02 +00:00
|
|
|
%{_fixperms} %{buildroot}
|
2006-09-07 22:50:44 +00:00
|
|
|
|
|
|
|
%check
|
2014-11-17 11:54:59 +00:00
|
|
|
make test
|
2006-09-07 22:50:44 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes README
|
2012-03-06 11:39:02 +00:00
|
|
|
%{perl_vendorlib}/SUPER.pm
|
2014-11-17 11:54:59 +00:00
|
|
|
%{_mandir}/man3/SUPER.3*
|
2006-09-07 22:50:44 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-05-15 11:11:20 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-5
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 15:38:15 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 05:49:43 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20141117-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-05 11:31:19 +00:00
|
|
|
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2014-11-17 20:06:30 +00:00
|
|
|
* Mon Nov 17 2014 Paul Howarth <paul@city-fan.org> - 1.20141117-1
|
|
|
|
- Update to 1.20141117
|
|
|
|
- Improved export mechanism
|
|
|
|
- Removed useless Exporter tests
|
|
|
|
- Improved docs (CPAN RT#79681)
|
|
|
|
|
2014-11-17 11:54:59 +00:00
|
|
|
* Mon Nov 17 2014 Paul Howarth <paul@city-fan.org> - 1.20141116-1
|
|
|
|
- Update to 1.20141116
|
|
|
|
- Resolved Test::More changes (CPAN RT#97939)
|
|
|
|
- Switch to ExtUtils::MakeMaker flow
|
|
|
|
|
2014-08-28 07:06:07 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.20120705-7
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-06-07 09:38:52 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120705-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-04 00:42:08 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120705-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-18 19:13:54 +00:00
|
|
|
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.20120705-4
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-14 15:00:07 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120705-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-20 19:11:48 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120705-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-06 10:13:34 +00:00
|
|
|
* Fri Jul 6 2012 Paul Howarth <paul@city-fan.org> - 1.20120705-1
|
|
|
|
- Update to 1.20120705
|
|
|
|
- Resolved PAUSE packaging nit (CPAN RT#77110)
|
|
|
|
- Converted to dzil
|
|
|
|
- Drop provides filter, not needed due to fix for CPAN RT#77110
|
|
|
|
- Classify buildreqs by what they are required for
|
|
|
|
- BR: perl(Test::Builder::Module) rather than perl(Test::Simple) ≥ 0.61
|
|
|
|
- BR: perl(base), perl(lib) and perl(Test::More)
|
|
|
|
|
2012-06-12 11:40:22 +00:00
|
|
|
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.17-8
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-03-06 11:39:02 +00:00
|
|
|
* Tue Mar 6 2012 Paul Howarth <paul@city-fan.org> - 1.17-7
|
|
|
|
- Add provides filters that work with all supported distributions
|
|
|
|
- BR: perl(Carp) and perl(Exporter)
|
|
|
|
- Make %%files list more explicit
|
|
|
|
- Drop explicit requires of perl(Exporter) since it's auto-detected by rpm
|
|
|
|
4.9 onwards, and is bundled with perl on all older distributions
|
|
|
|
- Don't need to remove empty directories from buildroot
|
|
|
|
- Don't use macros for commands
|
|
|
|
- %%defattr redundant since rpm 4.4
|
|
|
|
- Use tabs
|
|
|
|
|
2012-01-13 17:02:38 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-06-19 17:21:11 +00:00
|
|
|
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.17-5
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-09 06:30:36 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-22 12:16:05 +00:00
|
|
|
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.17-3
|
2012-03-06 10:59:32 +00:00
|
|
|
- Rebuild to fix problems with vendorarch/lib (#661697)
|
2010-12-22 12:16:05 +00:00
|
|
|
|
2010-05-06 15:30:11 +00:00
|
|
|
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.17-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.17-1
|
|
|
|
- Update filtering
|
|
|
|
- Auto-update to 1.17 (by cpan-spec-update 0.01)
|
|
|
|
- Added a new br on perl(Scalar::Util) (version 1.20)
|
|
|
|
- Altered br on perl(Sub::Identify) (0 => 0.03)
|
|
|
|
- Altered br on perl(Test::Simple) (0 => 0.61)
|
|
|
|
- Added a new req on perl(Scalar::Util) (version 1.20)
|
|
|
|
- Added a new req on perl(Sub::Identify) (version 0.03)
|
2009-09-27 05:23:02 +00:00
|
|
|
|
2009-07-26 16:25:23 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-27 01:14:01 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.16-3
|
|
|
|
- Rebuild for new perl
|
2008-03-04 22:55:32 +00:00
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Wed Jan 02 2008 Ralf Corsépius <rc040203@freenet.de> - 1.16-2
|
|
|
|
- Adjust License-tag
|
|
|
|
- BR: perl(Test::Simple) (BZ 419631)
|
2008-01-02 03:46:15 +00:00
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Wed Apr 04 2007 Chris Weyl <cweyl@alumni.drew.edu> - 1.16-1
|
|
|
|
- Update to 1.16
|
2007-04-18 22:26:51 +00:00
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Tue Oct 03 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.15-1
|
|
|
|
- Update to 1.15
|
|
|
|
- Add explict requires on perl(Exporter); missed due to a use base construct
|
2006-10-04 04:18:41 +00:00
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.14-4
|
|
|
|
- Bump
|
2006-09-07 23:06:00 +00:00
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.14-3
|
|
|
|
- Update %%description and %%summary
|
2006-09-07 22:50:44 +00:00
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.14-2
|
|
|
|
- Filter errant perl(DB) provide
|
2006-09-07 22:50:44 +00:00
|
|
|
|
2012-03-06 10:59:32 +00:00
|
|
|
* Tue Sep 05 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.14-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.69.1
|