summaryrefslogtreecommitdiff
path: root/spice-html5.spec.in
blob: 928d88b46ee9f6547784c73e834c8332601de8e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name:           spice-html5
Version:        VERSION
Release:        1%{?dist}
Summary:        Pure Javascript SPICE client

License:        LGPLv3
URL:            http://www.spice-space.org
Source0:        http://www.spice-space.org/download/%{name}/%{name}-%{version}.tar.gz

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


%build

%install
%make_install


%files
%{_datadir}/%{name}
%doc COPYING COPYING.LESSER README TODO apache.conf.sample


%changelog
* Wed Feb 20 2013 Jeremy White <jwhite@codeweavers.com> 0.1.2-1
- Revise the .spec file to use %{name}, and remove a few unneded statements
- No longer install apache.conf, just put a sample under doc/

* Wed Feb 13 2013 Jeremy White <jwhite@codeweavers.com> 0.1.1-1
- Correct the license to LGPL
- Revise the Apache configuration file to allow access more broadly

* Fri Feb 8 2013 Jeremy White <jwhite@codeweavers.com> 0.1.0-1
- Initial version for packaging.