[ocaml-mlgmpidl] fullpage.sty is available in TeXLive 2012; use it.

Jerry James jjames at fedoraproject.org
Thu Dec 13 20:15:49 UTC 2012


commit bf2c448c88c0fd4ff1e23338627c7df40cbbecf2
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Thu Dec 13 13:15:41 2012 -0700

    fullpage.sty is available in TeXLive 2012; use it.

 ocaml-mlgmpidl.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/ocaml-mlgmpidl.spec b/ocaml-mlgmpidl.spec
index 5eb2e4d..f5a59d7 100644
--- a/ocaml-mlgmpidl.spec
+++ b/ocaml-mlgmpidl.spec
@@ -10,7 +10,7 @@
 
 Name:           ocaml-mlgmpidl
 Version:        1.2.1
-Release:        0.1.%{svndate}%{?dist}
+Release:        0.2.%{svndate}%{?dist}
 Summary:        OCaml interface to GMP and MPFR libraries
 Group:          Development/Libraries
 License:        LGPLv2
@@ -41,6 +41,7 @@ BuildRequires:  gmp-devel
 BuildRequires:  mpfr-devel
 # BuildRequires for documentation build
 BuildRequires:  tex(latex)
+BuildRequires:  tex(fullpage.sty)
 BuildRequires:  ghostscript
 
 
@@ -77,9 +78,6 @@ cp %{SOURCE1} %{SOURCE2} .
 # Patch makefile to take custom locations for libraries and installing
 %patch0
 
-# The old fullpage.sty is no longer shipped with TeXLive 2012
-sed -i 's/{fullpage}/[margin=1in]{geometry}/' mlgmpidl.tex
-
 
 %build
 mv Makefile.config.model Makefile.config
@@ -157,6 +155,9 @@ cp -pr html %{buildroot}%{doc_dir}
 
 
 %changelog
+* Thu Dec 13 2012 Jerry James <loganjerry at gmail.com> - 1.2.1-0.2.20120830
+- fullpage.sty is available in TeXLive 2012; use it
+
 * Wed Oct 17 2012 Jerry James <loganjerry at gmail.com> - 1.2.1-0.1.20120830
 - Rebuild for OCaml 4.00.1.
 - Update to latest upstream SVN.


More information about the scm-commits mailing list