[mate-session-manager/f20] update configure flags

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Jul 26 12:31:54 UTC 2014


commit 80b60ba45c08ab895f300afdfe0aa2944a4adbe9
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Jul 26 14:31:44 2014 +0200

    update configure flags

 mate-session-manager.spec |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/mate-session-manager.spec b/mate-session-manager.spec
index 2456ab0..208fe7a 100644
--- a/mate-session-manager.spec
+++ b/mate-session-manager.spec
@@ -38,17 +38,16 @@ full-featured user session.
 %setup -q
 
 %build
-%configure --disable-static \
-           --enable-ipv6 \
-           --with-gtk=2.0 \
-           --with-default-wm=marco \
-           --with-systemd \
-%if 0%{?fedora} > 19
-           --docdir=%{_datadir}/doc/%{name} \
-%else
-           --docdir=%{_datadir}/doc/%{name}-%{version} \
-%endif
-           --with-x
+%configure                    \
+    --disable-static          \
+    --enable-ipv6             \
+    --with-gtk=2.0            \
+    --with-default-wm=marco   \
+    --with-systemd            \
+    --enable-upower          \
+    --enable-docbook-docs     \
+    --disable-schemas-compile \
+    --with-x
 
 make %{?_smp_mflags} V=1
 
@@ -100,6 +99,7 @@ fi
 - update to 1.8.1 release
 - clean up spec file
 - update description
+- update configure flags
 
 * Wed Oct 16 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-4
 - switch to gnome-keyring for > f19


More information about the scm-commits mailing list