automatic version update by autodist [release 0.006-1mamba;Tue Dec 14 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:09:53 +01:00
parent 3cb77e6055
commit 9691fc1de2

View File

@ -1,22 +1,21 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-IO-Pipely
Version: 0.005
Version: 0.006
Release: 1mamba
Summary: IO::Pipely - Portably create pipe() or pipe-like handles, one way or another
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/R/RC/RCAPUTO/IO-Pipely-%{version}.tar.gz
URL: https://www.cpan.org/
Source: https://cpan.metacpan.org/modules/by-module/IO/IO-Pipely-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
IO::Pipely - Portably create pipe() or pipe-like handles, one way or another.
@ -52,5 +51,8 @@ done
%doc LICENSE
%changelog
* Tue Dec 14 2021 Automatic Build System <autodist@mambasoft.it> 0.006-1mamba
- automatic version update by autodist
* Mon Feb 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.005-1mamba
- package created using the webbuild interface