File python-django-markup.spec of Package python-django-markup
# norootforbuild
Name: python-django-markup
Version: 0.3
Release: 1
Summary: A generic Django application to convert text with specific markup to html
License: BSD License
Group: Development/Libraries/Python
Source: django-markup-%{version}.tar.gz
URL: http://github.com/bartTC/django-markup
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
This app is a generic way to provide filters that convert text into html.
Author:
--------
Martin Mahner <martin@mahner.org>
%prep
%setup -q -n django-markup-%{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)