Olaf Hering 2016-06-10 09:25:14 +00:00 committed by Git OBS Bridge
parent cb0a3e95ab
commit 9578927c7b

View File

@ -16,16 +16,15 @@
#
%define distname ounit
Name: ocaml-%{distname}
Name: ocaml-ounit
Version: 2.0.0
%{ocaml_preserve_bytecode}
Release: 0
%{ocaml_preserve_bytecode}
Summary: Ocaml OUnit test framework
License: MIT
Group: Development/Libraries/Other
Url: http://ounit.forge.ocamlcore.org/
Source0: %{distname}-%{version}.tar.gz
Source0: ounit-%{version}.tar.gz
Patch0: ounit-strict-formats.diff
BuildRequires: ocaml
BuildRequires: ocamlfind(findlib)
@ -61,7 +60,7 @@ Requires: %{name} = %{version}
Development files needed for application based on %{name}.
%prep
%setup -q -n %{distname}-%{version}
%setup -q -n ounit-%{version}
%patch0 -p1
%build