From efa92f99802decc312980b7722e5857d9a1ed877 Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Nov 13 2015 09:12:52 +0000 Subject: update to latest upstream release --- diff --git a/.gitignore b/.gitignore index 7f969e5..e381451 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ PDF-Create-1.04.tar.gz /PDF-Create-1.10.tar.gz +/PDF-Create-1.19.tar.gz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index ab0cbd2..0000000 --- a/LICENSE +++ /dev/null @@ -1,8 +0,0 @@ -The main package does not specify a license. -However author states this: - -"I had a look and have decided to use the perl license. The next -release will have -this set in the META.yml file." - -Markus Baertschi diff --git a/perl-PDF-Create.spec b/perl-PDF-Create.spec index db3a27b..9ff66ed 100644 --- a/perl-PDF-Create.spec +++ b/perl-PDF-Create.spec @@ -1,12 +1,11 @@ Name: perl-PDF-Create -Version: 1.10 +Version: 1.19 Release: 1%{?dist} Summary: Create PDF files License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/PDF-Create/ -Source0: http://www.cpan.org/authors/id/S/SZ/SZABGAB/PDF-Create-%{version}.tar.gz -Source1: LICENSE +Source0: http://www.cpan.org/authors/id/M/MA/MANWAR/PDF-Create-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Carp) @@ -40,7 +39,6 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -cp -p %{SOURCE1} %{_builddir}/PDF-Create-%{version}/ %{_fixperms} $RPM_BUILD_ROOT/* @@ -48,11 +46,16 @@ cp -p %{SOURCE1} %{_builddir}/PDF-Create-%{version}/ make test %files -%doc CHANGES pdf-logo.svg LICENSE README +%doc Changes pdf-logo.svg README %{perl_vendorlib}/PDF %{_mandir}/man3/*.3* %changelog +* Fri Nov 13 2015 Lucian Langa - 1.19-1 +- misc cleanups +- update source url +- update to latest upstream + * Sun Jun 21 2015 Lucian Langa - 1.10-1 - cleanup spec - update source url diff --git a/sources b/sources index e97cb90..d3a0cf4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83bed42d9603f1027aea180b693d680b PDF-Create-1.10.tar.gz +a55a9978adac7dfc878b541fdc22f32f PDF-Create-1.19.tar.gz