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

# norootforbuild

Name:           python-django-globals
Version:        0.1.0
Release:        1
Summary:        Simple application, that allow to define a thread specific global variables
License:        BSD License
Group:          Development/Libraries/Python
Source:         django-globals-%{version}.tar.gz
URL:            http://github.com/svetlyak40wt/django-globals
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
Very simple application, that allow to define a thread specific global variable.

Author:
--------
    Alexander Artemenko <svetlyak.40wt@gmail.com>


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