From 5cd414fbfc9feff01a170a054ffe1a68be5dc3b0 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Dec 09 2015 20:47:24 +0000 Subject: - Update and prepare to epel 7 --- diff --git a/lxqt-common.spec b/lxqt-common.spec index e0afece..fd2161b 100644 --- a/lxqt-common.spec +++ b/lxqt-common.spec @@ -1,27 +1,24 @@ Name: lxqt-common Summary: Common resources for LXQt desktop suite Version: 0.10.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ URL: http://lxqt.org/ +BuildArch: noarch Source0: http://downloads.lxqt.org/lxqt/%{version}/lxqt-common-%{version}.tar.xz Source1: lxqt-theme-fedora.tar.xz Patch0: lxqt-common-0.10.0-fedora-defaults.patch Patch1: lxqt-common-0.10.0-missing-entry.patch Patch2: lxqt-common-0.10.0-policykit-libexec.patch -BuildArch: noarch - Requires: oxygen-cursor-themes Requires: oxygen-icon-theme Requires: fedora-logos Requires: desktop-backgrounds-compat Requires: dbus-x11 Requires: lxqt-theme - -BuildRequires: cmake >= 2.8.9 BuildRequires: pkgconfig(Qt5Xdg) BuildRequires: pkgconfig(Qt5Help) -BuildRequires: pkgconfig(lxqt) +BuildRequires: pkgconfig(lxqt) >= 0.10.0-4 BuildRequires: kf5-kwindowsystem-devel >= 5.5 BuildRequires: desktop-file-utils @@ -43,8 +40,9 @@ Provides: lxqt-theme = %{version} %build mkdir -p %{_target_platform} + pushd %{_target_platform} - %{cmake} .. + %{cmake_lxqt} .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -97,6 +95,9 @@ fi %{_datadir}/lxqt/themes/Fedora/* %changelog +* Tue Dec 08 2015 Helio Chissini de Castro - 0.10.1-3 +- Prepare to epel7 with new cmake3 + * Thu Nov 26 2015 Helio Chissini de Castro - 0.10.1-2 - Missing proper path on policykit .desktop file. This causes the daemon not starts