commit d665170e1a5aac08921429238ba6788f996f8d4d Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Feb 6 16:37:13 2014 +0100 0.09 bump .gitignore | 1 + perl-PerlIO-locale.spec | 26 +++++++++++++++++--------- sources | 2 +- 3 files changed, 19 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 0285e68..ec55b60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /PerlIO-locale-0.07.tar.gz /PerlIO-locale-0.08.tar.gz +/PerlIO-locale-0.09.tar.gz diff --git a/perl-PerlIO-locale.spec b/perl-PerlIO-locale.spec index b9c812e..21d8060 100644 --- a/perl-PerlIO-locale.spec +++ b/perl-PerlIO-locale.spec @@ -1,21 +1,27 @@ Name: perl-PerlIO-locale -Version: 0.08 -Release: 8%{?dist} +Version: 0.09 +Release: 1%{?dist} Summary: PerlIO layer to use the encoding of the current locale License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PerlIO-locale/ Source0: http://www.cpan.org/authors/id/R/RG/RGARCIA/PerlIO-locale-%{version}.tar.gz +BuildRequires: perl +BuildRequires: perl(Config) BuildRequires: perl(ExtUtils::MakeMaker) -# Tests: +# Run-time: BuildRequires: perl(PerlIO::encoding) +BuildRequires: perl(strict) +BuildRequires: perl(XSLoader) +# Tests: +BuildRequires: perl(I18N::Langinfo) BuildRequires: perl(POSIX) BuildRequires: perl(Test::More) -BuildRequires: perl(XSLoader) +BuildRequires: perl(warnings) # Optional tests: BuildRequires: perl(Test::Pod) >= 1.14 BuildRequires: perl(Test::Pod::Coverage) >= 1.04 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %{?perl_default_filter} @@ -33,26 +39,28 @@ the locale currently in effect, if perl can guess it. %setup -q -n PerlIO-locale-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +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 -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files -%doc ChangeLog README +%doc README %{perl_vendorarch}/auto/* %{perl_vendorarch}/PerlIO* %{_mandir}/man3/* %changelog +* Thu Feb 06 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.09-1 +- 0.09 bump + * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.08-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 16006fa..5d6b966 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ad4586a56809cd04f49eaed57cf5603 PerlIO-locale-0.08.tar.gz +5cb7241c0e9c7ff7c87a0d9759bcdcea PerlIO-locale-0.09.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel