[Bug 807256] Review Request: python-django-mptt - Utilities for implementing Modified Preorder Tree Traversal

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 28 08:37:11 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=807256

--- Comment #4 from Matthias Runge <mrunge at matthias-runge.de> 2012-03-28 04:37:09 EDT ---
OK, fixed django, fixed twice listed files, re-enabled tests

SPEC: http://www.matthias-runge.de/fedora/python-django-mptt.spec
SRPM:
http://www.matthias-runge.de/fedora/python-django-mptt-0.5.2-2.fc16.src.rpm


[mrunge at mrungexp SPECS]$ diff -u python-django-mptt.spec-1
python-django-mptt.spec
--- python-django-mptt.spec-1 2012-03-27 13:31:15.000000000 +0200
+++ python-django-mptt.spec 2012-03-28 10:33:04.485120442 +0200
@@ -4,7 +4,7 @@
 Summary: Utilities for implementing Modified Preorder Tree Traversal
 Name:  python-django-mptt
 Version: 0.5.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group:  Development/Libraries
 URL:  http://github.com/django-mptt/django-mptt
@@ -33,6 +33,9 @@
 %prep
 %setup -q -n %{pkgname}-%{version}
 %patch0 
+#remove unnecessary language ressources:
+# de dk,fr, pl 
+rm mptt/locale/??/LC_MESSAGES/django.po 

 %build
 %{__python} setup.py build
@@ -42,17 +45,23 @@

 %find_lang django

-#%check
-#cd tests
-#sh runtests.sh
+%check
+cd tests
+sh runtests.sh

 %files -f django.lang
 %doc LICENSE README.rst NOTES
 %{python_sitelib}/django_mptt-%{version}-py2.*.egg-info
-%{python_sitelib}/mptt
+%dir %{python_sitelib}/mptt
+%{python_sitelib}/mptt/*.py*
+%{python_sitelib}/mptt/templates
+%{python_sitelib}/mptt/templatetags

 %changelog
-* Mon Mar 27 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.5.2-1
+* Wed Mar 28 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.5.2-2
+- fix double included language files
+
+* Tue Mar 27 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.5.2-1
 - renamed to python-django-mptt
 - update to version 0.5.2

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list