From ae82a0895d766707413878cfcb791cc3c64c9327 Mon Sep 17 00:00:00 2001 From: topazus Date: Thu, 1 Jun 2023 08:30:22 +0800 Subject: [PATCH] add patch comment and format fix --- libunicode.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libunicode.spec b/libunicode.spec index 5e7dbe5..8a66bbb 100644 --- a/libunicode.spec +++ b/libunicode.spec @@ -7,6 +7,7 @@ Summary: Modern C++17 Unicode library License: Apache-2.0 URL: https://github.com/contour-terminal/libunicode Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +# fix to enable the customized defined ucd path Patch0: fix-ucd.patch ExclusiveArch: x86_64 aarch64 @@ -36,11 +37,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. -%package tools -Summary: Tools for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} +%package tools +Summary: Tools for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} -%description tools +%description tools The %{name}-tools package contains tools about %{name}. %prep