automatic version update by autodist [release 1.24-1mamba;Sat Mar 20 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:01:13 +01:00
parent ef5df6eb39
commit 12059e9b26

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-File-Which
Version: 1.23
Version: 1.24
Release: 1mamba
Summary: File::Which - Portable implementation of the which utility
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/File/File-Which-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
@ -18,7 +18,6 @@ BuildRequires: perl-devel
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Script)
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
File::Which is a portable implementation (in Perl) of 'which', and can be used to get the absolute filename of an executable program installed somewhere in your PATH, or just check for its existence. It includes the command-line utility 'pwhich' which has the same function as 'which'.
@ -50,6 +49,9 @@ chmod -R u+w %{buildroot}/*
%doc LICENSE
%changelog
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 1.24-1mamba
- automatic version update by autodist
* Tue Dec 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23-1mamba
- update to 1.23