[avahi/f14/master] explicitly disable gtk3

Lennart Poettering lennart at fedoraproject.org
Wed Mar 9 01:31:54 UTC 2011


commit a2ae05f182a2c17e3ec7655590f0696abfe22894
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Mar 9 02:31:45 2011 +0100

    explicitly disable gtk3

 avahi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/avahi.spec b/avahi.spec
index 0c2dbf1..c6a816e 100644
--- a/avahi.spec
+++ b/avahi.spec
@@ -6,7 +6,7 @@
 %endif
 Name:           avahi
 Version:        0.6.27
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Local network service discovery
 Group:          System Environment/Base
 License:        LGPLv2
@@ -294,7 +294,7 @@ fashion with mDNS.
 %patch0 -p1
 
 %build
-%configure --with-distro=fedora --disable-monodoc --with-avahi-user=avahi --with-avahi-group=avahi --with-avahi-priv-access-group=avahi --with-autoipd-user=avahi-autoipd --with-autoipd-group=avahi-autoipd --with-systemdsystemunitdir=/lib/systemd/system --enable-introspection=no \
+%configure --with-distro=fedora --disable-monodoc --with-avahi-user=avahi --with-avahi-group=avahi --with-avahi-priv-access-group=avahi --with-autoipd-user=avahi-autoipd --with-autoipd-group=avahi-autoipd --with-systemdsystemunitdir=/lib/systemd/system --enable-introspection=no --disable-gtk3 \
 %if %{WITH_COMPAT_DNSSD}
         --enable-compat-libdns_sd \
 %endif
@@ -627,6 +627,9 @@ fi
 %endif
 
 %changelog
+* Wed Mar  9 2011 Lennart Poettering <lpoetter at redhat.com> - 0.6.27-6
+- Explicitly pass --disable-gtk3
+
 * Wed Mar  9 2011 Lennart Poettering <lpoetter at redhat.com> - 0.6.27-5
 - Drop gtk3 support, since Gtk3 is not usable on F14
 


More information about the scm-commits mailing list