]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- add hunspell patch again
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Mar 2008 12:24:11 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.788

libreoffice.spec

index 0e932d63fc35724f8d87f819926ad31a9c32f5c7..5575b8222d82720f4c0389468a9b71976b31f709 100644 (file)
@@ -73,7 +73,7 @@
 %define                milestone       m14
 %define                rtag            %(echo %{tag} | tr - _)
 
-%define                rel                     4
+%define                rel                     5
 Summary:       OpenOffice.org - powerful office suite
 Summary(pl.UTF-8):     OpenOffice.org - potężny pakiet biurowy
 Name:          openoffice.org
@@ -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 >= 1.1.12}
+%{?with_system_hunspell:BuildRequires: hunspell-devel >= 1.2}
 BuildRequires: icu
 %{?with_kde:BuildRequires:     kdelibs-devel}
 BuildRequires: libart_lgpl-devel
@@ -2099,7 +2100,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.260834 seconds and 4 git commands to generate.