Displaying 1 result from an estimated 1 matches for "gecko_version".
2012 Jan 04
3
CentOS 6 and screenshot of website
...y good ideas of going it differently?
Noticed that one can take gnome-python2-extras source and add
following lines based on el5 package .spec:
%package -n gnome-python2-gtkmozembed
Summary: Python bindings for interacting with gtkmozembed
Group: Development/Languages
Requires: gecko-libs >= %{gecko_version}
%description -n gnome-python2-gtkmozembed
This module contains a wrapper that allows the use of gtkmozembed
via Python.
%files -n gnome-python2-gtkmozembed
%defattr(-,root,root,-)
%{python_sitearch}/gtk-2.0/gtkmozembed.so
%{_datadir}/gtk-doc/html/pygtkmozembed
And get a package which seems to w...