summaryrefslogtreecommitdiff
path: root/spice-html5.spec.in
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2013-02-08 10:41:08 -0600
committerJeremy White <jwhite@codeweavers.com>2013-02-11 09:17:53 -0600
commitb2adb8a451341214c6549da74c578b252579a659 (patch)
tree3d7b3a2cc40519fc7d4c30bba7510b19b1f9fdfc /spice-html5.spec.in
parente827ade56da2ea344c8b63ab57d019ab2fe0eca1 (diff)
Add the ability to build an rpm.
Diffstat (limited to 'spice-html5.spec.in')
-rw-r--r--spice-html5.spec.in38
1 files changed, 38 insertions, 0 deletions
diff --git a/spice-html5.spec.in b/spice-html5.spec.in
new file mode 100644
index 0000000..e2b8db6
--- /dev/null
+++ b/spice-html5.spec.in
@@ -0,0 +1,38 @@
+Name: spice-html5
+Version: VERSION
+Release: 1%{?dist}
+Summary: Pure Javascript SPICE client
+
+License: GPLv3
+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
+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 README TODO
+
+
+%changelog
+* Fri Feb 8 2013 Jeremy White <jwhite@codeweavers.com> 0.1.0-1
+- Initial version for packaging.