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

# norootforbuild

Name:           python-django-bookmarks
Version:        0.1.0
Release:        1
Summary:        A reusable app for bookmark management
License:        MIT
Group:          Development/Libraries/Python
Source:         django-bookmarks-%{version}.tar.gz
URL:            http://code.google.com/p/django-bookmarks/
BuildRequires:  python-devel, python-setuptools
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       python-django
%{py_requires}


%description
A reusable Django app for bookmark management.

Author:
--------
    James Tauber <jtauber@jtauber.com>


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