File python-unboxftpd.spec of Package python-unboxftpd
# norootforbuild
Name: python-unboxftpd
Version: 0.2.2
Release: 1
Summary: A FTP server application for Django
License: BSD License
Group: Development/Libraries/Python
Source: unboxftpd-%{version}.tar.gz
URL: http://bitbucket.org/tokibito/unboxftpd
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: python-django
%{py_requires}
%description
Unboxftpd add FTP server to your Django project easily.
Author:
--------
Shinya Okano <tokibito@gmail.com>
%prep
%setup -q -n unboxftpd-%{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)