From 3017d8b9be9d01b3965b44c46196d897548843d973dc5e5a8d8a57bd03995b66 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 22 Jan 2015 07:17:08 +0000 Subject: [PATCH] Accepting request 282268 from home:mlatimer:branches:devel:languages:ocaml - Change license in spec file to match source code (MIT), and include LICENSE.txt in rpm OBS-URL: https://build.opensuse.org/request/show/282268 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ounit?expand=0&rev=3 --- ocaml-ounit.changes | 6 ++++++ ocaml-ounit.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ocaml-ounit.changes b/ocaml-ounit.changes index 9fbba52..ee1bb92 100644 --- a/ocaml-ounit.changes +++ b/ocaml-ounit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 21 20:35:32 UTC 2015 - mlatimer@suse.com + +- Change license in spec file to match source code (MIT), and + include LICENSE.txt in rpm + ------------------------------------------------------------------- Wed Sep 24 08:46:35 UTC 2014 - sleep_walker@suse.cz diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index aa8bedc..1eac2e1 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -22,7 +22,7 @@ Name: ocaml-%{distname} Version: 2.0.0 Release: 0 Summary: Ocaml OUnit test framework -License: GPL-3.0 +License: MIT Group: Development/Libraries/Other Url: http://ounit.forge.ocamlcore.org/ Source0: %{distname}-%{version}.tar.gz @@ -72,7 +72,7 @@ make install %{?_smp_mflags} %files %defattr(-,root,root,-) -%doc +%doc LICENSE.txt %{_libdir}/ocaml/oUnit %exclude %{_libdir}/ocaml/oUnit/*.ml %exclude %{_libdir}/ocaml/oUnit/*.mli