!7 update to upstream version 0.4.5

Merge pull request !7 from pei-jiankang/master
This commit is contained in:
openeuler-ci-bot 2022-01-17 01:53:12 +00:00 committed by Gitee
commit 040ca900cc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 8 deletions

Binary file not shown.

BIN
libsysstat-0.4.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,15 @@
Name: libsysstat Name: libsysstat
Version: 0.4.2 Version: 0.4.5
Release: 2 Release: 1
License: GPLv2 and LGPLv2+ License: GPLv2 and LGPLv2+
Summary: Library used to query system info and statistics Summary: Library used to query system info and statistics
Url: http://www.lxde.org Url: http://www.lxde.org
Source0: https://github.com/lxqt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/lxqt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{?fedora:cmake >= 3.1.0}%{!?fedora:cmake3 >= 3.3} BuildRequires: gcc-c++
BuildRequires: pkgconfig(Qt5Core) BuildRequires: %{?fedora:cmake >= 3.1.0}%{!?fedora:cmake3 >= 3.3}
BuildRequires: pkgconfig(Qt5Help) BuildRequires: pkgconfig(Qt5Core)
BuildRequires: lxqt-build-tools >= 0.6.0 BuildRequires: pkgconfig(Qt5Help)
BuildRequires: lxqt-build-tools >= 0.6.0
%description %description
Library used to query system info and statistics Library used to query system info and statistics
@ -22,7 +23,7 @@ Requires: pkgconfig
Sysstat libraries for development. Sysstat libraries for development.
%prep %prep
%setup -q %autosetup
%build %build
mkdir -p %{_target_platform} mkdir -p %{_target_platform}
@ -50,6 +51,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_libdir}/libsysstat-qt5.so %{_libdir}/libsysstat-qt5.so
%changelog %changelog
* 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 * Mon Dec 13 2021 huayadong <huayadong@kylinos.cn> - 0.4.2-2
- remove %{?dist} - remove %{?dist}