mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Replacing tabs with spaces
This commit is contained in:
parent
4fcc978405
commit
18bd3a3f63
1 changed files with 4 additions and 4 deletions
|
@ -143,9 +143,9 @@ Shared libraries for the LLVM compiler infrastructure.
|
||||||
|
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: LLVM static libraries
|
Summary: LLVM static libraries
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description static
|
%description static
|
||||||
Static libraries for the LLVM compiler infrastructure. Not recommended
|
Static libraries for the LLVM compiler infrastructure. Not recommended
|
||||||
|
@ -444,7 +444,7 @@ mkdir -p %{buildroot}%{_docdir}
|
||||||
# llvm
|
# llvm
|
||||||
mkdir -p %{buildroot}%{llvmdocdir llvm}
|
mkdir -p %{buildroot}%{llvmdocdir llvm}
|
||||||
for f in CREDITS.TXT LICENSE.TXT README.txt; do
|
for f in CREDITS.TXT LICENSE.TXT README.txt; do
|
||||||
cp $f %{buildroot}%{llvmdocdir llvm}
|
cp $f %{buildroot}%{llvmdocdir llvm}
|
||||||
done
|
done
|
||||||
|
|
||||||
# llvm-doc
|
# llvm-doc
|
||||||
|
|
Loading…
Reference in a new issue