From 3cf7bd87c33b8c3a3855747512c64e5593a41709 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 13 Jul 2006 00:42:56 +0000 Subject: [PATCH] fix missing br --- pygobject2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pygobject2.spec b/pygobject2.spec index 415aa20..7cc9d50 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -4,7 +4,7 @@ Summary: Python bindings for gobjects Name: pygobject2 Version: 2.10.1 -Release: 2.1 +Release: 3 License: LGPL Group: Development/Languages URL: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/2.10/ @@ -16,6 +16,7 @@ Buildrequires: python2-devel >= 2.3.5 Buildrequires: glib2-devel >= 2.8 # needed for automake/autoconf to work right with multilib python Buildrequires: automake >= 1.6.3-5 +Buildrequires: libtool %description Pygobjects is an extension module for python that gives you access to GLib's @@ -68,10 +69,12 @@ rm -fr $RPM_BUILD_ROOT %{_libdir}/pkgconfig/pygobject-2.0.pc %changelog -* Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control +* Wed Jul 12 2006 Jesse Keating - 2.10.1-3 - rebuild +- Add missing br libtool * Fri May 19 2006 John (J5) Palmieri - 2.10.1-2 - Cleanup + * Fri May 12 2006 John (J5) Palmieri - 2.10.1-1 - Initial package