Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d1ff1175a5
!10 [sync] PR-9: optimize the specfile
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-24 09:16:13 +00:00
xujing
dc3a8cd6a7 optimize the specfile
(cherry picked from commit 540e876957314bd3681cf28da77d2d0d2b50961c)
2022-10-24 16:31:11 +08:00
openeuler-ci-bot
65b0b20673 !7 [sync] PR-6: upgrade version to 2.032
Merge pull request !7 from openeuler-sync-bot/sync-pr6-master-to-openEuler-22.03-LTS-Next
2021-12-27 01:49:11 +00:00
Anonymous_Z
0f70265463 upgrade version to 2.032
(cherry picked from commit 1fa1a5a1bd30564a3ad6c9bbdb07ecab30ef4619)
2021-12-24 18:53:10 +08:00
openeuler-ci-bot
2363e0b978 !5 upgrade version to 2.031
From: @run-is-pig
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-01-26 17:38:07 +08:00
jinzhimin369
5ea40c267b upgrade version to 2.031 2021-01-26 17:27:59 +08:00
openeuler-ci-bot
0a9b8d7928 !3 version update
Merge pull request !3 from zhanzhimin/master
2020-07-31 20:55:12 +08:00
weiwei_150212
2b3f69bd76 version update 2020-07-31 09:10:55 +08:00
openeuler-ci-bot
4b777f565a !2 add yaml file in package
Merge pull request !2 from maqiang/master
2020-06-24 15:44:20 +08:00
maqiang999
83b72ae052 add yaml file in package 2020-06-12 19:45:58 +08:00
4 changed files with 22 additions and 5 deletions

Binary file not shown.

BIN
Socket-2.032.tar.gz Normal file

Binary file not shown.

View File

@ -2,19 +2,19 @@
Name: perl-%{mod_name}
Epoch: 4
Version: 2.029
Version: 2.032
Release: 2
Summary: Networking constants and support functions
License: GPL+ or Artistic
URL: https://metacpan.org/release/Socket
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{mod_name}-%{version}.tar.gz
BuildRequires: findutils, gcc, make, perl-interpreter, perl-devel, perl-generators
BuildRequires: coreutils findutils, gcc, make, perl-interpreter, perl-devel, perl-generators
BuildRequires: perl(Config), perl(ExtUtils::CBuilder), perl(ExtUtils::Constant) >= 0.23
BuildRequires: perl(ExtUtils::MakeMaker), perl(strict), perl(warnings)
BuildRequires: perl(Carp), perl(Exporter), perl(warnings::register), perl(XSLoader)
BuildRequires: perl(:VERSION) >= 5.6.1 perl(Carp), perl(Exporter), perl(warnings::register), perl(XSLoader)
BuildRequires: perl(Errno), perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(:VERSION) >= 5.6.1
%description
This module provides a variety of constants, structure manipulators and other
@ -59,6 +59,18 @@ make test
%{_mandir}/man*/*
%changelog
* Mon Oct 24 2022 xujing <xujing125@huawei.com> - 4:2.032-2
- optimize the specfile
* Thu Nov 18 2021 liudabo <liudabo1@huawei.com> - 4:2.032-1
- upgrade version to 2.032
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 4:2.031-1
- upgrade version to 2.031
* Mon Jul 27 2020 zhanzhimin <zhanzhimin@hauwei.com> - 4:2.030-1
- Bump to version 2.030
* Tue Feb 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 4:2.029-2
- Modify subpackage of help

5
perl-Socket.yaml Normal file
View File

@ -0,0 +1,5 @@
version_control: metacpan
src_repo: Socket
tag_prefix: "^v"
seperator: "."