- Workaround issue in rpm parser. Thanks to mls.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=100
This commit is contained in:
parent
fdb2081620
commit
c9c59ed56f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 12:04:16 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
- Workaround issue in rpm parser. Thanks to mls.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 20:33:34 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -692,7 +692,7 @@ This package provides extensions for LibreOffice Writer:
|
||||
Summary: %{langname} Localization Files for LibreOffice \
|
||||
Group: Productivity/Office/Suite \
|
||||
Requires: %{name} = %{version} \
|
||||
Requires(post): %{name} = %{version} \
|
||||
Requires(post,): %{name} = %{version} \
|
||||
Provides: locale(libreoffice:%{lang}) \
|
||||
BuildArch: noarch \
|
||||
%{-m:Requires: libreoffice-thesaurus-%{-m*}}%{!-m:%{-M:Requires: libreoffice-thesaurus-%{lang}}} \
|
||||
@ -728,7 +728,7 @@ rpm -ql %{pkgname} > %{_datadir}/libreoffice/%{pkgname}_list.txt || true \
|
||||
\
|
||||
%postun %{pkgname} \
|
||||
test "$1" = "0" && %{_datadir}/libreoffice/link-to-ooo-home --unlink %{_datadir}/libreoffice/%{pkgname}_list.txt \
|
||||
rm -f %{_datadir}/libreoffice/%{pkgname}_list.txt 2> /dev/null \
|
||||
test "$1" = "0" && rm -f %{_datadir}/libreoffice/%{pkgname}_list.txt 2> /dev/null \
|
||||
%{nil}
|
||||
|
||||
%langpack -l af -n Afrikaans
|
||||
|
Loading…
x
Reference in New Issue
Block a user