|
|
@ -1,10 +1,10 @@
|
|
|
|
Name: perl-Text-Autoformat
|
|
|
|
Name: perl-Text-Autoformat
|
|
|
|
Version: 1.740000
|
|
|
|
Version: 1.750000
|
|
|
|
Release: 13%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Automatic text wrapping and reformatting
|
|
|
|
Summary: Automatic text wrapping and reformatting
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
URL: https://metacpan.org/release/Text-Autoformat
|
|
|
|
URL: https://metacpan.org/release/Text-Autoformat
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Text-Autoformat-1.74.tar.gz
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Text-Autoformat-1.75.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
# Build
|
|
|
|
# Build
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: coreutils
|
|
|
@ -23,7 +23,7 @@ BuildRequires: perl(Text::Tabs)
|
|
|
|
# Tests only
|
|
|
|
# Tests only
|
|
|
|
BuildRequires: perl(Test::More) >= 0.88
|
|
|
|
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 "$(/usr/bin/perl -V:version)"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Text::Autoformat provides intelligent formatting of plain text without the
|
|
|
|
Text::Autoformat provides intelligent formatting of plain text without the
|
|
|
@ -37,27 +37,31 @@ The module also supplies a re-entrant, highly configurable replacement for
|
|
|
|
the built-in Perl format() mechanism.
|
|
|
|
the built-in Perl format() mechanism.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Text-Autoformat-1.74
|
|
|
|
%setup -q -n Text-Autoformat-1.75
|
|
|
|
chmod -c -x config.*
|
|
|
|
chmod -c -x config.*
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
%{make_install}
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc Changes README config.emacs config.vim
|
|
|
|
%doc Changes README config.emacs config.vim
|
|
|
|
%{perl_vendorlib}/Text/
|
|
|
|
%{perl_vendorlib}/Text
|
|
|
|
%{_mandir}/man3/Text::Autoformat.3pm*
|
|
|
|
%{_mandir}/man3/Text::Autoformat.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Aug 18 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 1.750000-1
|
|
|
|
|
|
|
|
- Update to 1.75
|
|
|
|
|
|
|
|
- Minor cleanup of the spec file
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.740000-13
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.740000-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|