From 0ca63e50c59f5410074d896541a495555ff9f597 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Dec 13 2015 10:12:18 +0000 Subject: - Update and prepare to epel 7 --- diff --git a/libsysstat.spec b/libsysstat.spec index 88d7c09..d1f3b88 100644 --- a/libsysstat.spec +++ b/libsysstat.spec @@ -1,11 +1,11 @@ Name: libsysstat Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and LGPLv2+ Summary: Library used to query system info and statistics Url: http://www.lxde.org Source: http://lxqt.org/downloads/libsysstat/%{version}/%{name}-%{version}.tar.xz -BuildRequires: cmake >= 2.8.11 +BuildRequires: %{?fedora:cmake >= 2.8.1}%{!?fedora:cmake3 >= 3.3} BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Help) @@ -26,7 +26,7 @@ Sysstat libraries for development. %build mkdir -p %{_target_platform} pushd %{_target_platform} - %cmake .. + %{?fedora:%{cmake}}%{!?fedora:%{cmake3}} .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -50,6 +50,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_libdir}/libsysstat-qt5.so %changelog +* Tue Dec 08 2015 Helio Chissini de Castro - 0.3.1-2 +- Prepare for lxqt epel7 + * Mon Nov 02 2015 Helio Chissini de Castro - 0.3.1-1 - New upstream version