Fix clang-apidoc's missing -n in %%files section
This commit is contained in:
parent
c73f9c2579
commit
c7b1517ba9
@ -127,7 +127,7 @@ BuildArch: noarch
|
|||||||
Requires: clang-doc = %{version}-%{release}
|
Requires: clang-doc = %{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
%description apidoc
|
%description -n clang-apidoc
|
||||||
API documentation for the Clang compiler.
|
API documentation for the Clang compiler.
|
||||||
|
|
||||||
|
|
||||||
@ -347,7 +347,7 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc apidoc/*
|
%doc apidoc/*
|
||||||
|
|
||||||
%files clang-apidoc
|
%files -n clang-apidoc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc clang-apidoc/*
|
%doc clang-apidoc/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user