From 1a1859f642eb3e555ea1bca9e80d2083217a81f4 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Tue, 29 Oct 2013 10:48:25 -0700 Subject: [PATCH] Remove requirement for e17 with wayland and fix rpmlint errors Even though the name of this package contains e17, this is really efl configuration which applies for both X based systems using e17 and wayland based systems using weston. Signed-off-by: Rusty Lynch Change-Id: Ia4b9fb267dfe5edecbd9821dd8b27ed271690763 --- packaging/e17-misc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packaging/e17-misc.spec b/packaging/e17-misc.spec index 3640d4a..d0ad803 100644 --- a/packaging/e17-misc.spec +++ b/packaging/e17-misc.spec @@ -1,14 +1,18 @@ +%bcond_with wayland + Name: e17-misc Summary: E17 Config files Version: 0.4.2 Release: 1 -Group: System/GUI/Other -License: BSD +Group: Graphics & UI Framework/Configuration +License: BSD-2-Clause Source0: %{name}-%{version}.tar.gz Source1001: e17-misc.manifest BuildRequires: pkgconfig(eet) BuildRequires: eet-tools +%if !%{with wayland} Requires: e17 +%endif %description The E17 extra configuration files -- 2.7.4