!9 [sync] PR-5: yum install安装后缺少man手册

From: @openeuler-sync-bot
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-05-21 15:21:53 +08:00 committed by Gitee
commit dfe4951a16

View File

@ -1,11 +1,12 @@
Name: libiec61883 Name: libiec61883
Version: 1.2.0 Version: 1.2.0
Release: 22 Release: 23
Summary: Streaming library for IEEE1394 Summary: Streaming library for IEEE1394
License: LGPLv2+ License: LGPLv2+
URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883 URL: http://ieee1394.wiki.kernel.org/index.php/Libraries#libiec61883
Source: https://mirrors.edge.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz Source: https://mirrors.edge.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.gz
Patch0001: libiec61883-channel-allocation-without-local-node-rw.patch Patch0001: libiec61883-channel-allocation-without-local-node-rw.patch
Recommends: %{name}-help = %{version}-%{release}
BuildRequires: gcc libraw1394-devel BuildRequires: gcc libraw1394-devel
Provides: libiec61883-utils Provides: libiec61883-utils
Obsoletes: libiec61883-utils Obsoletes: libiec61883-utils
@ -61,6 +62,9 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Thu Nov 12 2020 xinghe <xinghe1@huawei.com> - 1.2.0-23
- add help for Recommends
* Sun Jan 19 2020 yangjian<yangjian79@huawei.com> - 1.2.0-22 * Sun Jan 19 2020 yangjian<yangjian79@huawei.com> - 1.2.0-22
- Change the Source to valid address - Change the Source to valid address