File python-django-faces.spec of Package python-django-faces

# norootforbuild

Name:           python-django-faces
Version:        0.2.1
Release:        1
Summary:        Nonintrusive avatar support for Django
License:        BSD License
Group:          Development/Libraries/Python
Source:         django-faces-%{version}.tar.gz
URL:            http://github.com/svetlyak40wt/django-faces
BuildRequires:  python-devel, python-setuptools
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       python-django, python-imaging
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch:      noarch
%endif


%description
A Django application for nonintrusive avatar support.It uses site's URL and user's email for autodiscovery.

Author:
--------
    Alexander Artemenko <svetlyak.40wt@gmail.com>


%prep
%setup -q -n django-faces-%{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)
openSUSE Build Service is sponsored by