[python-django] remove commented sections. not needed anymore

Matthias Runge mrunge at fedoraproject.org
Wed Mar 28 08:04:30 UTC 2012


commit 1ab5f843a8ae0fb2567f159ba5555d0d60a68d84
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Mar 28 10:04:07 2012 +0200

    remove commented sections. not needed anymore

 python-django.spec |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/python-django.spec b/python-django.spec
index 8607aef..660a5fe 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -91,11 +91,6 @@ done
 echo "<!-- nothing -->" > django/contrib/flatpages/tests/templates/registration/login.html
 
 # remove bundled simplejson (for tests)
-#cd django/utils
-#rm -rf simplejson
-# and link to system module
-#ln -s %{python_sitearch}/simplejson .
-# remove bundled simplejson (for tests)
 cd django/utils/simplejson
 rm -rf *
 # and put the replacement stub in place
@@ -144,11 +139,6 @@ chmod +x \
   $RPM_BUILD_ROOT%{python_sitelib}/django/contrib/admin/static/admin/js/compress.py \
   $RPM_BUILD_ROOT%{python_sitelib}/django/bin/profiling/gather_profile_stats.py
 
-# remove bundled simplejson
-#cd $RPM_BUILD_ROOT%{python_sitelib}/django/utils
-#rm -rf simplejson
-# and link to system module
-#ln -s %{python_sitearch}/simplejson .
 
 
 %check


More information about the scm-commits mailing list