[zenity/f17] Drop webkit dep

Matthias Clasen mclasen at fedoraproject.org
Mon Mar 19 13:47:10 UTC 2012


commit a995940c7c9be0ca50db4f07c7b5d4267e0efb6a
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Mar 19 09:47:39 2012 -0400

    Drop webkit dep

 zenity.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/zenity.spec b/zenity.spec
index c46fb68..d9fe30a 100644
--- a/zenity.spec
+++ b/zenity.spec
@@ -1,6 +1,6 @@
 Name:          zenity
 Version:       3.2.0
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Display dialog boxes from shell scripts
 Group:         Applications/System
 License:       LGPLv2+
@@ -10,7 +10,6 @@ Source:        http://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.
 BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: gtk3-devel >= 3.0.0
 BuildRequires: libnotify-devel >= 0.4.1
-BuildRequires: webkitgtk3-devel
 BuildRequires: scrollkeeper
 BuildRequires: which
 BuildRequires: gettext
@@ -30,7 +29,7 @@ intltoolize --force
 autoreconf
 
 %build
-%configure --disable-scrollkeeper
+%configure --disable-scrollkeeper --disable-webkitgtk
 make %{?_smp_mflags}
 
 
@@ -52,6 +51,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
 
 
 %changelog
+* Mon Mar 18 2012 Matthias Clasen <mclasen at redhat.com> - 3.2.0-4
+- Don't introduce a webkit dependency (#804451)
+
 * Tue Mar  6 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.2.0-3
 - Fix F-17 FTBFS
 


More information about the scm-commits mailing list