[python-django-pagination] initial import

Matthias Runge mrunge at fedoraproject.org
Tue Mar 27 06:34:01 UTC 2012


commit f50aca996edf6f6ef180f779fc59f3462ff3dff9
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Tue Mar 27 08:33:45 2012 +0200

    initial import

 .gitignore                    |    1 +
 python-django-pagination.spec |   75 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 77 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bddf798 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-pagination-1.0.7.tar.gz
diff --git a/python-django-pagination.spec b/python-django-pagination.spec
new file mode 100644
index 0000000..52f030c
--- /dev/null
+++ b/python-django-pagination.spec
@@ -0,0 +1,75 @@
+%global pkgname django-pagination
+%global obs_ver 1.0.5-8
+Name:           python-django-pagination
+Version:        1.0.7
+Release:        2%{?dist}
+Summary:        Django pagination tools
+
+Group:          Development/Languages
+License:        BSD
+URL:            http://code.google.com/p/%{pkgname}/
+Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
+#md5=43353a0b3344e5b10a9a83248a6dc24a
+
+BuildArch:      noarch
+BuildRequires:  python2-devel 
+BuildRequires:  python-setuptools
+Requires:       python-django
+
+Provides:       %{pkgname} = %{version}-%{release}
+Obsoletes:      %{pkgname} < %{obs_ver}
+
+%description
+A set of utilities for creating robust pagination tools throughout a Django
+application.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+rm -rf django_pagination.egg-info
+
+# remove a unneeded file from mac
+rm -f ._setup.py
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+
+%files
+%doc CONTRIBUTORS.txt LICENSE.txt docs/*
+%{python_sitelib}/pagination
+%{python_sitelib}/django_pagination-%{version}-py?.?.egg-info
+
+%changelog
+* Mon Mar 26 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.0.7-2
+- update to version 1.0.7
+
+* Mon Mar 26 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.0.5-9
+- obsolete old package
+
+* Sat Mar 24 2012 Matthias Runge <mrunge at matthias-runge.de> - 1.0.5-8
+- package renamed to python-django-pagination
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.5-5
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Mar 04 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 1.0.5-3
+- Remove translation files for now
+
+* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 1.0.5-2
+- Add Requires: Django
+
+* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 1.0.5-1
+- Initial RPM release
+
diff --git a/sources b/sources
index e69de29..3bc2e25 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+43353a0b3344e5b10a9a83248a6dc24a  django-pagination-1.0.7.tar.gz


More information about the scm-commits mailing list