Init package

This commit is contained in:
desert-sailor 2023-07-14 15:37:29 +08:00
parent 70d80728da
commit e963e5a599
2 changed files with 36 additions and 0 deletions

Binary file not shown.

36
spice-html5.spec Normal file
View File

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