Summary: VNC session recorder and player Name: vncrec-twibright Version: 20061220 Release: 1.55 License: GPL Group: System/X11/Utilities URL: http://ronja.twibright.com/utils/vncrec/ Source0: http://ronja.twibright.com/utils/%{name}-%{version}-%{release}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build-root %description Twibright vncrec is a patched vncviewer client that allows producing YUV4 MPEG2 videos from VNC sessions. It is suitable for making instructional, educational, or demo screenshot videos and quickly transcoding into a wide variety of video formats. Twibright vncrec can stream vncrec to ffmpeg2thoera, rather than having to create intermediate frames. Hence encoding of video is much faster then the original vncrec. %prep %setup -q -n %{name} %build xmkmf -a make CC="cc -qcpluscmt" %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make install BINDIR=${RPM_BUILD_ROOT}%{_bindir} make install.man DESTDIR=${RPM_BUILD_ROOT} MANPATH=%{_mandir} MANSUFFIX=1 /usr/bin/strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system) %doc README %attr(755,root,system) %{_bindir}/* %{_mandir}/man1/* /usr/bin/* %changelog * Thu Jan 13 2011 Michael Perzl - 20061220-1.55 - first version for AIX5L v5.1 and higher