]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- rel 0.12 auto/th/openoffice_org-2_2_0-oof680_m14_0_12
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Oct 2007 14:44:08 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix for hunspell-1.1.12 and BR hunspell >= 1.1.12

Changed files:
    libreoffice.spec -> 1.776

libreoffice.spec

index 774a522a7954c7c0673233e1f7820df806fc3b64..ff29da1e9e84ebab3a3a5f83ec5efb947dcc9713 100644 (file)
@@ -72,7 +72,7 @@
 %define                tag                     %(echo %{mws} | tr A-Z a-z)-%{milestone}
 %define                milestone       m14
 %define                _tag            %(echo %{tag} | tr - _)
-%define                _rel            0.11
+%define                _rel            0.12
 
 Summary:       OpenOffice.org - powerful office suite
 Summary(pl.UTF-8):     OpenOffice.org - potężny pakiet biurowy
@@ -135,6 +135,7 @@ Patch111:   %{name}-perl-nodiag.patch
 Patch112:      %{name}-gcc42-swregion.diff
 Patch113:      %{name}-neon.diff
 Patch114:      %{name}-curl.diff
+Patch115:      %{name}-hunspell.diff
 URL:           http://www.openoffice.org/
 BuildRequires: /usr/bin/getopt
 BuildRequires: STLport-devel >= 2:5.0.0
@@ -160,7 +161,7 @@ BuildRequires:      gstreamer-devel >= 0.10.0
 BuildRequires: gstreamer-plugins-base-devel >= 0.10.0
 BuildRequires: gtk+2-devel
 %{?with_system_hsqldb:BuildRequires:   hsqldb >= 1.8.0}
-%{?with_system_hunspell:BuildRequires: hunspell-devel}
+%{?with_system_hunspell:BuildRequires: hunspell-devel >= 1.1.12}
 BuildRequires: icu
 %{?with_kde:BuildRequires:     kdelibs-devel}
 BuildRequires: libart_lgpl-devel
@@ -2096,7 +2097,7 @@ done
 
 echo "[ PLDOnly ]" >> patches/src680/apply
 # patches applied by ooo (extension .diff is required)
-for P in %{PATCH102} %{PATCH104} %{PATCH108} %{PATCH109} %{PATCH111} %{PATCH112} %{PATCH113} %{PATCH114}; do
+for P in %{PATCH102} %{PATCH104} %{PATCH108} %{PATCH109} %{PATCH111} %{PATCH112} %{PATCH113} %{PATCH114} %{PATCH115}; do
        PATCHNAME=PLD-${P##*/%{name}-}
        PATCHNAME=${PATCHNAME%.patch}.diff
        install $P patches/src680/$PATCHNAME
This page took 0.06942 seconds and 4 git commands to generate.