SPECS: python-skype.spec - add chat.py sample

glen glen at pld-linux.org
Mon Apr 20 15:00:33 CEST 2009


Author: glen                         Date: Mon Apr 20 13:00:33 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add chat.py sample

---- Files affected:
SPECS:
   python-skype.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/python-skype.spec
diff -u SPECS/python-skype.spec:1.2 SPECS/python-skype.spec:1.3
--- SPECS/python-skype.spec:1.2	Mon Apr 20 14:13:08 2009
+++ SPECS/python-skype.spec	Mon Apr 20 15:00:28 2009
@@ -8,6 +8,7 @@
 Group:		Development/Languages/Python
 Source0:	http://dl.sourceforge.net/skype4py/Skype4Py-%{version}.tar.gz
 # Source0-md5:	13091fccca8160e3e51ec064f42c82fd
+Source1:	%{name}-chat.py
 URL:		https://developer.skype.com/wiki/Skype4Py
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
@@ -23,6 +24,7 @@
 
 %prep
 %setup -q -n Skype4Py-%{version}
+cp %{SOURCE1} chat.py
 
 %build
 %{__python} setup.py build
@@ -41,7 +43,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE
+%doc LICENSE chat.py
 %dir %{py_sitescriptdir}/Skype4Py
 %{py_sitescriptdir}/Skype4Py/*.py[co]
 %dir %{py_sitescriptdir}/Skype4Py/API
@@ -88,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2009/04/20 13:00:28  glen
+- add chat.py sample
+
 Revision 1.2  2009/04/20 12:13:08  glen
 - add .egg-info
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-skype.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list