Name: perl-Perl-Tidy-Sweetened Version: 1.14 Release: 1%{?dist} Summary: Tweaks to Perl::Tidy to support some syntactic sugar License: GPL+ or Artistic URL: http://search.cpan.org/dist/Perl-Tidy-Sweetened/ Source0: http://www.cpan.org/authors/id/M/MG/MGRIMES/Perl-Tidy-Sweetened-%{version}.tar.gz BuildArch: noarch BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(Module::Build::Tiny) >= 0.034 # Run-time BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Perl::Tidy) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Tests BuildRequires: perl(Exporter) BuildRequires: perl(lib) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Most) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description There are a number of modules on CPAN that allow users to write their classes with a more "modern" syntax. These tools eliminate the need to shift off $self, can support type checking and offer other improvements. Unfortunately, they can break the support tools that the Perl community has come to rely on. This module attempts to work around those issues. %prep %setup -q -n Perl-Tidy-Sweetened-%{version} %build perl Build.PL --installdirs=vendor ./Build %install ./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0 %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %files %license LICENSE %doc Changes README TODO %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Thu Mar 29 2018 Petr Pisar - 1.14-1 - 1.14 bump * Sat Feb 11 2017 Fedora Release Engineering - 1.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Oct 06 2016 Jitka Plesnikova - 1.12-1 - 1.12 bump * Mon May 16 2016 Jitka Plesnikova - 1.11-2 - Perl 5.24 rebuild * Mon Apr 18 2016 Jitka Plesnikova - 1.11-1 - 1.11 bump * Mon Mar 14 2016 Jitka Plesnikova - 1.10-1 - 1.10 bump * Fri Mar 11 2016 Jitka Plesnikova - 1.07-3 - Fix test to work against perltidy-20160302 (bug #1314800) * Thu Feb 04 2016 Fedora Release Engineering - 1.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 28 2016 Jitka Plesnikova - 1.07-1 - 1.07 bump * Fri Nov 27 2015 Jitka Plesnikova - 1.05-1 - Initial release