summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2013-02-13 11:22:50 -0600
committerJeremy White <jwhite@codeweavers.com>2013-02-13 11:22:50 -0600
commit0a888c63ca6679b764723f9f9f724679913adb07 (patch)
treecff532a0d9f9a6746167e1b59e9911087b4a9fcf
parent7e339e879fe87e7f9b794f089c6c6eee9aae1880 (diff)
Fix our SPEC file to indicate LGPLv3 license, not GPLv3spice-html5-0.1.1
-rw-r--r--spice-html5.spec.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/spice-html5.spec.in b/spice-html5.spec.in
index 5351f38..35c386a 100644
--- a/spice-html5.spec.in
+++ b/spice-html5.spec.in
@@ -3,7 +3,7 @@ Version: VERSION
Release: 1%{?dist}
Summary: Pure Javascript SPICE client
-License: GPLv3
+License: LGPLv3
URL: http://www.spice-space.org
Source0: http://www.spice-space.org/download/spice-html5/spice-html5-VERSION.tar.gz
@@ -29,9 +29,13 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
%{_datadir}/spice-html5
-%doc COPYING README TODO
+%doc COPYING COPYING.LESSER README TODO
%changelog
+* 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.