1.55 bump
This commit is contained in:
parent
a236fe4b52
commit
4ef6019cf4
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/Filter-1.51.tar.gz
|
||||
/Filter-1.53.tar.gz
|
||||
/Filter-1.54.tar.gz
|
||||
/Filter-1.55.tar.gz
|
||||
|
||||
@ -1,19 +1,23 @@
|
||||
Name: perl-Filter
|
||||
Epoch: 2
|
||||
Version: 1.54
|
||||
Release: 347%{?dist}
|
||||
Version: 1.55
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl source filters
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
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: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: sed
|
||||
# Run-time
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(vars)
|
||||
@ -24,7 +28,12 @@ BuildRequires: perl(Test::More) >= 0.88
|
||||
# Optional tests
|
||||
BuildRequires: perl(POSIX)
|
||||
%if !%{defined perl_bootstrap}
|
||||
# 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
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -39,7 +48,8 @@ sees it.
|
||||
%setup -q -n Filter-%{version}
|
||||
# Clean examples
|
||||
find examples -type f -exec chmod -x -- {} +
|
||||
sed -i -e '1 s|.*|#!%{__perl}|' examples/filtdef
|
||||
sed -i -e '1 s|.*|%(perl -MConfig -e 'print $Config{startperl}')|' \
|
||||
examples/filtdef
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
@ -61,6 +71,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 27 2015 Petr Pisar <ppisar@redhat.com> - 2:1.55-1
|
||||
- 1.55 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.54-347
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user