]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- skip dictionaries install if system dicts are used
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Mar 2007 00:40:11 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.719

libreoffice.spec

index 7e0002cd2c2b970fb8eb512e08ee25e298ac5f5b..f497af4ed9615fbe04f443706de9ea79803a6e77 100644 (file)
@@ -124,6 +124,7 @@ Patch3:             %{name}-mdbtools_fix.diff
 Patch4:                %{name}-nolfs_hack.patch
 Patch5:                %{name}-no_fonts_dir_buildfix.patch
 Patch6:                %{name}-java16.patch
+Patch7:                %{name}-nodictinst.patch
 # patches applied by ooo-patching-system
 Patch100:      %{name}-STL-lib64.diff
 Patch101:      %{name}-64bit-inline.diff
@@ -2028,6 +2029,9 @@ ln -sf %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%if %{with system_myspell}
+%patch7 -p1
+%endif
 
 # 64 bit related patches (not applied now)
 install %{PATCH100} patches/64bit
This page took 0.037409 seconds and 4 git commands to generate.