- Update package description to match suggestions from Content Services.

This commit is contained in:
Matthew Barnes 2008-01-21 18:33:07 +00:00
parent 20aa148d93
commit c0d200dab6

View File

@ -6,7 +6,7 @@
Name: pygtk2
Version: 2.12.1
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+
Group: Development/Languages
Summary: Python bindings for GTK+
@ -44,7 +44,8 @@ BuildRequires: python2-devel >= 2.3
%description
PyGTK is an extension module for Python that gives you access to the GTK+
widget set. Just about anything you can write in C with GTK+ you can write
in Python with PyGTK (within reason), but with all the benefits of Python.
in Python with PyGTK (within reason), but with all the benefits of using a
high-level scripting language.
%package codegen
Summary: The code generation program for PyGTK
@ -151,6 +152,9 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/pygtk
%changelog
* Mon Jan 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-2.fc9
- Update package description to match suggestions from Content Services.
* Thu Jan 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-1.fc9
- Update to 2.12.1
- Remove patch for RH bug #217430 (fixed upstream).