From babaa0a85957e02e54c2ef5743920d5a1b0eabcc Mon Sep 17 00:00:00 2001 From: topazus Date: Wed, 20 Dec 2023 14:26:52 +0800 Subject: [PATCH] fix dependency format --- libunicode.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libunicode.spec b/libunicode.spec index 96f3350..313ca7e 100644 --- a/libunicode.spec +++ b/libunicode.spec @@ -12,10 +12,10 @@ ExclusiveArch: x86_64 aarch64 BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: ninja-build -BuildRequires: fmt-devel -BuildRequires: range-v3-devel +BuildRequires: cmake(fmt) +BuildRequires: cmake(range-v3) BuildRequires: unicode-ucd -BuildRequires: catch-devel +BuildRequires: pkgconfig(catch2) %description The goal of libunicode library is to bring painless unicode support to C++