From 75c18e166f3c30ff05a88a03558cbe7cd235d18f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Jan 07 2015 09:31:16 +0000 Subject: Resolves: rhbz#1177547 system autocorr files not detected --- diff --git a/libreoffice.spec b/libreoffice.spec index acf5490..3c4b020 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -46,7 +46,7 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: %{libo_version}.1 -Release: 1%{?libo_prerelease}%{?dist} +Release: 2%{?libo_prerelease}%{?dist} License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic and MPLv2.0 and CC0 Group: Applications/Productivity URL: http://www.libreoffice.org/ @@ -1396,6 +1396,7 @@ popd install -m 0755 -d %{buildroot}%{_datadir} mv -f %{buildroot}%{baseinstdir}/share/autocorr %{buildroot}%{_datadir}/autocorr chmod 755 %{buildroot}%{_datadir}/autocorr +ln -s %{buildroot}%{baseinstdir}/share/autocorr %{_datadir}/autocorr #remove it in case we didn't build with gcj rm -f %{buildroot}%{baseinstdir}/program/classes/sandbox.jar @@ -2332,6 +2333,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || : %endif %changelog +* Wed Jan 07 2015 Caolán McNamara - 1:4.4.0.1-2 +- Resolves: rhbz#1177547 system autocorr files not detected + * Sun Dec 21 2014 David Tardon - 1:4.4.0.1-1 - update to 4.4.0 rc1