forked from pool/perl-Text-Autoformat
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
80 lines
2.4 KiB
RPMSpec
80 lines
2.4 KiB
RPMSpec
#
|
|
# spec file for package perl-Text-Autoformat (Version 1.13)
|
|
#
|
|
# 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
|
|
# 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-Autoformat
|
|
Version: 1.13
|
|
Release: 2
|
|
Summary: Automatic and manual text wrapping and reformating
|
|
License: Perl Artistic License
|
|
Group: Development/Libraries/Perl
|
|
Url: http://search.cpan.org/~dconway/Text-Autoformat-%{version}/
|
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Text-Autoformat-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Requires: perl = %{perl_version}
|
|
Requires: perl-Text-Reform
|
|
BuildRequires: perl
|
|
BuildRequires: perl-Text-Reform
|
|
|
|
%description
|
|
Text::Autoformat provides intelligent formatting of
|
|
plaintext without the need for any kind of embedded mark-up. The
|
|
module recognizes Internet quoting conventions, a wide range of
|
|
bulleting and number schemes, centred text, and block quotations,
|
|
and reformats each appropriately. Other options allow the user to
|
|
adjust inter-word and inter-paragraph spacing, justify text, and
|
|
impose various capitalization schemes.
|
|
|
|
The module also 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-Autoformat-%{version}
|
|
# Prevent rpmlint errors
|
|
chmod -x Changes
|
|
chmod -x README
|
|
chmod -x lib/Text/Autoformat.pm
|
|
|
|
%build
|
|
%__perl Makefile.PL
|
|
%__make %{?_smp_mflags}
|
|
|
|
%check
|
|
%__make test
|
|
|
|
%install
|
|
%perl_make_install
|
|
%perl_gen_filelist
|
|
%perl_process_packlist
|
|
|
|
%clean
|
|
%__rm -rf %{BuildRoot}
|
|
|
|
%files -f %name.files
|
|
%defattr(-, root, root)
|
|
%doc Changes README
|
|
%{_mandir}/man3/Text::Autoformat.3pm.gz
|
|
%{_var}/adm/perl-modules/perl-Text-Autoformat
|
|
|
|
%changelog
|