From 79504e115f1587a29b202fd33b93b23dc69b5650 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Thu, 12 Nov 2020 09:18:15 +0800 Subject: [PATCH] add help for Recommends --- liblouis.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/liblouis.spec b/liblouis.spec index 53432f6..8999588 100644 --- a/liblouis.spec +++ b/liblouis.spec @@ -2,11 +2,12 @@ Name: liblouis Version: 3.7.0 -Release: 2 +Release: 3 Summary: Braille translation and back-translation library License: LGPLv3+ and GPLv3+ URL: http://liblouis.org Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz +Recommends: %{name}-help = %{version}-%{release} BuildRequires: chrpath gcc help2man texinfo texinfo-tex texlive-eurosym BuildRequires: texlive-xetex python2-devel python3-devel Provides: bundled(gnulib) = 20130621 @@ -133,5 +134,8 @@ done %{python3_sitelib}/louis/ %changelog +* Thu Nov 12 2020 xinghe - 3.7.0-3 +- add help for Recommends + * Thu Nov 28 2019 liujing - 3.7.0-2 - Package init -- Gitee