diff --git a/.gitignore b/.gitignore index 15bd732..c338dad 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ PDF-Create-1.04.tar.gz /PDF-Create-1.27.tar.gz /PDF-Create-1.29.tar.gz /PDF-Create-1.31.tar.gz +/PDF-Create-1.34.tar.gz diff --git a/perl-PDF-Create.spec b/perl-PDF-Create.spec index c9434f9..33d48fb 100644 --- a/perl-PDF-Create.spec +++ b/perl-PDF-Create.spec @@ -1,5 +1,5 @@ Name: perl-PDF-Create -Version: 1.31 +Version: 1.34 Release: 1%{?dist} Summary: Create PDF files License: GPL+ or Artistic @@ -17,9 +17,9 @@ BuildRequires: perl(Config) BuildRequires: perl(Data::Dumper) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Basename) -BuildRequires: perl(File::Spec) BuildRequires: perl(File::Share) BuildRequires: perl(File::ShareDir::Install) +BuildRequires: perl(File::Spec) BuildRequires: perl(File::Temp) BuildRequires: perl(FileHandle) BuildRequires: perl(integer) @@ -29,6 +29,7 @@ BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(Test::LeakTrace) BuildRequires: perl(Test::More) +BuildRequires: perl(utf8) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -45,7 +46,7 @@ size of the pages but only to their number. %prep %setup -q -n PDF-Create-%{version} - +chmod 644 eg/sample* %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -54,7 +55,7 @@ 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 .packlist -delete find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* @@ -63,11 +64,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; make test %files -%doc Changes pdf-logo.svg README +%doc Changes pdf-logo.svg README eg/sample* eg/pdf-logo* +%{_bindir}/verify-char-width %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Aug 26 2016 Jitka Plesnikova - 1.34-1 +- 1.34 bump + * Wed Jun 01 2016 Lucian Langa - 1.31-1 - add BR perl(File::ShareDir::Install), perl(File::Share), perl(JSON) - update to latest upstream diff --git a/sources b/sources index bdfcbad..480e09c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f81cfcb3b2630bd7af16e4625bf2f17 PDF-Create-1.31.tar.gz +d43ebe0f37c08252316ba4b9b2140ee7 PDF-Create-1.34.tar.gz