summaryrefslogtreecommitdiff
path: root/pygtk.spec.in
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-07-20 16:01:13 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-07-20 16:01:13 +0000
commitfec3adfa4f148e3974f2aa988499b62c62413847 (patch)
tree40fac86fe8488f32fad61e248f968927ef6b4ee2 /pygtk.spec.in
parentefac3b17c6c81ecab8c21bb2684c7de922c58fe4 (diff)
downloadpygtk-fec3adfa4f148e3974f2aa988499b62c62413847.tar.gz
same here.
2003-07-20 James Henstridge <james@daa.com.au> * gtk/Makefile.am: same here. * Makefile.am: change *module.so to *.so. Seems to be the preferred extension these days ...
Diffstat (limited to 'pygtk.spec.in')
-rw-r--r--pygtk.spec.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/pygtk.spec.in b/pygtk.spec.in
index 37b82ffa..b04fa5fb 100644
--- a/pygtk.spec.in
+++ b/pygtk.spec.in
@@ -84,10 +84,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{_prefix}/lib/python?.?/site-packages/gtk-2.0/gtk/keysyms.py*
%defattr(755, root, root, 755)
-%{_prefix}/lib/python?.?/site-packages/gtk-2.0/atkmodule.so
-%{_prefix}/lib/python?.?/site-packages/gtk-2.0/gobjectmodule.so
-%{_prefix}/lib/python?.?/site-packages/gtk-2.0/pangomodule.so
-%{_prefix}/lib/python?.?/site-packages/gtk-2.0/gtk/_gtkmodule.so
+%{_prefix}/lib/python?.?/site-packages/gtk-2.0/atk.so
+%{_prefix}/lib/python?.?/site-packages/gtk-2.0/gobject.so
+%{_prefix}/lib/python?.?/site-packages/gtk-2.0/pango.so
+%{_prefix}/lib/python?.?/site-packages/gtk-2.0/gtk/_gtk.so
%doc AUTHORS NEWS README MAPPING ChangeLog
%doc examples
@@ -95,7 +95,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
%if %{buildglade}
%files libglade
%defattr(755, root, root, 755)
-%{_prefix}/lib/python?.?/site-packages/gtk-2.0/gtk/glademodule.so
+%{_prefix}/lib/python?.?/site-packages/gtk-2.0/gtk/glade.so
%endif
%files devel