From ad6717436bd9130cf41383be07daea7d7fb24b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 19 Feb 2013 13:05:29 +0000 Subject: [PATCH] poxy RHEL-6 java --- libreoffice.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index ff92bb4..4d55d4f 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -207,9 +207,11 @@ BuildRequires: tomcat-servlet-3.0-api BuildRequires: bsh %if 0%{?rhel} && 0%{?rhel} < 7 BuildRequires: hsqldb +BuildRequires: java-devel >= 1:1.6.0 +%else +BuildRequires: java-devel %endif BuildRequires: jakarta-commons-httpclient -BuildRequires: java-devel %if 0%{?fedora} || 0%{?rhel} >= 7 BuildRequires: junit %endif