File python-django-live.spec of Package python-django-live
# norootforbuild
Name: python-django-live
Version: 0.1.8
Release: 1
Summary: Comet based chat for Django. Live help + public rooms
License: GPLv2
Group: Development/Libraries/Python
Source: django-live-%{version}.tar.gz
URL: http://bitbucket.org/nicoechaniz/django-live
BuildRequires: python-devel, python-setuptools, python-setuptools_hg
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django, orbit
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Comet based chat for django. Live help + public rooms.
Author:
--------
nicoechaniz <nico@rakar.com>
%prep
%setup -q -n django-live-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%files -f INSTALLED_FILES
%defattr(-,root,root)