Update to 1.75

epel9
Emmanuel Seyman 5 years ago
parent eb21814599
commit 84cd5cb3eb

@ -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

@ -1 +1 @@
2c147571940dddec4974ca8cd5ddc57f Text-Autoformat-1.74.tar.gz SHA512 (Text-Autoformat-1.75.tar.gz) = 45476dddfd3938561bc0aed9c86cf7876cb823349de815fa511530b80a4049748b4aed2d3135e4349ad1373b8d7fb0a23918a11979ae906551f53f95581c7db2

Loading…
Cancel
Save