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
This commit is contained in:
Olaf Hering 2015-01-22 07:17:08 +00:00 committed by Git OBS Bridge
parent bd82807eb0
commit 3017d8b9be
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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