Name: perl-Code-TidyAll Version: 0.54 Release: 1%{?dist} Summary: Engine for tidyall, your all-in-one code tidier and validator # lib/Test/Code/TidyAll.pm: GPL+ or Artistic # LICENSE: GPL+ or Artistic ## Not in the binary package # etc/editors/tidyall.el: GPLv2+ # node_modules/jshint/node_modules/cli/node_modules/glob/LICENSE: BSD # node_modules/js-beautify/node_modules/mkdirp/node_modules/minimist/LICENSE: MIT # php5/usr/share/php/PHP/CodeSniffer/Standards/PEAR/Docs/Commenting/FileCommentStandard.xml: MIT # php5/usr/share/php/test/PHP_CodeSniffer/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.js: PHP License: GPL+ or Artistic URL: http://search.cpan.org/dist/Code-TidyAll/ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Code-TidyAll-%{version}.tar.gz Source1: README.nodejs_plugins BuildArch: noarch BuildRequires: coreutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(File::Path) BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time BuildRequires: perl(base) BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Config::INI::Reader) BuildRequires: perl(constant) BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(Date::Format) BuildRequires: perl(Digest::SHA) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Find) BuildRequires: perl(File::Slurp::Tiny) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Which) BuildRequires: perl(File::Zglob) BuildRequires: perl(Guard) BuildRequires: perl(IPC::Run3) BuildRequires: perl(IPC::System::Simple) # Not used for tests - perl(JSON::MaybeXS) # Not used for tests - perl(List::Compare) BuildRequires: perl(List::SomeUtils) # Not used for tests - perl(Log::Any) # Not used for tests - perl(Mason::Tidy) # Not used for tests - perl(Mason::Tidy::App) BuildRequires: perl(Moo) BuildRequires: perl(Moo::Role) # Not used for tests - perl(Parallel::ForkManager) BuildRequires: perl(Path::Tiny) >= 0.098 # Not used for tests - perl(Perl::Tidy) # Not used for tests - perl(Perl::Tidy::Sweetened) # Not used for tests - perl(Pod::Checker) # Not used for tests - perl(Pod::Spell) # Not used for tests - perl(Pod::Tidy) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Specio) >= 0.30 BuildRequires: perl(Specio::Declare) BuildRequires: perl(Specio::Library::Builtins) BuildRequires: perl(Specio::Library::Numeric) BuildRequires: perl(Specio::Library::Path::Tiny) >= 0.04 BuildRequires: perl(Specio::Library::String) # Not used for tests - perl(SVN::Look) BuildRequires: perl(Text::Diff) >= 1.44 # Not used for tests - perl(Test::Builder) # Not used for tests - perl(Text::Diff) # Not used for tests - perl(Text::Diff::Table) # Not used for tests - perl(Text::ParseWords) BuildRequires: perl(Time::Duration::Parse) BuildRequires: perl(Try::Tiny) # Tests BuildRequires: perl(autodie) # Not used for tests - perl(Encode) BuildRequires: perl(lib) BuildRequires: perl(Test::Class::Most) # Not used for tests - perl(Test::CPAN::Meta::JSON) BuildRequires: perl(Test::More) >= 0.96 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: aspell Requires: git Requires: nodejs Requires: perl-Mason-Tidy Requires: perl-Perl-Critic Requires: php-pear-PHP-CodeSniffer Requires: subversion Requires: perl(Parallel::ForkManager) >= 1.19 %description This is the engine used by tidyall. You can call this API from your own program instead of executing tidyall. tidyall is all-in-one code tidier and validator. %prep %setup -q -n Code-TidyAll-%{version} cp %{SOURCE1} . %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %license LICENSE %doc Changes README.md README.nodejs_plugins CONTRIBUTING.md %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Mon Oct 17 2016 Jitka Plesnikova - 0.54-1 - 0.54 bump * Tue Oct 11 2016 Jitka Plesnikova - 0.53-1 - 0.53 bump * Tue Sep 20 2016 Jitka Plesnikova - 0.52-1 - 0.52 bump * Mon Jul 25 2016 Jitka Plesnikova - 0.49-1 - 0.49 bump * Fri Jun 17 2016 Jitka Plesnikova - 0.48-1 - 0.48 bump * Mon May 16 2016 Jitka Plesnikova - 0.47-2 - Perl 5.24 rebuild * Tue May 03 2016 Jitka Plesnikova - 0.47-1 - 0.47 bump * Tue Apr 19 2016 Jitka Plesnikova - 0.46-1 - 0.46 bump * Mon Apr 11 2016 Petr Pisar - 0.44-1 - 0.44 bump * Tue Mar 29 2016 Jitka Plesnikova - 0.43-1 - 0.43 bump * Fri Mar 11 2016 Jitka Plesnikova - 0.42-1 - 0.42 bump * Mon Feb 22 2016 Jitka Plesnikova - 0.40-1 - 0.40 bump * Mon Feb 15 2016 Petr Pisar - 0.39-1 - 0.39 bump * Thu Feb 04 2016 Fedora Release Engineering - 0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jan 12 2016 Petr Pisar - 0.38-1 - 0.38 bump * Tue Dec 22 2015 Jitka Plesnikova - 0.37-1 - 0.37 bump - Update due to review comments * Thu Dec 03 2015 Jitka Plesnikova - 0.36-1 - Initial import