update to 2.015 [release 2.015-1mamba;Sun Jan 25 2026]

This commit is contained in:
2026-01-27 15:25:09 +01:00
parent 905cb53292
commit 47d7473f38
+13 -6
View File
@@ -1,30 +1,34 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Net-Server
Version: 2.014
Version: 2.015
Release: 1mamba
Summary: Net::Server - Extensible, general Perl server engine
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Net/Net-Server-%{version}.tar.gz
Source: https://cpan.metacpan.org/authors/id/B/BB/BBB/Net-Server-%{version}.tar.gz
License: GPL, Artistic
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-Scalar-List-Utils
BuildRequires: perl-devel
## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver
BuildRequires: perl-devel >= %perl_major_ver
%description
Net::Server - Extensible, general Perl server engine
%prep
%setup -q -n Net-Server-%{version}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%make test
#% make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@@ -47,6 +51,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sun Jan 25 2026 Silvan Calarco <silvan@openmamba.org> 2.015-1mamba
- update to 2.015
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 2.014-1mamba
- automatic version update by autodist