|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
%define libo_version 3.5.0
|
|
|
|
|
%define libo_version 3.5.1
|
|
|
|
|
# rhbz#715152 state vendor
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%define vendoroption --with-vendor="Red Hat, Inc."
|
|
|
|
@ -34,8 +34,8 @@
|
|
|
|
|
Summary: Free Software Productivity Suite
|
|
|
|
|
Name: libreoffice
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: %{libo_version}.3
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: %{libo_version}.1
|
|
|
|
|
Release: 1%{?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
|
|
|
|
|
Group: Applications/Productivity
|
|
|
|
|
URL: http://www.documentfoundation.org/develop
|
|
|
|
@ -126,16 +126,9 @@ Patch13: libreoffice-rhel6langs.patch
|
|
|
|
|
Patch14: 0001-move-binfilter-mime-types-into-extra-.desktop-file.patch
|
|
|
|
|
%endif
|
|
|
|
|
Patch15: 0001-Resolves-rhbz-788042-skip-splashscreen-with-quicksta.patch
|
|
|
|
|
Patch16: 0001-Resolves-fdo-43644-survive-registered-but-unavailabl.patch
|
|
|
|
|
Patch17: 0001-make-hsqldb-build-with-java-1.7.patch
|
|
|
|
|
Patch18: libreoffice-ensure-non-broken-xml-tree.patch
|
|
|
|
|
Patch19: 0001-preserve-timestamps-for-.py-files.patch
|
|
|
|
|
Patch20: 0001-Resolves-rhbz-789622-Adapt-SDK-to-changed-paths-in-L.patch
|
|
|
|
|
Patch21: 0001-Fix-fdo-45177-avoid-linked-undo-for-the-while.patch
|
|
|
|
|
Patch22: 0001-Fix-some-apparent-misuses-of-RTL_CONSTASCII_USTRINGP.patch
|
|
|
|
|
%if %{with binfilter}
|
|
|
|
|
Patch23: binfilter-Fix-some-apparent-misuses-of-RTL_CONSTASCII_USTRINGP.patch
|
|
|
|
|
%endif
|
|
|
|
|
Patch16: 0001-make-hsqldb-build-with-java-1.7.patch
|
|
|
|
|
Patch17: libreoffice-ensure-non-broken-xml-tree.patch
|
|
|
|
|
Patch18: 0001-preserve-timestamps-for-.py-files.patch
|
|
|
|
|
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
|
%define instdir %{_libdir}
|
|
|
|
@ -971,16 +964,9 @@ mv -f redhat.soc extras/source/palettes/standard.soc
|
|
|
|
|
%patch14 -p1 -b .move-binfilter-mime-types-into-extra-.desktop-file.patch
|
|
|
|
|
%endif
|
|
|
|
|
%patch15 -p1 -b .rhbz788042-skip-splashscreen-with-quicksta.patch
|
|
|
|
|
%patch16 -p1 -b .fdo43644-survive-registered-but-unavailabl.patch
|
|
|
|
|
%patch17 -p1 -b .make-hsqldb-build-with-java-1.7.patch
|
|
|
|
|
%patch18 -p1 -b .ensure-non-broken-xml-tree.patch
|
|
|
|
|
%patch19 -p1 -b .preserve-timestamps-for-.py-files.patch
|
|
|
|
|
%patch20 -p1 -b .Resolves-rhbz-789622-Adapt-SDK-to-changed-paths-in-L.patch
|
|
|
|
|
%patch21 -p1 -b .fdo45177-avoid-linked-undo-for-the-while.patch
|
|
|
|
|
%patch22 -p1 -b .Fix-some-apparent-misuses-of-RTL_CONSTASCII_USTRINGP.patch
|
|
|
|
|
%if %{with binfilter}
|
|
|
|
|
%patch23 -p1 -b .binfilter-Fix-some-apparent-misuses-of-RTL_CONSTASCII_USTRINGP.patch
|
|
|
|
|
%endif
|
|
|
|
|
%patch16 -p1 -b .make-hsqldb-build-with-java-1.7.patch
|
|
|
|
|
%patch17 -p1 -b .ensure-non-broken-xml-tree.patch
|
|
|
|
|
%patch18 -p1 -b .preserve-timestamps-for-.py-files.patch
|
|
|
|
|
|
|
|
|
|
# TODO: check this
|
|
|
|
|
# these are horribly incomplete--empty translations and copied english
|
|
|
|
@ -2257,7 +2243,13 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 16 2012 Caolán McNamara <caolanm@redhat.com> - 3.5.0.3-6.UNBUILT
|
|
|
|
|
* Thu Feb 26 2012 David Tardon <dtardon@redhat.com> - 3.5.1.1-1
|
|
|
|
|
- 3.5.1 rc1
|
|
|
|
|
- drop 0001-Resolves-fdo-43644-survive-registered-but-unavailabl.patch
|
|
|
|
|
- drop 0001-Resolves-rhbz-789622-Adapt-SDK-to-changed-paths-in-L.patch
|
|
|
|
|
- drop 0001-Fix-fdo-45177-avoid-linked-undo-for-the-while.patch
|
|
|
|
|
- drop 0001-Fix-some-apparent-misuses-of-RTL_CONSTASCII_USTRINGP.patch
|
|
|
|
|
- drop binfilter-Fix-some-apparent-misuses-of-RTL_CONSTASCII_USTRINGP.patch
|
|
|
|
|
- Resolves: fdo#45177 avoid linked undo crash
|
|
|
|
|
- Fix some apparent misuses of RTL_CONSTASCII_USTRINGPARAM (cherry-picked from
|
|
|
|
|
upstream libreoffice-3-5 branch)
|
|
|
|
|