diff --git a/perl-File-Type.changes b/perl-File-Type.changes index 40e7580..7799eb9 100644 --- a/perl-File-Type.changes +++ b/perl-File-Type.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Wed Jan 25 21:39:41 CET 2006 - mls@suse.de diff --git a/perl-File-Type.spec b/perl-File-Type.spec index e2efe3e..5dbde99 100644 --- a/perl-File-Type.spec +++ b/perl-File-Type.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Type (Version 0.22) # -# 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,14 +19,14 @@ Name: perl-File-Type -License: Artistic License +License: Artistic Group: Development/Libraries/Perl Url: http://cpan.org/ Requires: perl = %{perl_version} AutoReqProv: on Summary: determine file type using magic Version: 0.22 -Release: 137 +Release: 138 Source: http://cpan.org/modules/by-module/File/File-Type-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,7 +45,7 @@ Authors: %build perl Makefile.PL -%{__make} +%{__make} %{?_smp_mflags} %install %perl_make_install @@ -67,9 +67,3 @@ perl Makefile.PL /var/adm/perl-modules/%{name} %changelog -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Feb 16 2005 schwab@suse.de -- Don't remove BuildRoot in %%install. -* Tue Feb 15 2005 lmuelle@suse.de -- Initial SuSE package.