File python-django-notify.spec of Package python-django-notify

# norootforbuild

Name:           python-django-notify
Version:        1.1.2
Release:        1
Summary:        A Django application which provides temporary notifications
License:        MIT
Group:          Development/Libraries/Python
Source:         django-notify-%{version}.tar.gz
URL:            http://code.google.com/p/django-notify
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
A Django application which provides temporary notifications.
Notification messages persist until a request retrieves them.

Author:
--------
    Chris Beaven <smileychris@gmail.com>


%prep
%setup -q -n django-notify-%{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