spot pushed to enlightenment (f22). "0.19.5, disable wayland"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 28 21:42:34 UTC 2015


From 9d7240faedd8d483343d9cad4e4a51ef72b8dd71 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Thu, 28 May 2015 17:42:09 -0400
Subject: 0.19.5, disable wayland


diff --git a/enlightenment.spec b/enlightenment.spec
index 08af7f0..e2d0a1c 100644
--- a/enlightenment.spec
+++ b/enlightenment.spec
@@ -1,6 +1,8 @@
+%global use_wayland 0
+
 Name:           enlightenment
-Version:        0.19.4
-Release:        1%{?dist}
+Version:        0.19.5
+Release:        2%{?dist}
 License:        BSD
 Summary:        Enlightenment window manager
 Url:            http://enlightenment.org
@@ -12,7 +14,9 @@ BuildRequires:  desktop-file-utils
 BuildRequires:  doxygen
 BuildRequires:  efl-devel
 BuildRequires:	elementary-devel
+%if %{use_wayland}
 BuildRequires:	libwayland-server-devel
+%endif
 BuildRequires:  libXext-devel 
 BuildRequires:  pam-devel
 BuildRequires:	systemd
@@ -51,7 +55,14 @@ Headers, test programs and documentation for enlightenment.
 %setup -q
 
 %build
-%configure --disable-static --disable-rpath --with-systemdunitdir=%{_unitdir} -with-profile=FAST_PC --enable-wayland-clients
+%configure \
+ --disable-static \
+ --disable-rpath \
+%if %{use_wayland}
+ --enable-wayland-clients\
+%endif
+ --with-profile=FAST_PC \
+ --with-systemdunitdir=%{_unitdir}
 make %{?_smp_mflags} V=1
 
 %install
@@ -94,6 +105,12 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
 %{_includedir}/enlightenment
 
 %changelog
+* Thu May 28 2015 Tom Callaway <spot at fedoraproject.org> - 0.19.5-2
+- conditionalize wayland (default to off)
+
+* Tue May  5 2015 Tom Callaway <spot at fedoraproject.org> - 0.19.5-1
+- update to 0.19.5
+
 * Thu Apr  2 2015 Tom Callaway <spot at fedoraproject.org> - 0.19.4-1
 - update to 0.19.4
 
diff --git a/sources b/sources
index 7242f92..0a8a302 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2aa6bc45f142758a70effcb204df572  enlightenment-0.19.4.tar.xz
+3f516a51b137681c927e28e54a8582bc  enlightenment-0.19.5.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/enlightenment.git/commit/?h=f22&id=9d7240faedd8d483343d9cad4e4a51ef72b8dd71


More information about the scm-commits mailing list