File python-djano-logicaldelete.spec of Package python-django-logicaldelete

# norootforbuild

Name:           python-django-logicaldelete
Version:        1.0.1
Release:        1
Summary:        A base model that provides some extras for your models
License:        MIT
Group:          Development/Libraries/Python
Source:         django-logicaldelete-%{version}.tar.gz
URL:            http://github.com/paltman/django-logicaldelete
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
Django-logicaldelete is a base model that provides some extras for your models.

Author:
--------
    Patrick Altman <paltman@gmail.com>


%prep
%setup -q -n django-logicaldelete-%{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)
openSUSE Build Service is sponsored by