Drop webkit dep
This commit is contained in:
parent
5d86918906
commit
a995940c7c
@ -1,6 +1,6 @@
|
|||||||
Name: zenity
|
Name: zenity
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Display dialog boxes from shell scripts
|
Summary: Display dialog boxes from shell scripts
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: LGPLv2+
|
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: gnome-doc-utils >= 0.3.2
|
||||||
BuildRequires: gtk3-devel >= 3.0.0
|
BuildRequires: gtk3-devel >= 3.0.0
|
||||||
BuildRequires: libnotify-devel >= 0.4.1
|
BuildRequires: libnotify-devel >= 0.4.1
|
||||||
BuildRequires: webkitgtk3-devel
|
|
||||||
BuildRequires: scrollkeeper
|
BuildRequires: scrollkeeper
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -30,7 +29,7 @@ intltoolize --force
|
|||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-scrollkeeper
|
%configure --disable-scrollkeeper --disable-webkitgtk
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -52,6 +51,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.0-4
|
||||||
|
- Don't introduce a webkit dependency (#804451)
|
||||||
|
|
||||||
* Tue Mar 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-3
|
* Tue Mar 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.2.0-3
|
||||||
- Fix F-17 FTBFS
|
- Fix F-17 FTBFS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user