Compare commits
10 Commits
0dff051314
...
352748aaef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
352748aaef | ||
|
|
2bedd7093d | ||
|
|
94e1bf7e81 | ||
|
|
e12e6d4a85 | ||
|
|
f31e1848f7 | ||
|
|
04d4870294 | ||
|
|
21be2357ea | ||
|
|
560f61151a | ||
|
|
9b777bacd2 | ||
|
|
3972263a51 |
Binary file not shown.
BIN
Net-Server-2.010.tar.gz
Normal file
BIN
Net-Server-2.010.tar.gz
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
Name: perl-Net-Server
|
||||
Version: 2.009
|
||||
Release: 5
|
||||
Version: 2.010
|
||||
Release: 2
|
||||
Summary: Extensible, general Perl server engine
|
||||
License: GPL+ and Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Net-Server
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Net/Net-Server-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -11,7 +11,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(strict) perl(warnings)
|
||||
BuildRequires: perl(base) perl(Carp) perl(Errno) perl(Exporter) perl(Fcntl) perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle) perl(IO::Multiplex) >= 1.05 perl(IO::Select) perl(IO::Socket)
|
||||
BuildRequires: perl(IO::Socket::INET6) perl(IO::Socket::SSL) >= 1.31 perl(IO::Socket::UNIX)
|
||||
BuildRequires: perl(Log::Log4perl) perl(Net::SSLeay) perl(POSIX) perl(re) perl(Scalar::Util)
|
||||
BuildRequires: perl(Net::SSLeay) perl(POSIX) perl(re) perl(Scalar::Util)
|
||||
BuildRequires: perl(Socket) perl(Socket6) perl(Time::HiRes) perl(vars) perl(constant) perl(lib)
|
||||
BuildRequires: perl(English) perl(File::Spec::Functions) perl(FindBin) perl(threads) perl(Test::More)
|
||||
|
||||
@ -54,5 +54,14 @@ make test
|
||||
%{_mandir}/man1/net-server.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 13 2024 yao_xin <yao_xin001@hoperun.com> - 2.010-2
|
||||
- License compliance rectification
|
||||
|
||||
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.010-1
|
||||
- Upgrade to version 2.010
|
||||
|
||||
* Thu Mar 12 2020 daiqianwen <daiqianwen@huawei.com> - 2.009-6
|
||||
- delete useless buildrequire.
|
||||
|
||||
* Fri Nov 22 2019 sunguoshuai <sunguoshuai@huawei.com> - 2.009-5
|
||||
- Package init.
|
||||
|
||||
4
perl-Net-Server.yaml
Normal file
4
perl-Net-Server.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: metacpan
|
||||
src_repo: Net-Server
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user