Update to 1.20171012

epel9
Jitka Plesnikova 7 years ago
parent 464d2fec20
commit 24733efbf8

1
.gitignore vendored

@ -2,3 +2,4 @@ UNIVERSAL-isa-1.03.tar.gz
/UNIVERSAL-isa-1.20120726.tar.gz /UNIVERSAL-isa-1.20120726.tar.gz
/UNIVERSAL-isa-1.20140927.tar.gz /UNIVERSAL-isa-1.20140927.tar.gz
/UNIVERSAL-isa-1.20150614.tar.gz /UNIVERSAL-isa-1.20150614.tar.gz
/UNIVERSAL-isa-1.20171012.tar.gz

@ -1,16 +1,25 @@
Name: perl-UNIVERSAL-isa Name: perl-UNIVERSAL-isa
Version: 1.20150614 Version: 1.20171012
Release: 6%{?dist} Release: 1%{?dist}
Summary: Hack around module authors using UNIVERSAL::isa as a function Summary: Hack around module authors using UNIVERSAL::isa as a function
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
URL: http://search.cpan.org/dist/UNIVERSAL-isa/ URL: http://search.cpan.org/dist/UNIVERSAL-isa/
Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/UNIVERSAL-isa-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/UNIVERSAL-isa-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl-generators BuildRequires: coreutils
BuildRequires: perl(CGI) BuildRequires: findutils
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: make
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(File::Spec)
BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(warnings)
BuildRequires: perl(warnings::register)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter} %{?perl_default_filter}
@ -32,24 +41,26 @@ In all other cases the real UNIVERSAL::isa is just called directly.
%{__perl} -pi -e 's{^#!%{__perl}\b}{##!%{__perl}}' lib/UNIVERSAL/isa.pm %{__perl} -pi -e 's{^#!%{__perl}\b}{##!%{__perl}}' lib/UNIVERSAL/isa.pm
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
make test make test
%files %files
%license LICENCE
%doc Changes README %doc Changes README
%{perl_vendorlib}/UNIVERSAL/ %{perl_vendorlib}/UNIVERSAL/
%{_mandir}/man3/*.3pm* %{_mandir}/man3/*.3pm*
%changelog %changelog
* Wed Oct 18 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.20171012-1
- Update to 1.20171012
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20150614-6 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20150614-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

@ -1 +1 @@
6c042e531290bcd500f2e02525544ebf UNIVERSAL-isa-1.20150614.tar.gz SHA512 (UNIVERSAL-isa-1.20171012.tar.gz) = abc2943b1706c681734cc03d995859a7d853741ab2013b530aa9f290d8625c5074ec594062c97760044cc1261a20448b9f059287a8f3dae7ba8c303397610518

Loading…
Cancel
Save