!19 help 不应为 noarch

From: @jiachao2130 
Reviewed-by: @open123bot 
Signed-off-by: @open123bot
This commit is contained in:
openeuler-ci-bot 2023-11-02 03:27:33 +00:00 committed by Gitee
commit aa78acba42
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -14,7 +14,7 @@
Name: pipewire
Version: 0.3.63
Release: 1
Release: 2
Summary: Multimedia processing graphs
License: LGPLv2+
URL: https://pipewire.org/
@ -164,7 +164,12 @@ Conflicts: %{name}-pulseaudio < 0.3.13-6
This package provides a PulseAudio implementation based on PipeWire
%endif
%package_help
%package help
Summary: Documents for %{name}
Requires: man info
%description help
Man pages and other related documents for %{name}.
%prep
%autosetup -T -b0 -n %{name}-%{version} -p1
@ -389,6 +394,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
%{_datadir}/doc/pipewire/html/*
%changelog
* Tue May 30 2023 Jia Chao <jiac13@chinaunicom.cn> - 0.3.63-2
- Fix: help should not be noarch, it contains architecture infos.
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.3.63-1
- update version to 0.3.63