Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ecf928459b
!12 Upgrade URLs and License
From: @hkgy 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-11-30 07:12:24 +00:00
HKGY
a646b1a5c4
Upgrade URLS and License
Signed-off-by: HKGY <kaguyahatu@outlook.com>
2022-11-04 08:20:28 +00:00
openeuler-ci-bot
6033f6745a
!11 Improve the project according to the requirements of compliance improvement
From: @tanyulong2021 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2022-06-08 09:14:31 +00:00
tanyulong2021
fa5576fa31 Improve the project according to the requirements of compliance improvement 2022-05-23 10:00:27 +08:00
openeuler-ci-bot
b982bab54d
!10 Submit yaml file into this repository
From: @duyiwei7w 
Reviewed-by: @pei-jiankang 
Signed-off-by: @pei-jiankang
2022-05-09 03:29:24 +00:00
duyiwei
867a4318d3 add libstatgrab.yaml. 2022-05-07 15:53:10 +08:00
openeuler-ci-bot
35404c61ff
!7 update to upstream version 0.92.1
Merge pull request !7 from pei-jiankang/master
2022-01-14 01:48:23 +00:00
pei-jiankang
b55aa9b574 update to upstream version 0.92.1 2022-01-12 20:53:57 +08:00
openeuler-ci-bot
96ab9b14cc !5 remove %{?dist}
Merge pull request !5 from 华亚东/master
2021-12-13 10:28:34 +00:00
huayadong
f645e752f6 remove %{?dist} 2021-12-13 11:10:18 +08:00
4 changed files with 23 additions and 5 deletions

BIN
libstatgrab-0.92.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -3,12 +3,12 @@
Name: libstatgrab
Epoch: 1
Version: 0.92
Release: 1%{?dist}
Version: 0.92.1
Release: 3
Summary: A library that provides cross platform access to statistics of the system
License: LGPLv2+
URL: http://www.i-scream.org/libstatgrab
Source0: http://ftp.i-scream.org/pub/i-scream/%{name}/%{name}-%{version}.tar.gz
License: LGPLv2+ and GPLv2
URL: https://libstatgrab.org/
Source0: https://github.com/%{name}/%{name}/releases/download/LIBSTATGRAB_0_92_1/libstatgrab-%{version}.tar.gz
# REJECTED due to Solaris or whatever linking issue,
# thus we cope with pkgconfig manually.
# See: https://github.com/i-scream/libstatgrab/pull/70
@ -31,11 +31,13 @@ BuildRequires: perl(File::Basename)
BuildRequires: perl(FindBin)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(lib)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)
BuildRequires: make
%description
Libstatgrab is a library that provides cross platform access to statistics
@ -205,5 +207,17 @@ make check
%{_mandir}/*/*statgrab*
%changelog
* Fri Nov 4 2022 hkgy <kaguyahatu@outlook.com> - 1:0.92.1-3
- Upgrade URLS and License
* Mon May 23 2022 tanyulong<tanyulong@kylinos.cn> - 1:0.92.1-2
- Improve the project according to the requirements of compliance improvement
* Wed Jan 12 2022 pei-jiankang<peijiankang@kylinos.com> - 1:0.92.1-1
- update to upstream version 0.92.1
* Mon Dec 13 2021 huayadong <huayadong@kylinos.cn> - 1:0.92-2
- remove %{?dist}
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 1:0.92-1
- Initial release for OpenEuler

4
libstatgrab.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: libstatgrab/libstatgrab
tag_prefix: "v"
separator: "."