File python-django-loupe.spec of Package python-django-loupe
# norootforbuild
Name: python-django-loupe
Version: 0.1.0
Release: 1
Summary: A simple collaborative image/screenshot review app for Django applications
License: BSD License
Group: Development/Libraries/Python
Source: django-loupe-%{version}.tar.gz
URL: http://bitbucket.org/gregnewman/django-loupe
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django, python-django-extensions, python-django-imagekit
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Django-loupe is a simple image/screenshot review application to add to your django
project to allow collaborative discussions about about a projects design processes.
Author:
--------
Greg Newman <greg@20seven.org>
%prep
%setup -q -n django-loupe-%{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)