!4 Init package with version 0.3.0

From: @desert-sailor 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2023-07-18 02:24:22 +00:00 committed by Gitee
commit 8b7c129f88
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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