Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > dc19bf84e1a918c2ab8185fb374d88b1 > files > 2

python-django-tables2-0.9.4-2.fc16.src.rpm

%global pkgname django-tables2
Name:           python-django-tables2
Version:        0.9.4
Release:        2%{?dist}
Summary:        Table framework for Django

License:        BSD
URL:            https://github.com/bradleyayers/django-tables2
Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
#md5=9f073e4746afd49b660b5dcdb5fa0ae8

BuildArch:      noarch
BuildRequires:  python2-devel
BuildRequires:  python-setuptools

Requires:       Django

Provides:       django-tables2 = %{pkgname}-%{version}-%{release}

%description
django-tables2 simplifies the task of turning sets of data into HTML tables. 
It has native support for pagination and sorting. It does for HTML tables 
what django.forms does for HTML forms.

%prep
%setup -q -n %{pkgname}-%{version}

# remove included egg
rm -rf django_tables2.egg-info

# remove single hidden .DS_store
%{__rm} django_tables2/static/django_tables2/themes/paleblue/img/.DS_Store 

%build
%{__python} setup.py build


%install
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT



%files
%doc LICENSE README.rst
%{python_sitelib}/django_tables2
%{python_sitelib}/django_tables2-%{version}-py2.?.egg-info


%changelog
* Wed Mar 07 2012 Matthias Runge <mrunge@matthias-runge.de> - 0.9.4-2
- remove included egg-info
- more specific %%files-section

* Sat Mar 03 2012 Matthias Runge <mrunge@matthias-runge.de> - 0.9.4-1
- initial packaging