File python-lfc-skel.spec of Package python-lfc-skel
# norootforbuild
Name: python-lfc-skel
Version: 1.0a2
Release: 1
Summary: Paster templates for django-lfc
License: BSD License
Group: Development/Libraries/Python
Source: lfc-skel-%{version}.tar.gz
URL: http://www.iqpp.de
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-cheetah, python-pastescript
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
A the moment lfc-skel provides one template to create a new LFC application.
More will follow (lfc-theme, lfc-buildout).
Author:
--------
Kai Diefenbach <kai.diefenbach@iqpp.de>
%prep
%setup -q -n lfc-skel-%{version}
%build
find -name .\* -delete
%{__python} setup.py build
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%files -f INSTALLED_FILES
%defattr(-,root,root)