diff --git a/perl-Font-AFM.changes b/perl-Font-AFM.changes index c416708..4fd0ded 100644 --- a/perl-Font-AFM.changes +++ b/perl-Font-AFM.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Mon Jul 14 19:38:38 CEST 2008 - kssingvo@suse.de diff --git a/perl-Font-AFM.spec b/perl-Font-AFM.spec index 1ef256f..c371d34 100644 --- a/perl-Font-AFM.spec +++ b/perl-Font-AFM.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Font-AFM (Version 1.20) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -19,13 +19,13 @@ Name: perl-Font-AFM -License: Artistic License; GPL v2 or later +License: Artistic ; GPLv2+ Group: Development/Libraries/Perl Requires: perl = %{perl_version} AutoReqProv: on Summary: Interface to Adobe Font Metrics Files Version: 1.20 -Release: 23 +Release: 24 Source: Font-AFM-%{version}.tar.bz2 Url: http://cpan.org/authors/id/G/GA/GAAS BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,7 +46,7 @@ Authors: %build perl Makefile.PL -make +make %{?_smp_mflags} make test %install @@ -66,15 +66,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor %doc README Changes %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 -- add norootforbuild -* Tue Jan 20 2004 kssingvo@suse.de -- update to perl-Font-AFM-1.19 -* Tue Dec 16 2003 kssingvo@suse.de -- initial version