diff --git a/Font-AFM-1.19.tar.bz2 b/Font-AFM-1.19.tar.bz2 deleted file mode 100644 index c0ac78f..0000000 --- a/Font-AFM-1.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18995db42a1c0405c79ca98035917962ab0dfca59583257124d544826c71c5ae -size 8755 diff --git a/Font-AFM-1.20.tar.bz2 b/Font-AFM-1.20.tar.bz2 new file mode 100644 index 0000000..c8a5370 --- /dev/null +++ b/Font-AFM-1.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1923d779f862d47b3f8225e6c46be22e2afccadc61e7d331005eb09aaf42bd6 +size 9013 diff --git a/perl-Font-AFM.changes b/perl-Font-AFM.changes index 707e960..c416708 100644 --- a/perl-Font-AFM.changes +++ b/perl-Font-AFM.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 14 19:38:38 CEST 2008 - kssingvo@suse.de + +- update to new version 1.20: + Improved TAP output from test +- removed deletion of builddir in %install + ------------------------------------------------------------------- Wed Jan 25 21:39:41 CET 2006 - mls@suse.de diff --git a/perl-Font-AFM.spec b/perl-Font-AFM.spec index 86ba584..170b216 100644 --- a/perl-Font-AFM.spec +++ b/perl-Font-AFM.spec @@ -1,26 +1,27 @@ # -# spec file for package perl-Font-AFM (Version 1.19) +# spec file for package perl-Font-AFM (Version 1.20) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: perl-Font-AFM -License: GPL, Other License(s), see package -Group: Development/Libraries/Perl -Requires: perl = %{perl_version} -Autoreqprov: on -Summary: Interface to Adobe Font Metrics Files -Version: 1.19 -Release: 50 -Source: Font-AFM-%{version}.tar.bz2 -URL: http://cpan.org/authors/id/G/GA/GAAS -BuildRoot: %{_tmppath}/%{name}-%{version}-build + +Name: perl-Font-AFM +License: Artistic License; GPL v2 or later +Group: Development/Libraries/Perl +Requires: perl = %{perl_version} +AutoReqProv: on +Summary: Interface to Adobe Font Metrics Files +Version: 1.20 +Release: 1 +Source: Font-AFM-%{version}.tar.bz2 +Url: http://cpan.org/authors/id/G/GA/GAAS +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This module implements the Font::AFM class. Objects of this class are @@ -35,7 +36,6 @@ Authors: %prep %setup -n Font-AFM-%{version} - %build perl Makefile.PL @@ -43,7 +43,6 @@ make make test %install -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist @@ -59,12 +58,16 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor %doc %{_mandir}/man?/* %doc README Changes -%changelog -n perl-Font-AFM -* Wed Jan 25 2006 - mls@suse.de +%changelog +* Mon Jul 14 2008 kssingvo@suse.de +- update to new version 1.20: + Improved TAP output from test +- removed deletion of builddir in %%install +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Wed Sep 28 2005 - dmueller@suse.de +* Thu Sep 29 2005 dmueller@suse.de - add norootforbuild -* Tue Jan 20 2004 - kssingvo@suse.de +* Tue Jan 20 2004 kssingvo@suse.de - update to perl-Font-AFM-1.19 -* Tue Dec 16 2003 - kssingvo@suse.de +* Tue Dec 16 2003 kssingvo@suse.de - initial version