File python-django-todoist.spec of Package python-django-todoist
# norootforbuild
Name: python-django-todoist
Version: 0.1.0
Release: 1
Summary: Provides basic connectivity between Django and Todoist.
License: LGPL
Group: Development/Libraries/Python
Source: django-todoist-%{version}.tar.gz
URL: http://bitbucket.org/neithere/django-todoist
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django, python-httplib2
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Provides basic connectivity between Django and Todoist.
Author:
--------
Andy Mikhailenko <andy@neithere.net>
%prep
%setup -q -n django-todoist-%{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)