summaryrefslogtreecommitdiffstats
path: root/python/python-django.spec
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2011-09-10 23:21:12 +0200
committerMichel Alexandre Salim <salimma@fedoraproject.org>2011-09-10 23:21:12 +0200
commit0c2cc9da3a9ea5c905561d79a53b44a9f981024e (patch)
tree8be5b6693e3499196346910bd655c6023f6dc768 /python/python-django.spec
parentda85456456dcb3d153babfc6b0dc5e8192eb286d (diff)
downloadspecs-0c2cc9da3a9ea5c905561d79a53b44a9f981024e.tar.gz
specs-0c2cc9da3a9ea5c905561d79a53b44a9f981024e.tar.xz
specs-0c2cc9da3a9ea5c905561d79a53b44a9f981024e.zip
python-django: use correct source dir
Diffstat (limited to 'python/python-django.spec')
-rw-r--r--python/python-django.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-django.spec b/python/python-django.spec
index de8e922..1d72747 100644
--- a/python/python-django.spec
+++ b/python/python-django.spec
@@ -47,7 +47,7 @@ Python Web framework.
%endif
%prep
-%setup -q
+%setup -q -n Django-%{version}
# remove bundled simplejson
cd django/utils/simplejson/
rm -rf *