0.005 bump

This commit is contained in:
Petr Písař 2014-11-12 15:47:29 +01:00
parent 1d972cb328
commit eeafd99509
3 changed files with 20 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/PerlIO-utf8_strict-0.002.tar.gz
/PerlIO-utf8_strict-0.003.tar.gz
/PerlIO-utf8_strict-0.004.tar.gz
/PerlIO-utf8_strict-0.005.tar.gz

View File

@ -1,25 +1,32 @@
Name: perl-PerlIO-utf8_strict
Version: 0.004
Release: 6%{?dist}
Version: 0.005
Release: 1%{?dist}
Summary: Fast and correct UTF-8 I/O
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/PerlIO-utf8_strict/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
BuildRequires: perl(Module::Build) >= 0.3601
BuildRequires: perl
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(XSLoader)
# Tests:
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::File)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
# Pod::Coverage::TrustPod not used
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.88
# Optional tests:
BuildRequires: perl(Test::Script) >= 1.05
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# Test::Pod 1.41 not used
# Test::Pod::Coverage 1.08 not used
BuildRequires: perl(utf8)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%{?perl_default_filter}
@ -31,7 +38,7 @@ default :utf8 layer it checks the input for correctness.
%setup -q -n PerlIO-utf8_strict-%{version}
%build
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
./Build
%install
@ -49,6 +56,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
%{_mandir}/man3/*
%changelog
* Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 0.005-1
- 0.005 bump
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-6
- Perl 5.20 rebuild

View File

@ -1 +1 @@
b631c8a8a674e4f41a47307bc56a7f0b PerlIO-utf8_strict-0.004.tar.gz
6b971926fa3dbd2af494753004a279a0 PerlIO-utf8_strict-0.005.tar.gz