update to 20200110 [release 20200110-1mamba;Fri Jan 10 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 09:30:44 +01:00
parent a4bf27d40f
commit 567a4ff24d
2 changed files with 16 additions and 10 deletions

View File

@ -1,6 +1,5 @@
# perl-Perl-Tidy # perl-Perl-Tidy
This module makes the functionality of the perltidy utility available to perl scripts. 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 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.
be used to provide input parameters as described in the perltidy(1) man page.

View File

@ -1,24 +1,27 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Perl-Tidy Name: perl-Perl-Tidy
Version: 20171214 Version: 20200110
Release: 1mamba Release: 1mamba
Summary: Perl::Tidy - Parses and beautifies perl source Summary: Perl::Tidy - Parses and beautifies perl source
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org 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 License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel BuildRequires: perl-devel
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
This module makes the functionality of the perltidy utility available to perl scripts. 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 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.
be used to provide input parameters as described in the perltidy(1) man page.
%prep %prep
%setup -q -n Perl-Tidy-%{version} %setup -q -n Perl-Tidy-%{version}
@ -44,11 +47,15 @@ chmod -R u+w %{buildroot}/*
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/perltidy %{_bindir}/perltidy
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man1/perltidy.1.gz %{_mandir}/man1/perltidy.1*
%{_mandir}/man3/*.3pm.gz %{_mandir}/man3/*.3pm*
%doc BUGS CHANGES COPYING README TODO %doc COPYING
#%doc BUGS CHANGES README TODO
%changelog %changelog
* Fri Jan 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20200110-1mamba
- update to 20200110
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 20171214-1mamba * Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 20171214-1mamba
- automatic update by autodist - automatic update by autodist