Fix clang-apidoc's missing -n in %%files section

This commit is contained in:
Michel Alexandre Salim 2010-05-24 09:26:17 +00:00
parent c73f9c2579
commit c7b1517ba9
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ BuildArch: noarch
Requires: clang-doc = %{version}-%{release}
%description apidoc
%description -n clang-apidoc
API documentation for the Clang compiler.
@ -347,7 +347,7 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc apidoc/*
%files clang-apidoc
%files -n clang-apidoc
%defattr(-,root,root,-)
%doc clang-apidoc/*