|
|
|
@ -1,17 +1,17 @@
|
|
|
|
|
Name: perl-SUPER
|
|
|
|
|
Version: 1.20190531
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.20141117
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Summary: Sane superclass method dispatcher
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/SUPER
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
|
|
|
|
|
URL: http://search.cpan.org/dist/SUPER/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
# =============== Module Build =================
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
# =============== Module Runtime ===============
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
@ -44,7 +44,7 @@ make %{?_smp_mflags}
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
find %{buildroot} -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} -c %{buildroot}
|
|
|
|
|
%{_fixperms} %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
@ -60,21 +60,8 @@ make test
|
|
|
|
|
%{_mandir}/man3/SUPER.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 3 2019 Paul Howarth <paul@city-fan.org> - 1.20190531-1
|
|
|
|
|
- Update to 1.20190531
|
|
|
|
|
- Allow main->SUPER::... to work when SUPER.pm is loaded (GH#1)
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-14
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-11
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
* Thu Apr 18 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.20141117-10
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|