%global git 4b29d50 Summary: Collection of useful Gtk widgets Name: python-spiffgtkwidgets Version: 0.2.0 Release: 1.%{git}%{?dist} License: AGPLv3 Group: Development/Libraries URL: https://github.com/knipknap/SpiffGtkWidgets # https://github.com/knipknap/SpiffGtkWidgets/tarball/master Source0: knipknap-SpiffGtkWidgets-%{git}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pygtk2 Requires: hippo-canvas-python BuildRequires: python-setuptools-devel BuildArch: noarch %description Spiff Gtk Widgets provides a collection of Gtk widgets : An annotated text view and a calendar similar to Google's online calendar. %prep %setup -q -n knipknap-SpiffGtkWidgets-%{git} %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO %{python_sitelib}/SpiffGtkWidgets/ %{python_sitelib}/SpiffGtkWidgets-*.egg-info/ %changelog * Thu Aug 18 2011 Matthias Saou 0.2.0-1 - Initial RPM release.