!13 [sync] PR-11: Fix error provides of aarch64.

From: @openeuler-sync-bot 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-03-02 03:08:17 +00:00 committed by Gitee
commit aa2419a722
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Name: devhelp
Epoch: 1
Version: 3.38.1
Release: 4
Release: 5
Summary: GTK API documentation browser
License: GPLv2+
@ -13,7 +13,11 @@ BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgcon
BuildRequires: libappstream-glib
Provides: %{name}-libs = %{epoch}:%{version}-%{release}
Obsoletes: %{name}-libs <= %{epoch}:%{version}-%{release}
Provides: %{name}-libs(x86-64) = %{epoch}:%{version}-%{release}
%ifarch x86_64
Provides: %{name}-libs(x86-64) = %{epoch}:%{version}-%{release}
%else
Provides: %{name}-libs(aarch-64) = %{epoch}:%{version}-%{release}
%endif
%description
A browser to show API documentation generated by gtk-doc.
@ -74,6 +78,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_libdir}/gedit/plugins/__pycache__
%{_mandir}/man1/devhelp.1*
%changelog
* Tue Mar 1 2022 weijin deng <weijin.deng@turbolinux.com.cn> - 1:3.38.1-5
- Fix error provides of aarch64.
* Tue Aug 10 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 1:3.38.1-4
- Fix error provides.