diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index 820f80f..6f2260d 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -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