fix pod parsing error in lit.pod
"lit.pod around line 389: =back without =over"
This commit is contained in:
parent
4bbca008d9
commit
b27d0335ad
11
llvm-3.1-docs-lit.pod-back-without-over.patch
Normal file
11
llvm-3.1-docs-lit.pod-back-without-over.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- llvm-3.1.src/docs/CommandGuide/lit.pod~ 2012-03-27 03:01:14.000000000 +0900
|
||||||
|
+++ llvm-3.1.src/docs/CommandGuide/lit.pod 2013-01-23 12:47:30.297510832 +0900
|
||||||
|
@@ -386,8 +386,6 @@
|
||||||
|
********************
|
||||||
|
PASS: D (4 of 4)
|
||||||
|
|
||||||
|
-=back
|
||||||
|
-
|
||||||
|
=head2 LIT EXAMPLE TESTS
|
||||||
|
|
||||||
|
The B<lit> distribution contains several example implementations of test suites
|
@ -60,9 +60,12 @@ Patch610: 0001-Add-r600-TargetInfo.patch
|
|||||||
Patch611: 0002-r600-Add-some-target-builtins.patch
|
Patch611: 0002-r600-Add-some-target-builtins.patch
|
||||||
Patch612: 0003-r600-Add-read_global_size-and-read_local_size-builti.patch
|
Patch612: 0003-r600-Add-read_global_size-and-read_local_size-builti.patch
|
||||||
|
|
||||||
# ocaml
|
# ghc
|
||||||
Patch700: llvm-fix-ghc.patch
|
Patch700: llvm-fix-ghc.patch
|
||||||
|
|
||||||
|
# doc
|
||||||
|
Patch800: llvm-3.1-docs-lit.pod-back-without-over.patch
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -273,6 +276,8 @@ popd
|
|||||||
|
|
||||||
%patch700 -p0 -b .ghc
|
%patch700 -p0 -b .ghc
|
||||||
|
|
||||||
|
%patch800 -p1 -b .r800
|
||||||
|
|
||||||
# fix ld search path
|
# fix ld search path
|
||||||
sed -i 's|/lib /usr/lib $lt_ld_extra|%{_libdir} $lt_ld_extra|' \
|
sed -i 's|/lib /usr/lib $lt_ld_extra|%{_libdir} $lt_ld_extra|' \
|
||||||
./configure
|
./configure
|
||||||
@ -557,7 +562,7 @@ exit 0
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 23 2013 Jens Petersen <petersen@redhat.com> - 3.1-13
|
* Wed Jan 23 2013 Jens Petersen <petersen@redhat.com> - 3.1-13
|
||||||
- rebuild for F19 ARM ldconfig issue (#893294)
|
- fix pod parsing error in lit.pod: "=back without =over"
|
||||||
|
|
||||||
* Mon Oct 29 2012 Richard W.M. Jones <rjones@redhat.com> - 3.1-12
|
* Mon Oct 29 2012 Richard W.M. Jones <rjones@redhat.com> - 3.1-12
|
||||||
- Rebuild for OCaml 4.00.1.
|
- Rebuild for OCaml 4.00.1.
|
||||||
|
Loading…
Reference in New Issue
Block a user