[python-sleekxmpp] Fix %setup command

Jamie Nguyen jamielinux at fedoraproject.org
Sun Mar 10 17:34:41 UTC 2013


commit 91e9fd29e82107281c614204f277091e60f195c9
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Mar 10 17:34:21 2013 +0000

    Fix %setup command

 python-sleekxmpp.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-sleekxmpp.spec b/python-sleekxmpp.spec
index 3ce1454..c2125d7 100644
--- a/python-sleekxmpp.spec
+++ b/python-sleekxmpp.spec
@@ -35,7 +35,7 @@ Plug-ins can be create to cover every current or future XEP.
 
 
 %prep
-%setup -q -n sleekxmpp-%{version}-Beta2-0
+%setup -q -n sleekxmpp-%{version}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
 


More information about the scm-commits mailing list