[spice-html5] Initial import BZ #910793

Jeremy White jwhite at fedoraproject.org
Tue Mar 12 16:02:03 UTC 2013


commit 8bdcff2d3a23b0556a5333c947f07b98be68966c
Author: Jeremy White <jwhite at codeweavers.com>
Date:   Tue Mar 12 11:00:14 2013 -0500

    Initial import BZ #910793

 .gitignore       |    1 +
 sources          |    1 +
 spice-html5.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a616be2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/spice-html5-0.1.2.tar.gz
diff --git a/sources b/sources
index e69de29..d1bfd3f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b36140202b74b0772e2c30e551e53bc9  spice-html5-0.1.2.tar.gz
diff --git a/spice-html5.spec b/spice-html5.spec
new file mode 100644
index 0000000..4597129
--- /dev/null
+++ b/spice-html5.spec
@@ -0,0 +1,43 @@
+Name:           spice-html5
+Version:        0.1.2
+Release:        2%{?dist}
+Summary:        Pure Javascript SPICE client
+
+License:        LGPLv3
+URL:            http://www.spice-space.org
+Source0:        http://people.freedesktop.org/~jwhite/%{name}/%{name}-%{version}.tar.gz
+
+BuildArch:      noarch
+
+%description
+%{name} 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
+%make_install
+
+
+%files
+%{_datadir}/%{name}
+%doc COPYING COPYING.LESSER README TODO apache.conf.sample
+
+
+%changelog
+* Mon Feb 25 2013 Jeremy White <jwhite at codeweavers.com> 0.1.2-2
+- Revise the .spec file to use %%{name}, and remove a few uneeded statements
+- No longer install apache.conf, just put a sample under doc/
+- Switch to an alternate download location, more easily updated
+
+* Wed Feb 13 2013 Jeremy White <jwhite at codeweavers.com> 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 <jwhite at codeweavers.com> 0.1.0-1
+- Initial version for packaging.


More information about the scm-commits mailing list