Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4cadf7c401
!10 update to 0.4.6
From: @tianlijing 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-09-28 03:09:36 +00:00
tianlijing
14af3abd07 update to 0.4.6 2022-08-06 13:09:54 +08:00
openeuler-ci-bot
a74971ed3a
!9 add yaml file
From: @tanyulong2021 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-04-26 06:21:16 +00:00
tanyulong2021
f0fa5a3354 add yaml file 2022-04-21 16:37:40 +08:00
openeuler-ci-bot
040ca900cc
!7 update to upstream version 0.4.5
Merge pull request !7 from pei-jiankang/master
2022-01-17 01:53:12 +00:00
pei-jiankang
549e206b0d update to upstream version 0.4.5 2022-01-12 21:01:55 +08:00
openeuler-ci-bot
c99131093b !5 remove %{?dist}
Merge pull request !5 from 华亚东/master
2021-12-13 09:46:01 +00:00
huayadong
e11d9c29ed remove %{?dist} 2021-12-13 11:05:28 +08:00
openeuler-ci-bot
d0b53297ed !1 initial release
Merge pull request !1 from yangzhao_kl/initial_release
2020-07-23 19:58:45 +08:00
yangzhao_kl
5f65c69361 initial release 2020-07-23 11:25:27 +08:00
3 changed files with 69 additions and 0 deletions

BIN
libsysstat-0.4.6.tar.gz Normal file

Binary file not shown.

64
libsysstat.spec Normal file
View File

@ -0,0 +1,64 @@
Name: libsysstat
Version: 0.4.6
Release: 1
License: GPLv2 and LGPLv2+
Summary: Library used to query system info and statistics
Url: http://www.lxde.org
Source0: https://github.com/lxqt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: %{?fedora:cmake >= 3.1.0}%{!?fedora:cmake3 >= 3.3}
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Help)
BuildRequires: lxqt-build-tools >= 0.6.0
%description
Library used to query system info and statistics
%package devel
Summary: Devel files for libsysstat
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig
%description devel
Sysstat libraries for development.
%prep
%autosetup
%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{?fedora:%{cmake}}%{!?fedora:%{cmake3}} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%ldconfig_scriptlets
%files
%doc AUTHORS COPYING
%{_libdir}/libsysstat-qt5.so.*
%files devel
%dir %{_includedir}/sysstat-qt5/
%dir %{_datadir}/cmake/sysstat-qt5/
%{_includedir}/sysstat-qt5/*
%{_datadir}/cmake/sysstat-qt5/*
%{_libdir}/pkgconfig/sysstat-qt5.pc
%{_libdir}/libsysstat-qt5.so
%changelog
* Fri Sep 09 2022 tianlijing <tianlijing@kylinos.cn> - 0.4.6-1
- update to 0.4.6
* Wed Jan 12 2022 pei-jiankang<peijiankang@kylinos.com> - 0.4.5-1
- update to upstream version 0.4.5
* Mon Dec 13 2021 huayadong <huayadong@kylinos.cn> - 0.4.2-2
- remove %{?dist}
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 0.4.2-1
- Initial release for OpenEuler

5
libsysstat.yaml Normal file
View File

@ -0,0 +1,5 @@
version_control: github
src_repo: lxqt/libsysstat
tag_prefix: "^v"
separator: "."