rpms/pyvnc2swf/devel pyvnc2swf.spec,1.8,1.9

David Timms dtimms at fedoraproject.org
Tue Feb 23 09:43:07 UTC 2010


Author: dtimms

Update of /cvs/pkgs/rpms/pyvnc2swf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10633

Modified Files:
	pyvnc2swf.spec 
Log Message:
include play.py and a link for it
reinclude the __init_.py that python uses.



Index: pyvnc2swf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyvnc2swf/devel/pyvnc2swf.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- pyvnc2swf.spec	22 Feb 2010 13:22:34 -0000	1.8
+++ pyvnc2swf.spec	23 Feb 2010 09:43:07 -0000	1.9
@@ -3,7 +3,7 @@
 Summary: VNC screen recorder
 Name:    pyvnc2swf
 Version: 0.9.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2+
 Group:   System Environment/Base
 URL:     http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf.html
@@ -47,7 +47,7 @@ Flash (SWF) format media files.
 %{__rm} -rf %{buildroot}
 mkdir -p %{buildroot}%{python_sitelib}/pyvnc2swf
 install -p -m 0755 pyvnc2swf/* %{buildroot}%{python_sitelib}/pyvnc2swf
-%{__rm} %{buildroot}%{python_sitelib}/pyvnc2swf/play.py
+chmod a-x %{buildroot}%{python_sitelib}/pyvnc2swf/__init__.py
 
 mkdir -p %{buildroot}%{_bindir}
 install -m 755 bin/recordwin.sh %{buildroot}%{_bindir}
@@ -55,6 +55,7 @@ install -m 755 bin/recordwin.sh %{buildr
 cd %{buildroot}%{_bindir}
 ln -s ../..%{python_sitelib}/pyvnc2swf/vnc2swf.py vnc2swf
 ln -s ../..%{python_sitelib}/pyvnc2swf/edit.py vnc2swf-edit
+ln -s ../..%{python_sitelib}/pyvnc2swf/play.py vnc2swf-play
 
 mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/
 install -p -m 644 %{SOURCE1} \
@@ -87,17 +88,20 @@ fi
 %defattr(-, root, root, -)
 %doc README.txt LICENCE.TXT docs/*.html
 %{python_sitelib}/pyvnc2swf
-#%{python_sitelib}/*
 %{_bindir}/vnc2swf*
 %{_bindir}/recordwin.sh
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 
-%exclude %{python_sitelib}/pyvnc2swf/__init__.p*
 %exclude %{python_sitelib}/pyvnc2swf/Makefile
 
 
 %changelog
+* Tue Feb 23 2010 David Timms <iinet.net.au @ dtimms> 0.9.5-7
+- undelete __init__.py from package; python paths use the empty file ;)
+- include play.py since it no longer requires pymedia
+- add link vnc2swf-play for easy access to play.py
+
 * Mon Feb 22 2010 David Timms <iinet.net.au @ dtimms> 0.9.5-6
 - edit recordwin.sh to correct the path to vnc2swf.py executable
 



More information about the scm-commits mailing list