!8 update to upstream version 0.4.5

Merge pull request !8 from pei-jiankang/master
This commit is contained in:
openeuler-ci-bot 2022-01-21 02:29:29 +00:00 committed by Gitee
commit ed8d85e282
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 15 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
Version: 0.4.2
Release: 1%{?dist}
Version: 0.4.5
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: %{?fedora:cmake >= 3.1.0}%{!?fedora:cmake3 >= 3.3}
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Help)
BuildRequires: lxqt-build-tools >= 0.6.0
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
@ -22,7 +23,7 @@ Requires: pkgconfig
Sysstat libraries for development.
%prep
%setup -q
%autosetup
%build
mkdir -p %{_target_platform}
@ -50,5 +51,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_libdir}/libsysstat-qt5.so
%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
- remove %{?dist}
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 0.4.2-1
- Initial release for OpenEuler