diff options
author | Jeremy White <jwhite@codeweavers.com> | 2013-02-13 11:22:50 -0600 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2013-02-20 10:57:34 -0600 |
commit | 762225ef9989306055f774082e4f7f48b305b415 (patch) | |
tree | cff532a0d9f9a6746167e1b59e9911087b4a9fcf | |
parent | 6779ff19c9810a344c503f187a9e22613cf4de7e (diff) |
Fix our SPEC file to indicate LGPLv3 license, not GPLv3
-rw-r--r-- | spice-html5.spec.in | 8 |
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. |