modify arch provides to general format
This commit is contained in:
parent
32d6002e8a
commit
3801b3fed5
11
devhelp.spec
11
devhelp.spec
@ -1,7 +1,7 @@
|
|||||||
Name: devhelp
|
Name: devhelp
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 41.3
|
Version: 41.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: GTK API documentation browser
|
Summary: GTK API documentation browser
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://wiki.gnome.org/Apps/Devhelp
|
URL: https://wiki.gnome.org/Apps/Devhelp
|
||||||
@ -12,11 +12,7 @@ BuildRequires: pkgconfig(amtk-5) pkgconfig(gsettings-desktop-schemas) pkgcon
|
|||||||
BuildRequires: libappstream-glib gi-docgen
|
BuildRequires: libappstream-glib gi-docgen
|
||||||
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%{_isa} = %{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.
|
||||||
@ -80,6 +76,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Devhelp*
|
|||||||
%{_mandir}/man1/devhelp.1*
|
%{_mandir}/man1/devhelp.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 26 2022 laokz <zhangkai@iscas.ac.cn> - 1:41.3-2
|
||||||
|
- Modify arch provides to general %_isa format
|
||||||
|
|
||||||
* Fri Nov 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:41.3-1
|
* Fri Nov 11 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1:41.3-1
|
||||||
- Update to 41.3
|
- Update to 41.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user