File perl-Text-Autoformat.spec of Package perl-Text-Autoformat

#
# spec file for package perl-Text-Autoformat
#
# Copyright (c) 2011 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/
#


Name:           perl-Text-Autoformat
%define cpan_name Text-Autoformat
Summary:        Automatic text wrapping and reformatting
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Version:        1.669002
Release:        0
Url:            http://search.cpan.org/dist/Text-Autoformat/
Source:         http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Text::Reform) >= 1.11
BuildRequires:  perl(version)
BuildRequires:  perl-macros
Requires:       perl(Text::Reform) >= 1.11
Requires:       perl(version)

%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 %{cpan_name}-%{version}
#rpmlint: spurious-executable-perm
%{__chmod} a-x config.{vim,emacs}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%check
./Build test

%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes config.emacs config.vim README

%changelog
openSUSE Build Service is sponsored by