[python-BeautifulSoup] More %setup magic needed

terjeros terjeros at fedoraproject.org
Fri Feb 3 21:50:53 UTC 2012


commit 80dc16846c8aa6ded53b4884548b5f94ed682794
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Fri Feb 3 22:50:41 2012 +0100

    More %setup magic needed

 python-BeautifulSoup.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/python-BeautifulSoup.spec b/python-BeautifulSoup.spec
index 0c2ab99..d476701 100644
--- a/python-BeautifulSoup.spec
+++ b/python-BeautifulSoup.spec
@@ -75,7 +75,8 @@ This is the Python 3 build of Beautiful Soup %{bs4}.
 %endif # if with_python3
 
 %prep
-%setup -T -D -q -n %{oname}-%{version} -a 1
+%setup -q -n %{oname}-%{version}
+%setup -q -T -D -a 1 -n %{oname}-%{version}
 
 %build
 %{__python} setup.py build


More information about the scm-commits mailing list