spice-html5/spice-html5.spec
2023-07-14 15:37:29 +08:00

37 lines
860 B
RPMSpec

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 <dxwangk@isoftstone.com> - 0.3.0-1
- Release version 0.3.0