diff --git a/pygobject2.spec b/pygobject2.spec index 94d3418..cc78c7f 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -12,7 +12,7 @@ Name: pygobject2 Version: 2.27.90 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Languages Summary: Python 2 bindings for GObject @@ -137,8 +137,15 @@ rm examples/Makefile* %{_libdir}/libpyglib-2.0-python.so* %dir %{python_sitearch}/gtk-2.0 +%dir %{python_sitearch}/gobject +%dir %{python_sitearch}/glib +%dir %{python_sitearch}/gi + %{python_sitearch}/gtk-2.0/* %{python_sitearch}/pygtk.* +%{python_sitearch}/gobject/* +%{python_sitearch}/glib/* +%{python_sitearch}/gi/* %files codegen %defattr(755, root, root, 755) @@ -169,14 +176,23 @@ rm examples/Makefile* %{_libdir}/libpyglib-2.0-python3.so* %dir %{python3_sitearch}/gtk-2.0 +%dir %{python3_sitearch}/glib +%dir %{python3_sitearch}/gi + %{python3_sitearch}/gtk-2.0/* %{python3_sitearch}/pygtk.* +%{python3_sitearch}/gobject/* +%{python3_sitearch}/glib/* +%{python3_sitearch}/gi/* + %{python3_sitearch}/__pycache__/pygtk.cpython-32.* -%{python3_sitearch}/gtk-2.0/__pycache__ %endif # with_python3 %changelog +* Fri Feb 09 2011 John (J5) Palmieri - 2.27.90-2 +- update files manifest to reflect files that moved around + * Fri Feb 09 2011 John (J5) Palmieri - 2.27.90-1 - update to upstream version 2.27.90