1.57 bump
This commit is contained in:
parent
963b12b2ff
commit
4b23791cc5
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/Filter-1.53.tar.gz
|
||||
/Filter-1.54.tar.gz
|
||||
/Filter-1.55.tar.gz
|
||||
/Filter-1.57.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-Filter
|
||||
Epoch: 2
|
||||
Version: 1.55
|
||||
Release: 366%{?dist}
|
||||
Version: 1.57
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl source filters
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -9,6 +9,7 @@ URL: http://search.cpan.org/dist/Filter/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Filter-%{version}.tar.gz
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-devel
|
||||
@ -30,12 +31,15 @@ BuildRequires: perl(Test::More) >= 0.88
|
||||
# Optional tests
|
||||
BuildRequires: perl(POSIX)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# Class::XSAccessor not used
|
||||
# List::MoreUtils not used
|
||||
# Perl::MinimumVersion 1.20 not used
|
||||
# Test::CPAN::Meta 0.12 not used
|
||||
# Test::Kwalitee not used
|
||||
# Test::MinimumVersion 0.008 not used
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
# Test::Pod::Coverage 1.04 not used
|
||||
# Text::CSV_XS not used
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -59,8 +63,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -73,6 +77,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 23 2017 Petr Pisar <ppisar@redhat.com> - 2:1.57-1
|
||||
- 1.57 bump
|
||||
|
||||
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.55-366
|
||||
- Perl 5.24 re-rebuild of bootstrapped packages
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user