forked from pool/perl-Text-Autoformat
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:
committed by
Git OBS Bridge
parent
cb9557f13c
commit
0dde291b36
@@ -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
|
Thu Aug 6 17:01:53 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-Autoformat (Version 1.13)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: perl-Text-Autoformat
|
Name: perl-Text-Autoformat
|
||||||
Version: 1.13
|
Version: 1.13
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Automatic and manual text wrapping and reformating
|
Summary: Automatic and manual text wrapping and reformating
|
||||||
License: Perl Artistic License
|
License: Perl Artistic License
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
@@ -57,33 +57,22 @@ chmod -x lib/Text/Autoformat.pm
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%__perl Makefile.PL
|
%__perl Makefile.PL
|
||||||
%__make
|
%__make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%__make test
|
%__make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
%perl_gen_filelist
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%__rm -rf %{BuildRoot}
|
%__rm -rf %{BuildRoot}
|
||||||
|
|
||||||
%files
|
%files -f %name.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc Changes README
|
%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
|
%{_mandir}/man3/Text::Autoformat.3pm.gz
|
||||||
%{_var}/adm/perl-modules/perl-Text-Autoformat
|
%{_var}/adm/perl-modules/perl-Text-Autoformat
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user