fix missing br

This commit is contained in:
Jesse Keating 2006-07-13 00:42:56 +00:00
parent 8173475b57
commit 3cf7bd87c3

View File

@ -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 <jkeating@redhat.com> - sh: line 0: fg: no job control
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.10.1-3
- rebuild
- Add missing br libtool
* Fri May 19 2006 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-2
- Cleanup
* Fri May 12 2006 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-1
- Initial package