Don't mark the doc subpackage as noarch

Some of the new docs are now arch specific, e.g. GINT64_FORMAT can be
'lli' or 'li', depending on if it's a 32 bit or 64 bit host.
This commit is contained in:
Kalev Lember 2024-01-11 00:42:12 +01:00
parent f7008d223e
commit cf9e0c37f7

View File

@ -80,8 +80,7 @@ The glib2-devel package includes the header files for the GLib library.
%package doc
Summary: A library of handy utility functions
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
Requires: %{name}%{?_isa} = %{version}-%{release}
%description doc
The glib2-doc package includes documentation for the GLib library.