File python-django-yui-loader.spec of Package python-django-yui-loader
# norootforbuild
Name: python-django-yui-loader
Version: 0.3
Release: 1
Summary: Server-side middleware that implements some of the YUI component functionality
License: BSD License
Group: Development/Libraries/Python
Source: django-yui-loader-%{version}.tar.gz
URL: http://github.com/akaihola/django-yui-loader
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
Server-side middleware which implements some of the functionality in the Yahoo User
Interface Loader component.
Author:
--------
Antti Kaihola <akaihol+django@ambitone.com>
%prep
%setup -q -n django-yui-loader-%{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)