[openoffice.org-voikko] Fix FTBFS (rhbz #716053) Update required LibreOffice version

Ville-Pekka Vainio vpv at fedoraproject.org
Tue Jul 19 17:35:08 UTC 2011


commit dd5cee9e4bf8936f0c283d242fd0430c3a3ee954
Author: Ville-Pekka Vainio <vpvainio at iki.fi>
Date:   Tue Jul 19 20:34:28 2011 +0300

    Fix FTBFS (rhbz #716053)
    Update required LibreOffice version

 openoffice.org-voikko.spec |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/openoffice.org-voikko.spec b/openoffice.org-voikko.spec
index 3b32735..84c4851 100644
--- a/openoffice.org-voikko.spec
+++ b/openoffice.org-voikko.spec
@@ -1,6 +1,6 @@
 Name:           openoffice.org-voikko
 Version:        3.1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Finnish spellchecker and hyphenator extension for LibreOffice
 
 Group:          Applications/Productivity
@@ -12,15 +12,17 @@ Source0:        http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.g
 #Source0:        http://www.puimula.org/htp/testing/%{name}-%{version}rc2.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:    libreoffice-sdk >= 3.2.99
+%global libo_version 3.4
+%global libo %{_libdir}/libreoffice
+%global libo_sdk %{libo}/basis%{libo_version}/sdk
+
+BuildRequires:    libreoffice-sdk >= libo_version
 BuildRequires:    libvoikko-devel >= 2.1
-Requires:    libreoffice-core >= 3.2.99
+Requires:    libreoffice-core >= libo_version
 # Rpmbuild only detects libvoikko.so.1 automatically, which is
 # too general for openoffice.org-voikko.
 Requires:         libvoikko >= 2.1
 
-%define libo %{_libdir}/libreoffice
-%define libo_sdk %{libo}/basis3.3/sdk
 # The location of the installed extension. Apparently the directory name must
 # end with .uno.pkg or unopkg will fail.
 %define voikkoext %{libo}/share/extensions/voikko.uno.pkg
@@ -60,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 19 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.1.2-4
+- Fix FTBFS (rhbz #716053)
+- Update required LibreOffice version
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list