!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,10 +1,11 @@
Name: libsysstat Name: libsysstat
Version: 0.4.2 Version: 0.4.5
Release: 1%{?dist} 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: gcc-c++
BuildRequires: %{?fedora:cmake >= 3.1.0}%{!?fedora:cmake3 >= 3.3} BuildRequires: %{?fedora:cmake >= 3.1.0}%{!?fedora:cmake3 >= 3.3}
BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Help) BuildRequires: pkgconfig(Qt5Help)
@ -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,5 +51,11 @@ 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
- remove %{?dist}
* Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 0.4.2-1 * Thu Jul 23 2020 Zhao Yang <yangzhao1@kylinos.cn> - 0.4.2-1
- Initial release for OpenEuler - Initial release for OpenEuler