automatic version update by autodist [release 1.24-1mamba;Sat Mar 20 2021]
This commit is contained in:
parent
ef5df6eb39
commit
12059e9b26
@ -1,15 +1,15 @@
|
|||||||
%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-File-Which
|
Name: perl-File-Which
|
||||||
Version: 1.23
|
Version: 1.24
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: File::Which - Portable implementation of the which utility
|
Summary: File::Which - Portable implementation of the which utility
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/File/File-Which-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
@ -18,7 +18,6 @@ BuildRequires: perl-devel
|
|||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(Test::Script)
|
BuildRequires: perl(Test::Script)
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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'.
|
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
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23-1mamba
|
||||||
- update to 1.23
|
- update to 1.23
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user