diff --git a/spice-html5-spice-html5-0.3.0.tar.bz2 b/spice-html5-spice-html5-0.3.0.tar.bz2
new file mode 100644
index 0000000..29ecc40
Binary files /dev/null and b/spice-html5-spice-html5-0.3.0.tar.bz2 differ
diff --git a/spice-html5.spec b/spice-html5.spec
new file mode 100644
index 0000000..c99863b
--- /dev/null
+++ b/spice-html5.spec
@@ -0,0 +1,36 @@
+Name: spice-html5
+Version: 0.3.0
+Release: 1
+Summary: Pure Javascript SPICE client
+
+License: LGPLv3
+URL: http://www.spice-space.org
+Source0: https://gitlab.freedesktop.org/spice/spice-html5/-/archive/spice-html5-%{version}/spice-html5-spice-html5-%{version}.tar.bz2
+
+BuildRequires: make
+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 -n spice-html5-spice-html5-%{version}
+
+%build
+
+%install
+%make_install
+
+
+%files
+%{_datadir}/spice-html5
+%doc COPYING COPYING.LESSER README TODO apache.conf.sample
+
+
+%changelog
+* Fri Jul 14 2023 dxwangk - 0.3.0-1
+- Release version 0.3.0
+
+