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