File perl-Text-Reform.spec of Package perl-Text-Reform
#
# spec file for package perl-Text-Reform (Version 1.11)
#
# Copyright (c) 2009 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Text-Reform
Version: 1.11
Release: 1
Summary: Manual text wrapping and reformatting
License: Perl Artistic License
Group: Development/Libraries/Perl
Url: http://search.cpan.org/~dconway/Text-Reform-%{version}/
Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Text-Reform-%{version}.tar.gz
Patch0: Text-Reform-1.11-perl_path.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: perl = %{perl_version}
BuildRequires: perl
%description
The module supplies a re-entrant, highly configurable replacement
for the built-in Perl format() mechanism.
Author:
-------
Damian Conway (damian@conway.org)
%prep
%setup -q -n Text-Reform-%{version}
%patch0 -p1
# Prevent rpmlint errors
chmod -x README
chmod -x Changes
chmod -x lib/Text/Reform.pm
%build
%__perl Makefile.PL
%__make
%check
%__make test
%install
%perl_make_install
%perl_process_packlist
%clean
%__rm -rf %{BuildRoot}
%files
%defattr(-, root, root)
%doc Changes README
%dir %{perl_vendorlib}/Text
%{perl_vendorlib}/Text/Reform.pm
%{perl_vendorlib}/Text/demo.pl
%{perl_vendorlib}/Text/demo_columns.pl
%{perl_vendorlib}/Text/demo_filler.pl
%{perl_vendorlib}/Text/demo_table.pl
%{perl_vendorlib}/Text/demo_ws.pl
%ifarch %{ix86}
%dir %{perl_vendorlib}/i586-linux-thread-multi/auto/Text
%dir %{perl_vendorlib}/i586-linux-thread-multi/auto/Text/Reform
%{perl_vendorlib}/i586-linux-thread-multi/auto/Text/Reform/.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/Reform
%{perl_vendorlib}/x86_64-linux-thread-multi/auto/Text/Reform/.packlist
%endif
%{_mandir}/man3/Text::Reform.3pm.gz
%{_var}/adm/perl-modules/perl-Text-Reform
%changelog