commit 27efceee23eab553feaf1167eee275268c08ee4d Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Feb 20 15:16:38 2014 +0100 0.10 bump .gitignore | 1 + .rpmlint | 2 ++ perl-PerlIO-locale.spec | 15 +++++++++------ sources | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index ec55b60..ce3715d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /PerlIO-locale-0.07.tar.gz /PerlIO-locale-0.08.tar.gz /PerlIO-locale-0.09.tar.gz +/PerlIO-locale-0.10.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..36cc9db --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* pragma"); diff --git a/perl-PerlIO-locale.spec b/perl-PerlIO-locale.spec index 21d8060..42e75a9 100644 --- a/perl-PerlIO-locale.spec +++ b/perl-PerlIO-locale.spec @@ -1,5 +1,5 @@ Name: perl-PerlIO-locale -Version: 0.09 +Version: 0.10 Release: 1%{?dist} Summary: PerlIO layer to use the encoding of the current locale License: GPL+ or Artistic @@ -39,14 +39,14 @@ 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='%{optflags}' 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 {} \; -%{_fixperms} $RPM_BUILD_ROOT/* +make pure_install DESTDIR='%{buildroot}' +find '%{buildroot}' -type f -name .packlist -exec rm -f {} + +find '%{buildroot}' -type f -name '*.bs' -size 0 -exec rm -f {} + +%{_fixperms} '%{buildroot}'/* %check make test @@ -58,6 +58,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Feb 20 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.10-1 +- 0.10 bump + * Thu Feb 06 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 0.09-1 - 0.09 bump diff --git a/sources b/sources index 5d6b966..20fe3d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5cb7241c0e9c7ff7c87a0d9759bcdcea PerlIO-locale-0.09.tar.gz +f18ca114e09be19f73e89b8f5419b2ea PerlIO-locale-0.10.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