File python-django-webalbum.spec of Package python-django-webalbum
# norootforbuild
Name: python-django-webalbum
Version: 0.1
Release: 1
Summary: A simple picture album manager form django
License: MIT
Group: Development/Libraries/Python
Source: django-webalbum-%{version}.tar.gz
URL: http://github.com/rcarvalho/django-webalbum
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Django-webalbum is a simple picture manager for django, which consists in organizing
pictures into albums.
It is possibile to add a watermark, select a cover picture and an album highlight image.
Author:
--------
Rodolfo da Silva Carvalho <rodolfo@rcarvalho.eti.br>
%prep
%setup -q -n django-webalbum-%{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)