mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Make all doc subpackages noarch
This commit is contained in:
parent
c7b1517ba9
commit
27c0ebc1cd
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,7 @@ native programs that use the LLVM infrastructure.
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for LLVM
|
Summary: Documentation for LLVM
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
|
BuildArch: noarch
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
|
@ -103,6 +104,7 @@ intended to run in tandem with a build of a project or code base.
|
||||||
%package -n clang-doc
|
%package -n clang-doc
|
||||||
Summary: Documentation for Clang
|
Summary: Documentation for Clang
|
||||||
Group: Documentation
|
Group: Documentation
|
||||||
|
BuildArch: noarch
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n clang-doc
|
%description -n clang-doc
|
||||||
|
|
Loading…
Reference in a new issue