- Make pygtk-demo executable (RH bug #236716).
This commit is contained in:
parent
3a1f650fcf
commit
e5320cf1cb
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: pygtk2
|
Name: pygtk2
|
||||||
Version: 2.10.4
|
Version: 2.10.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Summary: Python bindings for GTK+
|
Summary: Python bindings for GTK+
|
||||||
@ -103,12 +103,12 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%dir %{python_sitearch}/gtk-2.0
|
%dir %{python_sitearch}/gtk-2.0
|
||||||
%dir %{python_sitearch}/gtk-2.0/gtk
|
%dir %{python_sitearch}/gtk-2.0/gtk
|
||||||
%{python_sitearch}/gtk-2.0/gtk/*.py*
|
%{python_sitearch}/gtk-2.0/gtk/*.py*
|
||||||
%{_bindir}/pygtk-demo
|
|
||||||
%dir %{_libdir}/pygtk
|
%dir %{_libdir}/pygtk
|
||||||
%dir %{_libdir}/pygtk/2.0
|
%dir %{_libdir}/pygtk/2.0
|
||||||
%{_libdir}/pygtk/2.0/*
|
%{_libdir}/pygtk/2.0/*
|
||||||
|
|
||||||
%defattr(755, root, root, 755)
|
%defattr(755, root, root, 755)
|
||||||
|
%{_bindir}/pygtk-demo
|
||||||
%{python_sitearch}/gtk-2.0/atk.so
|
%{python_sitearch}/gtk-2.0/atk.so
|
||||||
%{python_sitearch}/gtk-2.0/pango.so
|
%{python_sitearch}/gtk-2.0/pango.so
|
||||||
%{python_sitearch}/gtk-2.0/gtk/_gtk.so
|
%{python_sitearch}/gtk-2.0/gtk/_gtk.so
|
||||||
@ -144,6 +144,9 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/pygtk
|
%{_datadir}/gtk-doc/html/pygtk
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.4-2.fc7
|
||||||
|
- Make pygtk-demo executable (RH bug #236716).
|
||||||
|
|
||||||
* Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.4-1.fc7
|
* Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.4-1.fc7
|
||||||
- Update to 2.10.4
|
- Update to 2.10.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user