epel9
Petr Šabata 10 years ago
parent f009080303
commit 00b468027e

1
.gitignore vendored

@ -1,3 +1,4 @@
List-Compare-0.37.tar.gz
/List-Compare-0.38.tar.gz
/List-Compare-0.39.tar.gz
/List-Compare-0.41.tar.gz

@ -1,20 +1,23 @@
Name: perl-List-Compare
Version: 0.39
Release: 2%{?dist}
Version: 0.41
Release: 1%{?dist}
Summary: Compare elements of two or more lists
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/List-Compare
Source0: http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/List-Compare-%{version}.tar.gz
BuildArch: noarch
# Build
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Runtime
BuildRequires: perl(Carp)
BuildRequires: perl(strict)
# Tests only
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Temp)
BuildRequires: perl(lib)
BuildRequires: perl(strict)
BuildRequires: perl(Symbol)
BuildRequires: perl(Test::More)
BuildRequires: perl(vars)
@ -27,16 +30,12 @@ Advanced functionality to compare members of two or more lists.
%setup -q -n List-Compare-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} +
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
chmod -R u+w %{buildroot}/*
# remove errant execute bit from the .pm's
find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null +
%check
make test
@ -47,6 +46,9 @@ make test
%{_mandir}/man3/*.3*
%changelog
* Mon Feb 09 2015 Petr Šabata <contyk@redhat.com> - 0.41-1
- 0.41 bump
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.39-2
- Perl 5.20 rebuild

@ -1 +1 @@
0d94f1710c094213e91b85bd16dbd5d2 List-Compare-0.39.tar.gz
0548ef748248a59fedb342dc2115e8cf List-Compare-0.41.tar.gz

Loading…
Cancel
Save