- Update to 2.8 release
This commit is contained in:
parent
ff6b65b9e1
commit
09e7c11d3e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
clang-2.7.tgz
|
/llvm-2.8.tgz
|
||||||
llvm-2.7.tgz
|
/clang-2.8.tgz
|
||||||
|
14
llvm.spec
14
llvm.spec
@ -11,8 +11,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 2.7
|
Version: 2.8
|
||||||
Release: 10%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -193,9 +193,9 @@ mv clang-%{version} tools/clang
|
|||||||
%patch0 -p1 -b .timestamp
|
%patch0 -p1 -b .timestamp
|
||||||
|
|
||||||
# Encoding fix
|
# Encoding fix
|
||||||
(cd tools/clang/docs && \
|
#(cd tools/clang/docs && \
|
||||||
iconv -f ISO88591 -t UTF8 BlockImplementation.txt \
|
# iconv -f ISO88591 -t UTF8 BlockImplementation.txt \
|
||||||
-o BlockImplementation.txt)
|
# -o BlockImplementation.txt)
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -329,6 +329,7 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc clang-docs/* clang-testlog.txt
|
%doc clang-docs/* clang-testlog.txt
|
||||||
%{_bindir}/clang*
|
%{_bindir}/clang*
|
||||||
|
%{_bindir}/c-index-test
|
||||||
%{_bindir}/tblgen
|
%{_bindir}/tblgen
|
||||||
%{_prefix}/lib/clang
|
%{_prefix}/lib/clang
|
||||||
%doc %{_mandir}/man1/clang.1.*
|
%doc %{_mandir}/man1/clang.1.*
|
||||||
@ -381,6 +382,9 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 12 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-1
|
||||||
|
- Update to 2.8 release
|
||||||
|
|
||||||
* Wed Sep 29 2010 jkeating - 2.7-10
|
* Wed Sep 29 2010 jkeating - 2.7-10
|
||||||
- Rebuilt for gcc bug 634757
|
- Rebuilt for gcc bug 634757
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user