[tetex-tex4ht/f17] fix java dependency (#794479)

Jindrich Novy jnovy at fedoraproject.org
Fri Mar 23 12:37:35 UTC 2012


commit 0457d51753ea15f1b5823460704db8689d6bbc49
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Fri Mar 23 13:19:59 2012 +0100

    fix java dependency (#794479)

 tetex-tex4ht.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/tetex-tex4ht.spec b/tetex-tex4ht.spec
index f7d9a17..e7733f8 100644
--- a/tetex-tex4ht.spec
+++ b/tetex-tex4ht.spec
@@ -5,7 +5,7 @@
 Summary:       Translates TeX and LaTeX into HTML or XML+MathML
 Name:          tetex-tex4ht
 Version:       1.0.2008_09_16_1413
-Release:       5%{?dist}
+Release:       6%{?dist}
 License:       LPPL
 Group:         Applications/Publishing
 URL:           http://www.cse.ohio-state.edu/~gurari/TeX4ht/
@@ -34,9 +34,9 @@ BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # kpsewhich should be brought in by kpathsea-devel anyway
 BuildRequires:  /usr/bin/kpsewhich
 BuildRequires:  kpathsea-devel
-#BuildRequires:  java-devel
 # Doesn't run with gcj, so better build it with icedtea/openjdk too
-BuildRequires:  java-1.6.0-openjdk-devel
+BuildRequires:  java-devel >= 1:1.6.0
+Requires:       java >= 1:1.6.0
 BuildRequires:  /usr/bin/fastjar
 # for uudecode to generate the debian tutorial images
 BuildRequires:  sharutils
@@ -47,8 +47,6 @@ Requires:       ImageMagick pstoedit
 # for all the conversion scripts
 Requires:        tex(latex) tex(dvips) tex(context) tex(xetex) texinfo-tex
 Requires:        /usr/bin/dvipng
-#Requires:       java
-Requires:       java-1.6.0-openjdk
 Requires(post):   /usr/bin/texhash
 Requires(postun): /usr/bin/texhash
 Obsoletes:      tex4ht < %{version}-%{release}
@@ -193,6 +191,9 @@ texhash > /dev/null 2>&1 || :
 texhash > /dev/null 2>&1 || :
 
 %changelog
+* Fri Mar 23 2012 Jindrich Novy <jnovy at redhat.com> 1.0.2008_09_16_1413-6
+- fix java dependency (#794479)
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2008_09_16_1413-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list