[HippoDraw/f18] Fix TeX dependencies

Jindrich Novy jnovy at fedoraproject.org
Sat Oct 20 06:44:02 UTC 2012


commit 5ae9e0f6be273ef019b80e7c207a9685c81b2be4
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Sat Oct 20 08:47:26 2012 +0200

    Fix TeX dependencies

 HippoDraw.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/HippoDraw.spec b/HippoDraw.spec
index 4660e71..d450dd0 100644
--- a/HippoDraw.spec
+++ b/HippoDraw.spec
@@ -20,8 +20,8 @@ Patch4: HippoDraw-1.21.3-numpy.patch
 BuildRequires: cfitsio-devel qt3-devel desktop-file-utils doxygen graphviz
 BuildRequires: graphviz-gd
 BuildRequires: numpy boost-devel python-devel
-BuildRequires: tetex-latex tetex-dvips netpbm-progs ghostscript
-Requires:  tetex-latex tetex-dvips netpbm-progs ghostscript
+BuildRequires: tex(latex) tex(dvips) netpbm-progs ghostscript
+Requires:  tex(latex) tex(dvips) netpbm-progs ghostscript
 
 %description
 HippoDraw is a highly interactive data analysis
@@ -137,6 +137,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_datadir}/%{name}/examples
 
 %changelog
+* Sat Oct 20 2012 Jindrich Novy <jnovy at redhat.com> - 1.21.3-7
+- fix TeX dependencies
+
 * Sun Aug 12 2012 Kevin Fenzi <kevin at scrye.com> - 1.21.3-6
 - Rebuild for new boost
 


More information about the scm-commits mailing list