Downgrade to 0.17.0
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 23 Jan 2014 11:41:58 +0000 (12:41 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 23 Jan 2014 11:49:34 +0000 (12:49 +0100)
Change-Id: I699c1a666e7da9b77f2962cd22c57471cd048857
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/enlightenment.spec

index 85b8638e7a613a2fa962d7f6b82d6b281f6bf23e..c126038054ad2e58d42304d6cb4ad2bfce3da4e8 100644 (file)
@@ -1,6 +1,9 @@
+%bcond_with wayland
+%bcond_with x
+
 Name:           enlightenment
-Version:        0.17.4
-Release:        1
+Version:        0.17.0
+Release:        0
 License:        BSD 2-clause
 Summary:        The Enlightenment window manager
 Url:            http://www.enlightenment.org/
@@ -20,7 +23,12 @@ BuildRequires:  pkgconfig(ecore-file)
 BuildRequires:  pkgconfig(ecore-input)
 BuildRequires:  pkgconfig(ecore-input-evas)
 BuildRequires:  pkgconfig(ecore-ipc)
+
+%if %{with wayland}
+%else
 BuildRequires:  pkgconfig(ecore-x)
+%endif
+
 BuildRequires:  pkgconfig(edbus)
 BuildRequires:  pkgconfig(edje)
 BuildRequires:  pkgconfig(eet)