File vnc2swf.spec of Package vnc2swf
Summary: cross-platform screen recording tool for swf
Name: vnc2swf
Version: 0.5.0
Release: 1
License: GPL
Group: Productivity/Multimedia/Other
Packager: Leo Eraly <leo@unstable.be>
URL: http://www.unixuser.org/~euske/vnc2swf/
Source: http://www.unixuser.org/~euske/vnc2swf/vnc2swf-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++ zlib-devel xorg-x11-devel
%description
cross-platform screen recording tool for swf (Flash)
%prep
%setup
%build
%configure
%{__make}
%install
%{__make} install DESTDIR="%{buildroot}" prefix="%{_prefix}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc README* docs/* LICENCE.TXT
%{_bindir}/vnc2swf
%{_bindir}/recordwin
%changelog
* Mon Nov 5 2007 Leo Eraly <leo@unstable.be> - 0.5.0-1
- Initial package.