diff --git a/README.md b/README.md index 4eb55dd..8e43eb6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # perl-Perl-Tidy This module makes the functionality of the perltidy utility available to perl scripts. -Any or all of the input parameters may be omitted, in which case the @ARGV array will -be used to provide input parameters as described in the perltidy(1) man page. +Any or all of the input parameters may be omitted, in which case the @ARGV array will be used to provide input parameters as described in the perltidy(1) man page. diff --git a/perl-Perl-Tidy.spec b/perl-Perl-Tidy.spec index bb38fe9..6537e54 100644 --- a/perl-Perl-Tidy.spec +++ b/perl-Perl-Tidy.spec @@ -1,24 +1,27 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Perl-Tidy -Version: 20171214 +Version: 20200110 Release: 1mamba Summary: Perl::Tidy - Parses and beautifies perl source Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/S/SH/SHANCOCK/Perl-Tidy-%{version}.tar.gz +Source: https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-%{version}.tar.gz License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +BuildRequires: libperl +BuildRequires: perl-devel +## AUTOBUILDREQ-END BuildRequires: perl-devel Requires: perl >= %perl_major_ver BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This module makes the functionality of the perltidy utility available to perl scripts. -Any or all of the input parameters may be omitted, in which case the @ARGV array will -be used to provide input parameters as described in the perltidy(1) man page. +Any or all of the input parameters may be omitted, in which case the @ARGV array will be used to provide input parameters as described in the perltidy(1) man page. %prep %setup -q -n Perl-Tidy-%{version} @@ -44,11 +47,15 @@ chmod -R u+w %{buildroot}/* %defattr(-,root,root) %{_bindir}/perltidy %{perl_vendorlib}/* -%{_mandir}/man1/perltidy.1.gz -%{_mandir}/man3/*.3pm.gz -%doc BUGS CHANGES COPYING README TODO +%{_mandir}/man1/perltidy.1* +%{_mandir}/man3/*.3pm* +%doc COPYING +#%doc BUGS CHANGES README TODO %changelog +* Fri Jan 10 2020 Silvan Calarco 20200110-1mamba +- update to 20200110 + * Tue Dec 19 2017 Automatic Build System 20171214-1mamba - automatic update by autodist