2009-08-10 15:09:48 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Text-Autoformat (Version 1.13)
|
|
|
|
#
|
2010-01-11 17:02:30 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2009-08-10 15:09:48 +00:00
|
|
|
#
|
|
|
|
# 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
|
2010-03-05 10:39:50 +00:00
|
|
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
2009-08-10 15:09:48 +00:00
|
|
|
Summary: Automatic and manual text wrapping and reformating
|
2010-03-05 10:39:50 +00:00
|
|
|
Version: 1.13
|
|
|
|
Release: 3
|
2009-08-10 15:09:48 +00:00
|
|
|
License: Perl Artistic License
|
|
|
|
Group: Development/Libraries/Perl
|
2010-03-05 10:39:50 +00:00
|
|
|
Url: http://search.cpan.org/dist/Text-Autoformat/
|
2009-08-10 15:09:48 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Text-Autoformat-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
BuildRequires: perl
|
2010-03-05 10:39:50 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
%if 0%{?suse_version} < 1120
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
%endif
|
|
|
|
BuildRequires: perl(Text::Reform) >= 1.11
|
|
|
|
#
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
Requires: perl(Text::Reform) >= 1.11
|
|
|
|
Provides: %{cpan_name}
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%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
|
2010-03-05 10:39:50 +00:00
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
2009-08-10 15:09:48 +00:00
|
|
|
# Prevent rpmlint errors
|
|
|
|
chmod -x Changes
|
|
|
|
chmod -x README
|
|
|
|
chmod -x lib/Text/Autoformat.pm
|
|
|
|
|
|
|
|
%build
|
2010-03-05 10:39:50 +00:00
|
|
|
%{__perl} Makefile.PL
|
|
|
|
%{__make} %{?_smp_mflags}
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%check
|
2010-03-05 10:39:50 +00:00
|
|
|
%{__make} test
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
2010-03-05 10:39:50 +00:00
|
|
|
%perl_gen_filelist
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%clean
|
2010-03-05 10:39:50 +00:00
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
2009-08-10 15:09:48 +00:00
|
|
|
|
2010-03-05 10:39:50 +00:00
|
|
|
%files -f %{name}.files
|
2009-08-10 15:09:48 +00:00
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc Changes README
|
|
|
|
|
|
|
|
%changelog
|