8
0

Accepting request 28675 from devel:languages:perl

Copy from devel:languages:perl/perl-Text-Autoformat based on submit request 28675 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-Autoformat?expand=0&rev=3
This commit is contained in:
OBS User autobuild
2010-01-11 17:02:30 +00:00
committed by Git OBS Bridge
parent cb9557f13c
commit 0dde291b36
2 changed files with 12 additions and 16 deletions

View File

@@ -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

View File

@@ -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