[zenity] Fix F-17+ FTBFS

Peter Robinson pbrobinson at fedoraproject.org
Tue Mar 6 13:58:09 UTC 2012


commit 5d86918906a7f6e82d917643f2c516f86100212a
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Mar 6 13:58:06 2012 +0000

    Fix F-17+ FTBFS

 zenity.spec |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/zenity.spec b/zenity.spec
index 312348c..c46fb68 100644
--- a/zenity.spec
+++ b/zenity.spec
@@ -1,20 +1,22 @@
-Name:           zenity
-Version:        3.2.0
-Release:        2%{?dist}
-Summary:        Display dialog boxes from shell scripts
-Group:          Applications/System
-License:        LGPLv2+
-URL:            http://directory.fsf.org/zenity.html
-#VCS: git:git://git.gnome.org/zenity
-Source:         http://download.gnome.org/sources/zenity/3.0/zenity-%{version}.tar.xz
+Name:          zenity
+Version:       3.2.0
+Release:       3%{?dist}
+Summary:       Display dialog boxes from shell scripts
+Group:         Applications/System
+License:       LGPLv2+
+URL:           http://directory.fsf.org/zenity.html
+Source:        http://download.gnome.org/sources/%{name}/3.2/%{name}-%{version}.tar.xz
 
 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
+BuildRequires: gnome-common
 BuildRequires: intltool
+BuildRequires: libtool
 
 %description
 Zenity lets you display Gtk+ dialog boxes from the command line and through
@@ -25,7 +27,7 @@ from the same family as dialog, Xdialog, and cdialog.
 %setup -q
 
 intltoolize --force
-
+autoreconf
 
 %build
 %configure --disable-scrollkeeper
@@ -50,6 +52,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
 
 
 %changelog
+* Tue Mar  6 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.2.0-3
+- Fix F-17 FTBFS
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list