From 0be5568a476c7a7dd7fe7e498c4ecd2562538120 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Dec 09 2015 21:17:52 +0000 Subject: - Update and prepare to epel 7 --- diff --git a/lxqt-config.spec b/lxqt-config.spec index ccfbe2b..f02d609 100644 --- a/lxqt-config.spec +++ b/lxqt-config.spec @@ -1,7 +1,7 @@ Name: lxqt-config Summary: Config tools for LXQt desktop suite Version: 0.10.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ URL: http://lxqt.org/ Source0: http://downloads.lxqt.org/lxqt/0.10.0/lxqt-config-0.10.0.tar.xz @@ -10,7 +10,7 @@ BuildRequires: cmake >= 2.8.9 BuildRequires: pkgconfig(Qt5Help) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Xdg) >= 1.3.0 -BuildRequires: pkgconfig(lxqt) >= 0.10.0 +BuildRequires: pkgconfig(lxqt) >= 0.10.0-4 BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(x11) @@ -32,7 +32,7 @@ Obsoletes: razorqt-config <= 0.5.2 %build mkdir -p %{_target_platform} pushd %{_target_platform} - %{cmake} .. + %{cmakei_lxqt} .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -69,6 +69,9 @@ done %config(noreplace) %{_sysconfdir}/xdg/menus/lxqt-config.menu %changelog +* Wed Dec 09 2015 Helio Chissini de Castro - 0.10.0-2 +- Use new cmake_lxqt method to enable epel 7 builds + * Mon Nov 02 2015 Helio Chissini de Castro - 0.10.0-1 - New upstream release