|
|
|
@ -1,7 +1,15 @@
|
|
|
|
|
Name: perl-Code-TidyAll
|
|
|
|
|
Version: 0.43
|
|
|
|
|
Version: 0.44
|
|
|
|
|
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
|
|
|
|
@ -10,6 +18,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
@ -89,6 +98,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Apr 11 2016 Petr Pisar <ppisar@redhat.com> - 0.44-1
|
|
|
|
|
- 0.44 bump
|
|
|
|
|
|
|
|
|
|
* Tue Mar 29 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.43-1
|
|
|
|
|
- 0.43 bump
|
|
|
|
|
|
|
|
|
|