From 3c2ee7058b10a35be143c47a5dfd82a320cb40e8 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Thu, 23 May 2024 09:35:16 -0600 Subject: [PATCH] Add VCS field --- ocaml-cppo.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 1399274..eb9a878 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -8,7 +8,8 @@ Summary: Equivalent of the C preprocessor for OCaml programs License: BSD-3-Clause URL: https://ocaml-community.github.io/cppo/ -Source0: https://github.com/ocaml-community/cppo/archive/v%{version}/cppo-%{version}.tar.gz +VCS: https://github.com/ocaml-community/cppo +Source0: %{vcs}/archive/v%{version}/cppo-%{version}.tar.gz BuildRequires: ocaml >= 4.02.3 BuildRequires: ocaml-dune