[python-django-tagging] initial import

Matthias Runge mrunge at fedoraproject.org
Fri Mar 9 21:25:24 UTC 2012


commit 3c402ad04368a2ac1cca39c2abdaa36ce09ce0d0
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Mar 9 22:25:11 2012 +0100

    initial import

 .gitignore                 |    1 +
 python-django-tagging.spec |   66 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ffe717b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-tagging-0.3.1.tar.gz
diff --git a/python-django-tagging.spec b/python-django-tagging.spec
new file mode 100644
index 0000000..149cd82
--- /dev/null
+++ b/python-django-tagging.spec
@@ -0,0 +1,66 @@
+%global pkgname django-tagging
+Name:           python-django-tagging
+Version:        0.3.1
+Release:        4%{?dist}
+Summary:        A generic tagging application for Django projects
+
+Group:          Development/Languages
+License:        MIT
+URL:            http://code.google.com/p/django-tagging/
+Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
+#md5=a0855f2b044db15f3f8a025fa1016ddf
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+Requires:       Django
+
+Provides:       %{pkgname} = %{version}-%{release}
+Obsoletes:      %{pkgname} < 0.3.1-3
+
+%description
+A generic tagging application for Django projects, which allows association
+of a number of tags with any Model instance and makes retrieval of tags
+simple.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+
+%files
+%doc CHANGELOG.txt LICENSE.txt README.txt docs/*
+%{python_sitelib}/tagging
+%{python_sitelib}/django_tagging-%{version}-py?.?.egg-info
+
+%changelog
+* Sat Mar 03 2012 Matthias Runge <mrunge at matthias-runge.de> 0.3.1-4
+- package rename to python-django-tagging
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Jul 14 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.3.1-2
+- add dist-tag
+* Sun Jun 26 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.3.1-1
+- update to version 0.3.1
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-4.20080217svnr154
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.3-3.20080217svnr154
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-2.20080217svnr154
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Mar 02 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.3-1.20080217svnr154
+- Add Requires: Django
+
+* Wed Feb 18 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 0.3-0.20080217svnr154
+- Initial RPM release
diff --git a/sources b/sources
index e69de29..cbc8d39 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a0855f2b044db15f3f8a025fa1016ddf  django-tagging-0.3.1.tar.gz


More information about the scm-commits mailing list