From 32917dadc5b150d84d6c879d228d727129ac0261 Mon Sep 17 00:00:00 2001 From: wangkaiyuan Date: Mon, 19 Dec 2022 07:18:31 +0000 Subject: [PATCH] Fix doc package installation Signed-off-by: wangkaiyuan --- libvisual.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libvisual.spec b/libvisual.spec index d75a48c..93bb5e1 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %global smallversion 0.4 @@ -44,7 +44,6 @@ This package contains the files needed to build an application with libvisual. %package doc Summary: Documents for %{name} BuildArch: noarch -Requires: %{name} = %{version}-%{release} Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release} %description doc @@ -125,6 +124,9 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' %changelog +* Mon Dec 19 2022 wangkaiyuan - 1:0.4.0-25.0.2 +- Fix doc package installation + * Tue Jul 19 2022 Zhao Hang - 1:0.4.0-25.0.1 - Add doc sub package -- Gitee