Correct errors from rpmlint

This commit is contained in:
Jeremy White 2013-02-08 14:37:18 -06:00
parent 934eeead70
commit cd4c4d1ffd
2 changed files with 3 additions and 4 deletions

View File

@ -66,5 +66,5 @@ local: tar rpm
git: gittar rpm
install:
install -D apache.conf $(sysconfdir)/httpd/conf.d/spice-html5.conf
install --mode=644 -D apache.conf $(sysconfdir)/httpd/conf.d/spice-html5.conf
find . \( -iname '*.html' -or -iname '*.js' -or -iname '*.css' \) -exec install --mode=644 -D {} $(datadir)/spice-html5/{} \;

View File

@ -8,11 +8,10 @@ URL: http://www.spice-space.org
Source0: http://www.spice-space.org/download/spice-html5/spice-html5-VERSION.tar.gz
BuildArch: noarch
Packager: Jeremy White <jwhite@codeweavers.com>
%description
spice-html5 is a Javascript SPICE client. This includes a simple html
page to enable a login, and the client itself. It includes a configuration
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