File python-djangowsgiconfig.spec of Package python-djangowsgiconfig
# norootforbuild
Name: python-djangowsgiconfig
Version: 0.1.1
Release: 1
Summary: A buildout recipe to create apache vhost config based on djangorecipe settings
License: MIT
Group: Development/Libraries/Python
Source: djangowsgiconfig-%{version}.tar.gz
URL: http://pypi.python.org/pypi/djangowsgiconfig
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-djangorecipe
%{py_requires}
%description
A buildout recipe to create apache vhost config based on djangorecipe settings.
Author:
--------
Marco Bazzani <pypi@marcobazzani.name>
%prep
%setup -q -n djangowsgiconfig-%{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)