diff --git a/SUSE.soc b/SUSE.soc new file mode 100644 index 0000000..4bf19f7 --- /dev/null +++ b/SUSE.soc @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/libreoffice.changes b/libreoffice.changes index 9ae1558..2403450 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 21 13:04:49 UTC 2017 - tchvatal@suse.com + +- Add suse color palette bsc#1045339 + ------------------------------------------------------------------- Mon Jun 19 13:20:00 UTC 2017 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 5628357..2072a52 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -44,6 +44,8 @@ Url: http://www.documentfoundation.org/ Source0: %{tarball_url}/libreoffice-%{version}.tar.xz Source1: %{tarball_url}/libreoffice-help-%{version}.tar.xz Source2: %{tarball_url}/libreoffice-translations-%{version}.tar.xz +# SUSE color palette bsc#1045339 https://intra.microfocus.net/brandcentral/suse/identity.php#palette +Source3: SUSE.soc Source99: %{name}-rpmlintrc # prebuilt extensions Source402: %{external_url}/b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_%{numbertext_version}.oxt @@ -1225,6 +1227,10 @@ for i in file-lists/*.txt; do done rm pyfiles.txt +# Install color palette +cp %{SOURCE3} %{buildroot}%{_libdir}/libreoffice/share/palette/SUSE.soc +echo "%{_libdir}/libreoffice/share/palette/SUSE.soc" >> file-lists/common_list.txt + # Symlink libreofficekit to libdir ln -s %{_libdir}/%{name}/program/liblibreofficekitgtk.so %{buildroot}%{_libdir}/liblibreofficekitgtk.so