[zenity] Don't run autoreconf and intltoolize in the spec file

Kalev Lember kalev at fedoraproject.org
Mon Mar 26 21:54:34 UTC 2012


commit dd4bc1c3e2144a5f44fa3f456d26a4fcbd82eac6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 27 00:46:06 2012 +0300

    Don't run autoreconf and intltoolize in the spec file
    
    The tarball should be good enough.

 zenity.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/zenity.spec b/zenity.spec
index ba3338d..5b067ab 100644
--- a/zenity.spec
+++ b/zenity.spec
@@ -12,9 +12,7 @@ BuildRequires: gtk3-devel >= 3.0.0
 BuildRequires: libnotify-devel >= 0.4.1
 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
@@ -24,8 +22,6 @@ from the same family as dialog, Xdialog, and cdialog.
 %prep
 %setup -q
 
-intltoolize --force
-autoreconf
 
 %build
 %configure --disable-scrollkeeper --disable-webkitgtk
@@ -51,6 +47,8 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
 %changelog
 * Tue Mar 27 2012 Kalev Lember <kalevlember at gmail.com> - 3.4.0-1
 - Update to 3.4.0
+- Don't run autoreconf and intltoolize in the spec file; the tarball should be
+  good enough
 
 * Mon Mar 18 2012 Matthias Clasen <mclasen at redhat.com> - 3.2.0-4
 - Don't introduce a webkit dependency (#804451)


More information about the scm-commits mailing list