mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-html5
synced 2026-01-08 21:14:07 +00:00
Correct errors from rpmlint
This commit is contained in:
parent
934eeead70
commit
cd4c4d1ffd
2
Makefile
2
Makefile
@ -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/{} \;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user