diff --git a/perl-Text-Autoformat.changes b/perl-Text-Autoformat.changes index c8a0509..ffea341 100644 --- a/perl-Text-Autoformat.changes +++ b/perl-Text-Autoformat.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 7 17:30:19 CET 2010 - jengelh@medozas.de + +- get rid of the arch-specific junk and use perl_gen_filelist + instead (otherwise, there is always an unpackaged .packlist + on non-x86) + ------------------------------------------------------------------- Thu Aug 6 17:01:53 CEST 2009 - coolo@novell.com diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec index 146c911..03b517c 100644 --- a/perl-Text-Autoformat.spec +++ b/perl-Text-Autoformat.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Autoformat (Version 1.13) # -# 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 @@ -20,7 +20,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 1 +Release: 2 Summary: Automatic and manual text wrapping and reformating License: Perl Artistic License Group: Development/Libraries/Perl @@ -57,33 +57,22 @@ chmod -x lib/Text/Autoformat.pm %build %__perl Makefile.PL -%__make +%__make %{?_smp_mflags} %check %__make test %install %perl_make_install +%perl_gen_filelist %perl_process_packlist %clean %__rm -rf %{BuildRoot} -%files +%files -f %name.files %defattr(-, root, root) %doc Changes README -%dir %{perl_vendorlib}/Text -%{perl_vendorlib}/Text/Autoformat.pm -%ifarch %{ix86} -%dir %{perl_vendorlib}/i586-linux-thread-multi/auto/Text -%dir %{perl_vendorlib}/i586-linux-thread-multi/auto/Text/Autoformat -%{perl_vendorlib}/i586-linux-thread-multi/auto/Text/Autoformat/.packlist -%endif -%ifarch x86_64 -%dir %{perl_vendorlib}/x86_64-linux-thread-multi/auto/Text -%dir %{perl_vendorlib}/x86_64-linux-thread-multi/auto/Text/Autoformat -%{perl_vendorlib}/x86_64-linux-thread-multi/auto/Text/Autoformat/.packlist -%endif %{_mandir}/man3/Text::Autoformat.3pm.gz %{_var}/adm/perl-modules/perl-Text-Autoformat