Blame django-pagination.spec

9cc1bf8
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
9cc1bf8
9cc1bf8
Name:           django-pagination
9cc1bf8
Version:        1.0.5
72c73dd
Release:        7%{?dist}
9cc1bf8
Summary:        Django pagination tools
9cc1bf8
9cc1bf8
Group:          Development/Languages
9cc1bf8
License:        BSD
9cc1bf8
URL:            http://code.google.com/p/django-pagination/
9cc1bf8
Source0:        http://django-pagination.googlecode.com/files/%{name}-%{version}.tar.gz
9cc1bf8
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9cc1bf8
9cc1bf8
BuildArch:      noarch
9cc1bf8
BuildRequires:  python-devel python-setuptools
9cc1bf8
Requires:       Django
9cc1bf8
9cc1bf8
%description
9cc1bf8
A set of utilities for creating robust pagination tools throughout a Django
9cc1bf8
application.
9cc1bf8
9cc1bf8
%prep
9cc1bf8
%setup -q
9cc1bf8
find -name '._*' -exec rm {} \;
9cc1bf8
rm -rf pagination/locale
9cc1bf8
9cc1bf8
%build
9cc1bf8
%{__python} setup.py build
9cc1bf8
9cc1bf8
%install
9cc1bf8
rm -rf $RPM_BUILD_ROOT
9cc1bf8
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
9cc1bf8
9cc1bf8
%clean
9cc1bf8
rm -rf $RPM_BUILD_ROOT
9cc1bf8
9cc1bf8
%files
9cc1bf8
%defattr(-,root,root,-)
9cc1bf8
%doc CONTRIBUTORS.txt LICENSE.txt docs/*
9cc1bf8
%{python_sitelib}/*
9cc1bf8
9cc1bf8
%changelog
72c73dd
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-7
72c73dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
72c73dd
8702779
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-6
8702779
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8702779
c591dae
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.0.5-5
c591dae
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
c591dae
9ab1e62
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-4
9ab1e62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9ab1e62
9cc1bf8
* Wed Mar 04 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 1.0.5-3
9cc1bf8
- Remove translation files for now
9cc1bf8
9cc1bf8
* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 1.0.5-2
9cc1bf8
- Add Requires: Django
9cc1bf8
9cc1bf8
* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 1.0.5-1
9cc1bf8
- Initial RPM release
9cc1bf8