[packages/python-skype] - up to unreleased 1.0.32.1

glen glen at pld-linux.org
Mon Aug 20 17:25:03 CEST 2012


commit 045de11672bbc97f816c3548dcf6c61893dab5a8
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Aug 20 18:24:49 2012 +0300

    - up to unreleased 1.0.32.1

 python-skype.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/python-skype.spec b/python-skype.spec
index 67b4755..7c1fab4 100644
--- a/python-skype.spec
+++ b/python-skype.spec
@@ -1,12 +1,13 @@
 %define 	module	skype
 Summary:	Python wrapper for the Skype API
 Name:		python-%{module}
-Version:	1.0.32.0
-Release:	6
+Version:	1.0.32.1
+Release:	1
 License:	BSD
 Group:		Development/Languages/Python
-Source0:	http://downloads.sourceforge.net/skype4py/Skype4Py-%{version}.tar.gz
-# Source0-md5:	0dc52c41b7f24815ff88d6af4c10de04
+#Source0:	http://downloads.sourceforge.net/skype4py/Skype4Py-%{version}.tar.gz
+Source0:	https://github.com/glensc/skype4py/tarball/master/Skype4Py-%{version}.tar.gz
+# Source0-md5:	a31d4e99cd184ce916345f422d73b310
 Source1:	%{name}-chat.py
 Source2:	skype.protocol
 Source3:	skype.py
@@ -48,13 +49,12 @@ Requires:	%{name} = %{version}-%{release}
 Gnome URL handler for "skype:" protocol.
 
 %prep
-%setup -q -n Skype4Py-%{version} -cT
-# workaround for stupid tarball lacking execute perms on dirs
-tar xzf %{SOURCE0}; chmod -R u+rwX .; mv Skype4Py-*/* .
+%setup -q -n Skype4Py-%{version} -c
+mv *-skype4py-*/* .
 
 %patch0 -p0 -R
 %patch1 -p1
-%undos examples/*.py
+%undos -f py
 
 mv Skype4Py/LICENSE .
 


More information about the pld-cvs-commit mailing list