|
|
@ -1,8 +1,8 @@
|
|
|
|
Name: perl-Text-Autoformat
|
|
|
|
Name: perl-Text-Autoformat
|
|
|
|
# Maintain six-digit version number to ensure clean upgrade path
|
|
|
|
# Maintain six-digit version number to ensure clean upgrade path
|
|
|
|
%global cpan_version 1.72
|
|
|
|
%global cpan_version 1.73
|
|
|
|
Version: %{cpan_version}0000
|
|
|
|
Version: %{cpan_version}0000
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Automatic text wrapping and reformatting
|
|
|
|
Summary: Automatic text wrapping and reformatting
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -20,17 +20,13 @@ BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(Text::Reform) >= 1.11
|
|
|
|
BuildRequires: perl(Text::Reform)
|
|
|
|
BuildRequires: perl(Text::Tabs)
|
|
|
|
BuildRequires: perl(Text::Tabs)
|
|
|
|
BuildRequires: perl(vars)
|
|
|
|
|
|
|
|
# Tests only
|
|
|
|
# Tests only
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
# Do not export private modules
|
|
|
|
|
|
|
|
%global __provides_exclude %{?__provides_exclude|%__provides_exclude|}^perl\\((Hang|NullHang)\\)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Text::Autoformat provides intelligent formatting of plain text without the
|
|
|
|
Text::Autoformat provides intelligent formatting of plain text without the
|
|
|
|
need for any kind of embedded mark-up. The module recognizes Internet
|
|
|
|
need for any kind of embedded mark-up. The module recognizes Internet
|
|
|
@ -64,6 +60,11 @@ make test
|
|
|
|
%{_mandir}/man3/Text::Autoformat.3pm*
|
|
|
|
%{_mandir}/man3/Text::Autoformat.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Nov 25 2015 Petr Šabata <contyk@redhat.com> - 1.730000-1
|
|
|
|
|
|
|
|
- 1.73 bump
|
|
|
|
|
|
|
|
- Don't filter out Text::Autoformat::Hang and ::NullHang provides,
|
|
|
|
|
|
|
|
we depend on them (and others may too, somehow)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.720000-2
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.720000-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|