[packages/spice-html5] - new

qboosh qboosh at pld-linux.org
Sat Feb 16 11:20:15 CET 2013


commit b3f6ced08d2b520d828b5e8c79b447923947fee7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 16 11:20:10 2013 +0100

    - new

 spice-html5.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
---
diff --git a/spice-html5.spec b/spice-html5.spec
new file mode 100644
index 0000000..a20d614
--- /dev/null
+++ b/spice-html5.spec
@@ -0,0 +1,43 @@
+# TODO: apache config / webappize? (probably doesn't even need any web server though)
+Summary:	Pure JavaScript SPICE client
+Summary(pl.UTF-8):	Klient SPICE w czystym JavaScripcie
+Name:		spice-html5
+Version:	0.1.0
+Release:	1
+License:	LGPL v3+
+Group:		Applications/Networking
+Source0:	http://spice-space.org/download/spice-html5/%{name}-%{version}.tar.gz
+# Source0-md5:	ef7daf5aa50bc1748af002522718ce81
+URL:		http://spice-space.org/
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%description -l pl.UTF-8
+spice-html5 to klient SPICE napisany w JavaScripcie. Zawiera prostą
+stronę HTML do rozpoczynania sesji oraz właściwego klienta. Dołączony
+jest plik konfiguracyjny dla Apache'a, ale powinien działać z dowolnym
+serwerem WWW.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	datadir=$RPM_BUILD_ROOT%{_datadir} \
+	sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%{_datadir}/spice-html5
+#/etc/httpd/conf.d/spice-html5.conf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/spice-html5.git/commitdiff/b3f6ced08d2b520d828b5e8c79b447923947fee7



More information about the pld-cvs-commit mailing list