Name: spice-html5
Version: 0.1.1
Release: 1%{?dist}
Summary: Pure Javascript SPICE client
License: LGPLv3
URL: http://www.spice-space.org
Source0: http://www.spice-space.org/download/spice-html5/spice-html5-0.1.1.tar.gz
BuildArch: noarch
%description
spice-html5 is a Javascript SPICE client. This includes a simple HTML
page to initiate a session, and the client itself. It includes a configuration
file for Apache, but should work with any web server.
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
%make_install
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
%{_datadir}/spice-html5
%doc COPYING COPYING.LESSER README TODO
%changelog
* Wed Feb 13 2013 Jeremy White 0.1.1-1
- Correct the license to LGPL
- Revise the Apache configuration file to allow access more broadly
* Fri Feb 8 2013 Jeremy White 0.1.0-1
- Initial version for packaging.