Compare commits
10 Commits
3b14fc01ba
...
ecf928459b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ecf928459b | ||
|
|
a646b1a5c4 | ||
|
|
6033f6745a | ||
|
|
fa5576fa31 | ||
|
|
b982bab54d | ||
|
|
867a4318d3 | ||
|
|
35404c61ff | ||
|
|
b55aa9b574 | ||
|
|
96ab9b14cc | ||
|
|
f645e752f6 |
BIN
libstatgrab-0.92.1.tar.gz
Normal file
BIN
libstatgrab-0.92.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -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
4
libstatgrab.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: libstatgrab/libstatgrab
|
||||
tag_prefix: "v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user