File python-membrete.spec of Package python-membrete
# norootforbuild
Name: python-membrete
Version: 0.2.0
Release: 1
Summary: Contact form app for Django
License: GPLv3
Group: Development/Libraries/Python
Source: membrete-%{version}.tar.gz
URL: http://gonzalodelgado.com.ar/codigo/membrete
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
Membrete is a Django application which provides an easy to use contact form
allowing to store contact messages in the database.
Features
- Messages are stored in the database;
- Recipients are Users (from django.contrib.auth);
- Internationalization support;
- Support for using templates for messages;
- AJAX support.
Author:
--------
Gonzalo Delgado <gonzalodel@gmail.com>
%prep
%setup -q -n membrete-%{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)