7937ff7
Name:           python-django-threadedcomments
7937ff7
Version:        0.5.3
52f5a95
Release:        8%{?dist}
7937ff7
Summary:        A simple yet flexible threaded commenting system for Django
7937ff7
7937ff7
Group:          Development/Languages
7937ff7
License:        BSD
7937ff7
URL:            http://pypi.python.org/pypi/django-threadedcomments
7937ff7
Source:         http://pypi.python.org/packages/source/d/django-threadedcomments/django-threadedcomments-%{version}.tar.gz
7937ff7
7937ff7
BuildArch:      noarch
7937ff7
BuildRequires:  python2-devel 
7937ff7
BuildRequires:  python-setuptools-devel 
52f5a95
Requires:       python-django14
7937ff7
7937ff7
Provides: django-threadedcomments = %{version}-%{release} 
7937ff7
# Because of the renaming mechanism, the next should stay forever in this package.
7937ff7
Obsoletes: django-threadedcomments < 0.5.3-3 
7937ff7
7937ff7
%description
7937ff7
Django-threadedcomments is a Django application which allows for the 
7937ff7
simple creation of a threaded commenting system. It is flexible as well, 
7937ff7
partly due to its use of the same facilities that any other Django 
7937ff7
application would use.
7937ff7
7937ff7
%prep
7937ff7
%setup -q -n django-threadedcomments-%{version}
7937ff7
7937ff7
%build
7937ff7
%{__python} setup.py build
7937ff7
7937ff7
%install
7937ff7
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
7937ff7
7937ff7
%files
7937ff7
%{python_sitelib}/threadedcomments
7937ff7
%{python_sitelib}/django_threadedcomments-%{version}-py?.?.egg-info
7937ff7
%doc LICENSE.txt README.txt CONTRIBUTORS.txt CHANGELOG.txt INSTALL.txt 
7937ff7
%doc docs/api.txt docs/index.txt docs/pinax.txt docs/tutorial.txt
7937ff7
7937ff7
%changelog
52f5a95
* Wed May 08 2013 Matthias Runge <mrunge@redhat.com> - 0.5.3-8
52f5a95
- change requirement to python-django14 (rhbz#950564)
52f5a95
e4c6472
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-7
e4c6472
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e4c6472
49f3434
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.3-6
49f3434
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
49f3434
7937ff7
* Thu Jun 14 2012 Domingo Becker <domingobecker@gmail.com> - 0.5.3-5
7937ff7
- Added a more specific files section.
7937ff7
- Removed first line.
7937ff7
- Removed unnecessary BuildRequires python-django.
7937ff7
- Changed BuildRequires from python-devel to python2-devel.
7937ff7
- Fixed release number.
7937ff7
7937ff7
* Tue May 29 2012 Domingo Becker <domingobecker@gmail.com> - 0.5.3-4
7937ff7
- Removed BuildRoot, clean, defattr and rm -rf buildroot.
7937ff7
7937ff7
* Sun May 27 2012 Domingo Becker <domingobecker@gmail.com> - 0.5.3-3
7937ff7
- Package rename to python-django-threadedcomments. Please read
7937ff7
  https://fedoraproject.org/wiki/User:Bkabrda/Django_rename
7937ff7
7937ff7
* Mon Nov 08 2010 Domingo Becker <domingobecker@gmail.com> - 0.5.3-2
7937ff7
- new doc section excluding binary file ._pinax.txt from docs directory
7937ff7
- new description
7937ff7
- BuildRequires added Django.
7937ff7
- fixed changelog version of the previous one.
7937ff7
7937ff7
* Mon Sep 27 2010 Domingo Becker <domingobecker@gmail.com> - 0.5.3-1
7937ff7
- Initial RPM release
7937ff7