[python-django-threadedcomments] Initial import (#825512).

Domingo Becker beckerde at fedoraproject.org
Sun Jun 17 00:37:15 UTC 2012


commit 7937ff7846da9b1e15c7bba55072d6dd771db65e
Author: Domingo Becker <domingobecker at gmail.com>
Date:   Sat Jun 16 21:37:07 2012 -0300

    Initial import (#825512).

 .gitignore                          |    1 +
 python-django-threadedcomments.spec |   64 +++++++++++++++++++++++++++++++++++
 sources                             |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..57e28e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-threadedcomments-0.5.3.tar.gz
diff --git a/python-django-threadedcomments.spec b/python-django-threadedcomments.spec
new file mode 100644
index 0000000..799df10
--- /dev/null
+++ b/python-django-threadedcomments.spec
@@ -0,0 +1,64 @@
+Name:           python-django-threadedcomments
+Version:        0.5.3
+Release:        5%{?dist}
+Summary:        A simple yet flexible threaded commenting system for Django
+
+Group:          Development/Languages
+License:        BSD
+URL:            http://pypi.python.org/pypi/django-threadedcomments
+Source:         http://pypi.python.org/packages/source/d/django-threadedcomments/django-threadedcomments-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel 
+BuildRequires:  python-setuptools-devel 
+Requires:       python-django
+
+Provides: django-threadedcomments = %{version}-%{release} 
+# Because of the renaming mechanism, the next should stay forever in this package.
+Obsoletes: django-threadedcomments < 0.5.3-3 
+
+%description
+Django-threadedcomments is a Django application which allows for the 
+simple creation of a threaded commenting system. It is flexible as well, 
+partly due to its use of the same facilities that any other Django 
+application would use.
+
+%prep
+%setup -q -n django-threadedcomments-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%files
+%{python_sitelib}/threadedcomments
+%{python_sitelib}/django_threadedcomments-%{version}-py?.?.egg-info
+%doc LICENSE.txt README.txt CONTRIBUTORS.txt CHANGELOG.txt INSTALL.txt 
+%doc docs/api.txt docs/index.txt docs/pinax.txt docs/tutorial.txt
+
+%changelog
+* Thu Jun 14 2012 Domingo Becker <domingobecker at gmail.com> - 0.5.3-5
+- Added a more specific files section.
+- Removed first line.
+- Removed unnecessary BuildRequires python-django.
+- Changed BuildRequires from python-devel to python2-devel.
+- Fixed release number.
+
+* Tue May 29 2012 Domingo Becker <domingobecker at gmail.com> - 0.5.3-4
+- Removed BuildRoot, clean, defattr and rm -rf buildroot.
+
+* Sun May 27 2012 Domingo Becker <domingobecker at gmail.com> - 0.5.3-3
+- Package rename to python-django-threadedcomments. Please read
+  https://fedoraproject.org/wiki/User:Bkabrda/Django_rename
+
+* Mon Nov 08 2010 Domingo Becker <domingobecker at gmail.com> - 0.5.3-2
+- new doc section excluding binary file ._pinax.txt from docs directory
+- new description
+- BuildRequires added Django.
+- fixed changelog version of the previous one.
+
+* Mon Sep 27 2010 Domingo Becker <domingobecker at gmail.com> - 0.5.3-1
+- Initial RPM release
+
diff --git a/sources b/sources
index e69de29..07ac2dc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d799f1f965dda12f75d9240a70f419f5  django-threadedcomments-0.5.3.tar.gz


More information about the scm-commits mailing list