[freecol] freecol needs pdflatex to build documentation

Bruno Wolff III bruno at fedoraproject.org
Sat Mar 2 13:13:58 UTC 2013


commit 56f1768c8edf26676cbc37565f619ca9b7de3ba2
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Mar 2 07:11:44 2013 -0600

    freecol needs pdflatex to build documentation
    
    pdflatex doesn't get pulled in by the previous set of
    buildrequires declarations, so we need to add another one.

 freecol.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/freecol.spec b/freecol.spec
index 2ac0dd8..3874011 100644
--- a/freecol.spec
+++ b/freecol.spec
@@ -7,7 +7,7 @@
 
 Name:           freecol
 Version:        0.10.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Turn-based multi-player strategy game
 Group:          Amusements/Games
 License:        GPL+
@@ -19,6 +19,7 @@ Patch0:         freecol-no-classpath-in-MF.patch
 BuildRequires:  ant ant-nodeps xml-commons-apis xml-commons-resolver
 BuildRequires:  tetex-tex4ht desktop-file-utils fontpackages-devel
 BuildRequires:  apache-commons-cli cortado jorbis miglayout
+BuildRequires:  tex(pdflatex)
 # Doesn't run with gcj, so better build it with icedtea/openjdk too
 BuildRequires:  java-devel >= 1:1.6.0
 BuildArch:      noarch
@@ -149,6 +150,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Mar 02 2013 Bruno Wolff III <bruno at wolff.to> - 0.10.5-4
+- Adjust buildrequires for new texlive
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list