Fix error provides of aarch64.

(cherry picked from commit 71fc88e1e429917bf87c673b819e19d04d68d12d)
This commit is contained in:
weijin deng 2022-03-01 15:55:58 +08:00 committed by openeuler-sync-bot
parent a9c68a7853
commit 1f76856f96

View File

@ -1,7 +1,7 @@
Name: devhelp Name: devhelp
Epoch: 1 Epoch: 1
Version: 3.38.1 Version: 3.38.1
Release: 4 Release: 5
Summary: GTK API documentation browser Summary: GTK API documentation browser
License: GPLv2+ License: GPLv2+
@ -13,7 +13,11 @@ BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgcon
BuildRequires: libappstream-glib BuildRequires: libappstream-glib
Provides: %{name}-libs = %{epoch}:%{version}-%{release} Provides: %{name}-libs = %{epoch}:%{version}-%{release}
Obsoletes: %{name}-libs <= %{epoch}:%{version}-%{release} Obsoletes: %{name}-libs <= %{epoch}:%{version}-%{release}
%ifarch x86_64
Provides: %{name}-libs(x86-64) = %{epoch}:%{version}-%{release} Provides: %{name}-libs(x86-64) = %{epoch}:%{version}-%{release}
%else
Provides: %{name}-libs(aarch-64) = %{epoch}:%{version}-%{release}
%endif
%description %description
A browser to show API documentation generated by gtk-doc. 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* %{_mandir}/man1/devhelp.1*
%changelog %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 * Tue Aug 10 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 1:3.38.1-4
- Fix error provides. - Fix error provides.