update to 1.23 [release 1.23-1mamba;Tue Dec 08 2020]
This commit is contained in:
parent
c4e85ddf17
commit
ef5df6eb39
@ -1,8 +1,4 @@
|
||||
# perl-File-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'.
|
||||
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'.
|
||||
|
||||
|
@ -1,28 +1,27 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-File-Which
|
||||
Version: 1.09
|
||||
Version: 1.23
|
||||
Release: 1mamba
|
||||
Summary: File::Which - Portable implementation of the `which' utility
|
||||
Summary: File::Which - Portable implementation of the which utility
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/File-Which-%{version}.tar.gz
|
||||
Source: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::Script)
|
||||
BuildRequires: perl-devel
|
||||
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'.
|
||||
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'.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-Which-%{version}
|
||||
@ -46,12 +45,13 @@ chmod -R u+w %{buildroot}/*
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pwhich
|
||||
%{perl_vendorlib}/File/
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man3/*.3pm.gz
|
||||
%doc Changes LICENSE README
|
||||
%{_mandir}/man3/*.3pm*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Dec 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23-1mamba
|
||||
- update to 1.23
|
||||
|
||||
* Fri Feb 18 2011 gil <puntogil@libero.it> 1.09-1mamba
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user