%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-pyorbited Version: 0.2.2 Release: 1%{?dist} Summary: Python clients for Orbited Group: Development/Languages License: MIT URL: http://www.orbited.org/ Source0: http://pypi.python.org/packages/source/p/pyorbited/pyorbited-0.2.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel Requires: python-demjson Requires: python-event Requires: python-twisted-core %description Python clients for Orbited (Orbit Event Daemon), a COMET server. Includes three implementations: pyevent, twisted, and basic sockets. %prep %setup -q -n pyorbited-%{version} %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 pyorbited/LICENSE.txt %{python_sitelib}/* %changelog * Fri Aug 01 2008 Ricky Zhou - 0.2.2-1 - Initial RPM Package.