Compare commits
10 Commits
be68cdf5c4
...
c515a95c05
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c515a95c05 | ||
|
|
1a4ae86b87 | ||
|
|
8d31f81231 | ||
|
|
98e32c3be1 | ||
|
|
2607d9d83e | ||
|
|
bb31412a3d | ||
|
|
bf7b28dbfc | ||
|
|
ed37ee8030 | ||
|
|
f76abe9607 | ||
|
|
d3760b5665 |
Binary file not shown.
BIN
IPC-SysV-2.09.tar.gz
Normal file
BIN
IPC-SysV-2.09.tar.gz
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
Name: perl-IPC-SysV
|
Name: perl-IPC-SysV
|
||||||
Version: 2.07
|
Version: 2.09
|
||||||
Release: 6
|
Release: 2
|
||||||
Summary: Object class for SysV as well as the SysV IPC constants and system calls
|
Summary: Object class for SysV as well as the SysV IPC constants and system calls
|
||||||
License: GPL or Artistic
|
License: Artistic-1.0-Perl or GPL-1.0-or-later
|
||||||
URL: https://metacpan.org/release/IPC-SysV
|
URL: https://metacpan.org/release/IPC-SysV
|
||||||
Source0: https://cpan.metacpan.org/authors/id/M/MH/MHX/IPC-SysV-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MH/MHX/IPC-SysV-%{version}.tar.gz
|
||||||
|
|
||||||
@ -52,6 +52,15 @@ make test TEST_VERBOSE=1
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2.09-2
|
||||||
|
- Rebuild for next release
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 shixuantong <shixuantong@huawei.com> - 2.09-1
|
||||||
|
- upgrade version to 2.09
|
||||||
|
|
||||||
|
* Fri Jul 24 2020 xinghe <xinghe1@huawei.com> - 2.08-1
|
||||||
|
- update version to 2.08
|
||||||
|
|
||||||
* Wed May 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.07-6
|
* Wed May 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.07-6
|
||||||
- Add build requires of perl-devel
|
- Add build requires of perl-devel
|
||||||
|
|
||||||
|
|||||||
126
perl-IPC-SysV.yaml
Normal file
126
perl-IPC-SysV.yaml
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
---
|
||||||
|
version_control: metacpan
|
||||||
|
src_repo: IPC-SysV
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
|
last_query:
|
||||||
|
time_stamp: 2020-04-26 07:40:11.353143100 +00:00
|
||||||
|
raw_data: |
|
||||||
|
{
|
||||||
|
"metadata" : {
|
||||||
|
"release_status" : "stable",
|
||||||
|
"dynamic_config" : 1,
|
||||||
|
"license" : [
|
||||||
|
"perl_5"
|
||||||
|
],
|
||||||
|
"name" : "IPC-SysV",
|
||||||
|
"author" : [
|
||||||
|
"Marcus Holland-Moritz <mhx@cpan.org>"
|
||||||
|
],
|
||||||
|
"abstract" : "System V IPC constants and system calls",
|
||||||
|
"prereqs" : {
|
||||||
|
"build" : {
|
||||||
|
"requires" : {
|
||||||
|
"ExtUtils::MakeMaker" : "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"configure" : {
|
||||||
|
"requires" : {
|
||||||
|
"ExtUtils::MakeMaker" : "0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtime" : {
|
||||||
|
"requires" : {
|
||||||
|
"Test::More" : "0.45"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.150001, CPAN::Meta::Converter version 2.150005",
|
||||||
|
"version" : "2.07",
|
||||||
|
"no_index" : {
|
||||||
|
"directory" : [
|
||||||
|
"t",
|
||||||
|
"inc",
|
||||||
|
"t",
|
||||||
|
"xt",
|
||||||
|
"inc",
|
||||||
|
"local",
|
||||||
|
"perl5",
|
||||||
|
"fatlib",
|
||||||
|
"example",
|
||||||
|
"blib",
|
||||||
|
"examples",
|
||||||
|
"eg"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"meta-spec" : {
|
||||||
|
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
||||||
|
"version" : "2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"deprecated" : "false",
|
||||||
|
"tests" : {
|
||||||
|
"unknown" : 3,
|
||||||
|
"na" : 25,
|
||||||
|
"pass" : 1290,
|
||||||
|
"fail" : 0
|
||||||
|
},
|
||||||
|
"provides" : [
|
||||||
|
"IPC::Msg",
|
||||||
|
"IPC::Msg::stat",
|
||||||
|
"IPC::Semaphore",
|
||||||
|
"IPC::Semaphore::stat",
|
||||||
|
"IPC::SharedMem",
|
||||||
|
"IPC::SharedMem::stat",
|
||||||
|
"IPC::SysV"
|
||||||
|
],
|
||||||
|
"authorized" : true,
|
||||||
|
"stat" : {
|
||||||
|
"mtime" : 1462826678,
|
||||||
|
"gid" : 1009,
|
||||||
|
"size" : 68726,
|
||||||
|
"uid" : 1009,
|
||||||
|
"mode" : 33204
|
||||||
|
},
|
||||||
|
"version" : "2.07",
|
||||||
|
"id" : "Eeoq_UIDDziwPtfJ4bmkYE00fHE",
|
||||||
|
"main_module" : "IPC::SysV",
|
||||||
|
"resources" : {},
|
||||||
|
"checksum_md5" : "4faf5a19c529ff5dae6071d346a47468",
|
||||||
|
"changes_file" : "Changes",
|
||||||
|
"checksum_sha256" : "d01a367af771d35e3b11a21366ad6405f8d28e8cbca4c0cf08ab78bf157d052d",
|
||||||
|
"version_numified" : 2.07,
|
||||||
|
"archive" : "IPC-SysV-2.07.tar.gz",
|
||||||
|
"author" : "MHX",
|
||||||
|
"license" : [
|
||||||
|
"perl_5"
|
||||||
|
],
|
||||||
|
"dependency" : [
|
||||||
|
{
|
||||||
|
"phase" : "build",
|
||||||
|
"relationship" : "requires",
|
||||||
|
"version" : "0",
|
||||||
|
"module" : "ExtUtils::MakeMaker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module" : "Test::More",
|
||||||
|
"phase" : "runtime",
|
||||||
|
"relationship" : "requires",
|
||||||
|
"version" : "0.45"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"module" : "ExtUtils::MakeMaker",
|
||||||
|
"relationship" : "requires",
|
||||||
|
"version" : "0",
|
||||||
|
"phase" : "configure"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abstract" : "System V IPC constants and system calls",
|
||||||
|
"first" : false,
|
||||||
|
"status" : "latest",
|
||||||
|
"distribution" : "IPC-SysV",
|
||||||
|
"date" : "2016-05-09T20:44:38",
|
||||||
|
"maturity" : "released",
|
||||||
|
"download_url" : "https://cpan.metacpan.org/authors/id/M/MH/MHX/IPC-SysV-2.07.tar.gz",
|
||||||
|
"name" : "IPC-SysV-2.07"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user