File python-django-oembed.spec of Package python-django-oembed
# norootforbuild
Name: python-django-oembed
Version: 0.1.1
Release: 1
Summary: A collection of tools to change text filled with oembed links
License: BSD License
Group: Development/Libraries/Python
Source: django-oembed-%{version}.tar.gz
URL: http://code.google.com/p/django-oembed
BuildRequires: python-devel, python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
A collection of Django tools which make it easy to change text filled with oembed links
into the embedded objects themselves.
Author:
--------
Eric Florenzano <floguy@gmail.com>
%prep
%setup -q -n django-oembed-%{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)