From b88ae214faa5393fec88526ebdce8caf25025847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 27 Oct 2015 10:18:40 +0100 Subject: [PATCH] 1.23 bump --- .gitignore | 1 + perl-Unicode-Normalize.spec | 28 ++++++++++++++++++---------- sources | 2 +- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index fb75838..79fc0e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Unicode-Normalize-1.18.tar.gz /Unicode-Normalize-1.19.tar.gz /Unicode-Normalize-1.21.tar.gz +/Unicode-Normalize-1.23.tar.gz diff --git a/perl-Unicode-Normalize.spec b/perl-Unicode-Normalize.spec index a975126..5c941fd 100644 --- a/perl-Unicode-Normalize.spec +++ b/perl-Unicode-Normalize.spec @@ -1,28 +1,30 @@ Name: perl-Unicode-Normalize -Version: 1.21 +Version: 1.23 Release: 1%{?dist} Summary: Unicode Normalization Forms License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Unicode-Normalize/ Source0: http://www.cpan.org/authors/id/K/KH/KHW/Unicode-Normalize-%{version}.tar.gz -BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) -# Run-time: +BuildRequires: perl-devel +# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl-libs +BuildRequires: perl-libs +BuildRequires: perl(bytes) BuildRequires: perl(Carp) BuildRequires: perl(constant) -BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) +BuildRequires: perl(SelectSaver) BuildRequires: perl(strict) BuildRequires: perl(warnings) -# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl +# Run-time: +BuildRequires: perl(DynaLoader) +BuildRequires: perl(Exporter) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) -# unicore/CombiningClass.pl and unicore/Decomposition.pl from perl, perl is -# auto-detected. Conflicts: perl < 4:5.22.0-347 %description @@ -33,23 +35,29 @@ Unicode normalization forms as defined in Unicode Standard Annex #15. %setup -q -n Unicode-Normalize-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor +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/* %check make test %files +%license LICENSE %doc Changes README -%{perl_vendorlib}/* +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Unicode %{_mandir}/man3/* %changelog +* Tue Oct 27 2015 Petr Pisar - 1.23-1 +- 1.23 bump + * Fri Oct 09 2015 Petr Pisar - 1.21-1 - 1.21 bump diff --git a/sources b/sources index faae927..5d497a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab0c459cc53d5e23c1ecda1eb3d8e01f Unicode-Normalize-1.21.tar.gz +1e43ada2a7b0eebf83be1810f902be0d Unicode-Normalize-1.23.tar.gz