File python-django-atompub.spec of Package python-django-atompub
#
# spec file for package python-django-aatompub (Version r45)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Summary: Implementation of the Atom format and protocol for the Django web framework
Name: python-django-atompub
Version: r45
Release: 0
License: MIT
Group: Development/Libraries/Python
URL: http://code.google.com/p/django-atompub/
Source: django-atompub-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python-devel python-setuptools
%py_requires
%description
This project intends to be a full implementation of the Atom Syndication Format (RFC 4287) and Atom Publishing Protocol for the Django web framework.
%prep
%setup -n django-atompub-%{version}
%build
%install
mkdir -p $RPM_BUILD_ROOT%{py_sitedir}
cp -R atompub $RPM_BUILD_ROOT%{py_sitedir}
%clean
%files
%defattr(-, root, root)
%{py_sitedir}*
%changelog