diff --git a/libsysstat.spec b/libsysstat.spec index ebf4435d2073cbe689116dfa2b94311c9b8b3610..66d87e6d1cd0fe8f241a19770c929f0310ebf60e 100644 --- a/libsysstat.spec +++ b/libsysstat.spec @@ -1,6 +1,6 @@ Name: libsysstat Version: 0.4.6 -Release: 1 +Release: 2 License: GPLv2 and LGPLv2+ Summary: Library used to query system info and statistics Url: http://www.lxde.org @@ -26,15 +26,12 @@ Sysstat libraries for development. %autosetup %build -mkdir -p %{_target_platform} -pushd %{_target_platform} - %{?fedora:%{cmake}}%{!?fedora:%{cmake3}} .. -popd +%cmake +%{cmake_build} -make %{?_smp_mflags} -C %{_target_platform} %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%{cmake_install} %ldconfig_scriptlets @@ -51,6 +48,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_libdir}/libsysstat-qt5.so %changelog +* Mon Feb 17 2025 huayadong - 0.4.6-2 +- fix build error + * Fri Sep 09 2022 tianlijing - 0.4.6-1 - update to 0.4.6