mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Merge branch 'f14' into f13
This commit is contained in:
commit
e7a823e4e2
3 changed files with 16 additions and 17 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
|||
clang-2.7.tgz
|
||||
llvm-2.7.tgz
|
||||
/llvm-2.8.tgz
|
||||
/clang-2.8.tgz
|
||||
|
|
25
llvm.spec
25
llvm.spec
|
@ -11,8 +11,8 @@
|
|||
%endif
|
||||
|
||||
Name: llvm
|
||||
Version: 2.7
|
||||
Release: 11%{?dist}
|
||||
Version: 2.8
|
||||
Release: 3%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
Group: Development/Languages
|
||||
|
@ -22,7 +22,6 @@ Source0: http://llvm.org/releases/%{version}/llvm-%{version}.tgz
|
|||
Source1: http://llvm.org/releases/%{version}/clang-%{version}.tgz
|
||||
# Data files should be installed with timestamps preserved
|
||||
Patch0: llvm-2.6-timestamp.patch
|
||||
Patch1: clang-2.7-nodebug.patch
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: chrpath
|
||||
|
@ -192,14 +191,11 @@ HTML documentation for LLVM's OCaml binding.
|
|||
mv clang-%{version} tools/clang
|
||||
|
||||
%patch0 -p1 -b .timestamp
|
||||
pushd tools/clang
|
||||
%patch1 -p2 -b .nodebug
|
||||
popd
|
||||
|
||||
# Encoding fix
|
||||
(cd tools/clang/docs && \
|
||||
iconv -f ISO88591 -t UTF8 BlockImplementation.txt \
|
||||
-o BlockImplementation.txt)
|
||||
#(cd tools/clang/docs && \
|
||||
# iconv -f ISO88591 -t UTF8 BlockImplementation.txt \
|
||||
# -o BlockImplementation.txt)
|
||||
|
||||
|
||||
%build
|
||||
|
@ -340,6 +336,7 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
|||
%defattr(-,root,root,-)
|
||||
%doc clang-docs/* clang-testlog.txt
|
||||
%{_bindir}/clang*
|
||||
%{_bindir}/c-index-test
|
||||
%{_bindir}/tblgen
|
||||
%{_prefix}/lib/clang
|
||||
%doc %{_mandir}/man1/clang.1.*
|
||||
|
@ -392,14 +389,16 @@ find examples -name 'Makefile' | xargs -0r rm -f
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 15 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-11
|
||||
* Fri Oct 15 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-3
|
||||
- Re-add omitted %%{_includedir}
|
||||
|
||||
* Thu Oct 14 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-10
|
||||
* Thu Oct 14 2010 Michel Salim <salimma@fedoraproject.org> - 2.8-2
|
||||
- Add correct C include directory at compile time (# 641500)
|
||||
- Upstream patch so -g flag is not passed to assembler (# 605266)
|
||||
|
||||
* Wed Sep 29 2010 jkeating - 2.7-9.1
|
||||
* 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
|
||||
- Rebuilt for gcc bug 634757
|
||||
|
||||
* Mon Sep 20 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-9
|
||||
|
|
4
sources
4
sources
|
@ -1,2 +1,2 @@
|
|||
b83260aa8c13494adf8978b5f238bf1b clang-2.7.tgz
|
||||
ac322661f20e7d6c810b1869f886ad9b llvm-2.7.tgz
|
||||
220d361b4d17051ff4bb21c64abe05ba llvm-2.8.tgz
|
||||
10e14c901fc3728eecbd5b829e011b59 clang-2.8.tgz
|
||||
|
|
Loading…
Reference in a new issue