[libreoffice] use internal mysql-connector-c++ on rhel 7 too

David Tardon dtardon at fedoraproject.org
Fri Jan 13 12:08:58 UTC 2012


commit 51828fb0190f38102a6f8d06f84ac095aee423c2
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jan 13 13:08:40 2012 +0100

    use internal mysql-connector-c++ on rhel 7 too

 libreoffice.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 9d7dea3..7c460ae 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -56,9 +56,11 @@ Source13:       http://hg.services.openoffice.org/binaries/18f577b374d60b3c760a3
 #backwards compatability.
 Source14:       http://hg.services.openoffice.org/binaries/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
 Source15:       http://dev-www.libreoffice.org/extern/b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2
-%if %{defined rhel} && 0%{?rhel} < 7
+%if %{defined rhel}
+%if 0%{?rhel} < 7
 Source16:       http://dev-www.libreoffice.org/src/0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
 Source17:       http://hg.services.openoffice.org/binaries/067201ea8b126597670b5eff72e1f66c-mythes-1.2.0.tar.gz
+%endif
 Source18:       http://dev-www.libreoffice.org/src/0981bda6548a8c8233ffce2b6e4b2a23-mysql-connector-c++-1.1.0.tar.gz
 %endif
 Source19:       http://dev-www.libreoffice.org/src/053a35c244bf132f806e198ac4d960aa-libvisio-0.0.12.tar.bz2
@@ -86,10 +88,10 @@ BuildRequires:  hsqldb, db4-devel
 %else
 BuildRequires:  mdds-devel, mythes-devel, graphite2-devel, libwpg-devel
 BuildRequires:  libwps-devel, junit4, perl(Digest::MD5), libdb-devel
-BuildRequires:  mysql-connector-c++-devel
 %endif
 %if %{undefined rhel}
 BuildRequires:  kdelibs4-devel
+BuildRequires:  mysql-connector-c++-devel
 %endif
 
 Requires: %{name}-writer = %{epoch}:%{version}-%{release}


More information about the scm-commits mailing list