diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-18 06:54:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-18 06:54:27 +0000 |
commit | f49d0d2647eb3944e373ec1eae5b6714a90d7355 (patch) | |
tree | a94200134f485b0b452057724c49f1226c3be001 | |
parent | e22829e7a3c33abb89a6188cff6f361f7abecd6d (diff) |
automatic import of libreoffice
-rw-r--r-- | libreoffice.spec | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/libreoffice.spec b/libreoffice.spec index 659f96f..217eef5 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -219,7 +219,9 @@ to be written in python. %package base Summary: Database front-end for LibreOffice +%ifarch %{java_arches} Requires: pentaho-reporting-flow-engine +%endif Requires: postgresql-jdbc Requires: %{name}-core%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-calc%{?_isa} = %{epoch}:%{version}-%{release} @@ -398,7 +400,7 @@ Summary: UNO Runtime Environment Requires: %{name}-ure-common = %{epoch}:%{version}-%{release} Requires: unzip%{?_isa} %ifarch %{java_arches} -#rhbz#1164551 we want to ensure that a libjvm.so of this arch is available +# we want to ensure that a libjvm.so of this arch is available Requires: libjvm.so%{?mark64} %endif @@ -727,7 +729,7 @@ Rules for auto-correcting common %{langname} typing errors. \ %langpack -l sl -n Slovenian -F -H -Y -M -A -T -X %{baseinstdir}/share/wordbook/sl.dic -#rhbz#452379 clump serbian translations together +# clump serbian translations together %langpack -l sr -n Serbian -F -H -Y -A -i sr-Latn -k sr@latin -j sr_Latn -x sr* %langpack -l ss -n Swati -F -H -X %define langpack_lang Southern Sotho @@ -1062,7 +1064,7 @@ pushd %{buildroot}%{baseinstdir}/share/autocorr rm -f acor_[a-df-z]*.dat acor_e[lsu]*.dat %endif popd -#rhbz#484055 make these shared across multiple applications +# make these shared across multiple applications install -m 0755 -d %{buildroot}%{_datadir} mv -f %{buildroot}%{baseinstdir}/share/autocorr %{buildroot}%{_datadir}/autocorr chmod 755 %{buildroot}%{_datadir}/autocorr @@ -1095,7 +1097,7 @@ popd %py_byte_compile %{libo_python_executable} %{buildroot}%{baseinstdir}/program rm -rf %{buildroot}%{baseinstdir}/program/__pycache__ -# rhbz#477435 package opensymbol separately +# package opensymbol separately pushd %{buildroot}%{baseinstdir}/program/resource/common/fonts install -d -m 0755 %{buildroot}%{_fontdir} install -p -m 0644 *.ttf %{buildroot}%{_fontdir} @@ -1106,7 +1108,7 @@ rm -rf %{buildroot}%{baseinstdir}/share/fonts/truetype/*.ttf # move platform-independent data into shared dir install -m 0755 -d %{buildroot}%{datadir} rm -f %{buildroot}%{baseinstdir}/CREDITS.fodt %{buildroot}%{baseinstdir}/LICENSE* %{buildroot}%{baseinstdir}/NOTICE -# rhbz#1473749 ensure display of files in license/about dialogs works +# ensure display of files in license/about dialogs works ln -sr %{buildroot}%{lodatadocdir}/CREDITS.fodt %{buildroot}%{baseinstdir}/CREDITS.fodt ln -sr %{buildroot}%{lodatadocdir}/LICENSE.html %{buildroot}%{baseinstdir}/LICENSE.html @@ -1169,8 +1171,8 @@ pushd %{buildroot}%{baseinstdir}/share/xdg/ chmod u+w *.desktop ICONVERSION=`echo $PRODUCTVERSION | sed -e 's/\.//'` for file in *.desktop; do - # rhbz#156677 remove the version from Name= - # rhbz#156067 don't version the icons + # remove the version from Name= + # don't version the icons sed -i -e "s/ *$PRODUCTVERSION//g" \ -e "s/$ICONVERSION//g" \ -e "s/$PRODUCTVERSIONSHORT//g" \ |