diff --git a/perl-PDF-API2.changes b/perl-PDF-API2.changes index 510c74c..a1ee720 100644 --- a/perl-PDF-API2.changes +++ b/perl-PDF-API2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 7 15:14:08 UTC 2012 - chris@computersalat.de + +- fix License (spdx.org) + * LGPL-2.1+ +- fix description + ------------------------------------------------------------------- Tue Sep 6 22:18:58 UTC 2011 - jw@suse.com diff --git a/perl-PDF-API2.spec b/perl-PDF-API2.spec index d3e7523..9a4c29c 100644 --- a/perl-PDF-API2.spec +++ b/perl-PDF-API2.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-PDF-API2 (Version 2.019) +# spec file for package perl-PDF-API2 # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-PDF-API2 -Version: 2.019 -Release: 1 -License: LGPLv2+ %define cpan_name PDF-API2 Summary: Facilitates the creation and modification of PDF files -Url: http://search.cpan.org/dist/PDF-API2/ +License: LGPL-2.1+ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/S/SS/SSIMMS/PDF-API2-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Version: 2.019 +Release: 0 +Url: http://search.cpan.org/dist/PDF-API2/ +Source: http://www.cpan.org/authors/id/S/SS/SSIMMS/PDF-API2-%{version}.tar.gz Source1: UnicodeData.txt.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,7 +35,7 @@ Requires: perl(Font::TTF) %{perl_requires} %description -sorry, no description found +This module facilitates the creation and modification of PDF files. %prep %setup -q -n %{cpan_name}-%{version}