diff options
author | Jeremy White <jwhite@codeweavers.com> | 2013-02-08 14:37:18 -0600 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2013-02-11 09:17:56 -0600 |
commit | cd4c4d1ffd2797908314a43a43d0e81fd6c2564e (patch) | |
tree | 9812a5332719a24221d817a88c9ee5b77edc8c39 | |
parent | 934eeead70236786ce899e4b151df5c000bc28ae (diff) |
Correct errors from rpmlintspice-html5-0.1.0
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | spice-html5.spec.in | 5 |
2 files changed, 3 insertions, 4 deletions
@@ -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/{} \; diff --git a/spice-html5.spec.in b/spice-html5.spec.in index e2b8db6..5351f38 100644 --- a/spice-html5.spec.in +++ b/spice-html5.spec.in @@ -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 |