2009-08-10 15:09:48 +00:00
|
|
|
#
|
2011-11-11 11:23:27 +00:00
|
|
|
# spec file for package perl-Text-Autoformat
|
2009-08-10 15:09:48 +00:00
|
|
|
#
|
2011-11-11 11:23:27 +00:00
|
|
|
# Copyright (c) 2011 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/
|
|
|
|
#
|
|
|
|
|
2010-08-02 01:30:29 +00:00
|
|
|
|
2009-08-10 15:09:48 +00:00
|
|
|
Name: perl-Text-Autoformat
|
2010-08-02 01:30:30 +00:00
|
|
|
%define cpan_name Text-Autoformat
|
|
|
|
Summary: Automatic text wrapping and reformatting
|
2011-12-06 12:50:08 +00:00
|
|
|
License: Artistic-1.0 or GPL-1.0+
|
2009-08-10 15:09:48 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2011-12-06 12:50:08 +00:00
|
|
|
Version: 1.669002
|
|
|
|
Release: 0
|
2010-03-05 10:39:50 +00:00
|
|
|
Url: http://search.cpan.org/dist/Text-Autoformat/
|
2011-12-06 12:50:08 +00:00
|
|
|
Source: http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{version}.tar.gz
|
2010-08-02 01:30:30 +00:00
|
|
|
BuildArch: noarch
|
2009-08-10 15:09:48 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-03 14:53:32 +00:00
|
|
|
%{perl_requires}
|
2009-08-10 15:09:48 +00:00
|
|
|
BuildRequires: perl
|
2010-08-02 01:30:30 +00:00
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
BuildRequires: perl(Test::More)
|
2010-03-05 10:39:50 +00:00
|
|
|
BuildRequires: perl(Text::Reform) >= 1.11
|
2010-08-02 01:30:30 +00:00
|
|
|
BuildRequires: perl(version)
|
2011-12-06 12:50:08 +00:00
|
|
|
BuildRequires: perl-macros
|
2010-03-05 10:39:50 +00:00
|
|
|
Requires: perl(Text::Reform) >= 1.11
|
2010-08-02 01:30:30 +00:00
|
|
|
Requires: perl(version)
|
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:
|
|
|
|
-------
|
2010-08-02 01:30:30 +00:00
|
|
|
Damian Conway <damian@conway.org>
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%prep
|
2010-03-05 10:39:50 +00:00
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
2010-08-02 01:30:30 +00:00
|
|
|
#rpmlint: spurious-executable-perm
|
|
|
|
%{__chmod} a-x config.{vim,emacs}
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%build
|
2010-08-02 01:30:30 +00:00
|
|
|
%{__perl} Build.PL installdirs=vendor
|
|
|
|
./Build
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%check
|
2010-08-02 01:30:30 +00:00
|
|
|
./Build test
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%install
|
2010-08-02 01:30:30 +00:00
|
|
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
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
|
2010-08-02 01:30:30 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes config.emacs config.vim README
|
2009-08-10 15:09:48 +00:00
|
|
|
|
|
|
|
%changelog
|