From 9578927c7ba81c925992456ecaa451c76c04f7e0f41620f663f8f00204503255 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 10 Jun 2016 09:25:14 +0000 Subject: [PATCH] cosmetic OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ounit?expand=0&rev=15 --- ocaml-ounit.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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