[ocaml-mlgmpidl] Fix for undefined control sequence \textquotesingle.

Jerry James jjames at fedoraproject.org
Sun Jun 10 00:03:36 UTC 2012


commit c165d0756d3e95b0f17f490c04f5f4af67f9fd04
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Jun 9 18:03:28 2012 -0600

    Fix for undefined control sequence \textquotesingle.

 ocaml-mlgmpidl.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/ocaml-mlgmpidl.spec b/ocaml-mlgmpidl.spec
index 4e19aaf..47bf7ef 100644
--- a/ocaml-mlgmpidl.spec
+++ b/ocaml-mlgmpidl.spec
@@ -77,6 +77,9 @@ cp %{SOURCE1} %{SOURCE2} .
 # Patch makefile to take custom locations for libraries and installing
 %patch0 -p1
 
+# Fix for undefined control sequence: \textquotesingle
+sed -i '/%\\usepackage{listings}/i\\\\usepackage{textcomp}' mlgmpidl.tex
+
 
 %build
 mv Makefile.config.model Makefile.config
@@ -156,6 +159,7 @@ cp -pr html %{buildroot}%{doc_dir}
 %changelog
 * Sat Jun  9 2012 Jerry James <loganjerry at gmail.com> - 1.2-0.3.20120508
 - Rebuild for OCaml 4.00.0
+- Fix for undefined control sequence \textquotesingle
 - Minor spec file cleanups
 
 * Tue May  8 2012 Richard W.M. Jones <rjones at redhat.com> - 1.2-0.2.20120508


More information about the scm-commits mailing list