Accepting request 222038 from home:fcrozat:branches:LibreOffice:Factory
- Fix vlc macro again (thanks rudi) - Fix typo in description - Fix nl and nn language subpackage incorrectly requiring unexisting thesaurus package. OBS-URL: https://build.opensuse.org/request/show/222038 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=113
This commit is contained in:
parent
738335c13b
commit
498beff3b5
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 13:34:12 UTC 2014 - fcrozat@suse.com
|
||||
|
||||
- Fix vlc macro again (thanks rudi)
|
||||
- Fix typo in description
|
||||
- Fix nl and nn language subpackage incorrectly requiring
|
||||
unexisting thesaurus package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 10:25:31 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -238,7 +238,7 @@ Provides: %{name}-l10n-prebuild = %{version}
|
||||
Obsoletes: %{name}-l10n-prebuild < %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %{arm} %{ix86} x86_64 ppc ppc64
|
||||
%if %{with_vlc}
|
||||
%if %{with vlc}
|
||||
BuildRequires: vlc-devel
|
||||
%endif
|
||||
# we need a JRE for oobase and the other stuff
|
||||
@ -272,7 +272,7 @@ Some optional features are provided by extra packages, for example:
|
||||
- libreoffice-kde
|
||||
- libreoffice-gnome
|
||||
|
||||
Non-English localizations are provided by extra packges as well, for
|
||||
Non-English localizations are provided by extra packages as well, for
|
||||
example:
|
||||
|
||||
- libreoffice-l10n-de
|
||||
@ -789,8 +789,8 @@ Provides additional %{langname} translations and resources for %{project}. \
|
||||
%langpack -l ml -n Malayalam
|
||||
%langpack -l mr -n Marathi
|
||||
%langpack -l nb -n Bokmal -M -T
|
||||
%langpack -l nl -n Dutch -M -T -X
|
||||
%langpack -l nn -n Nynorsk -M -T
|
||||
%langpack -l nl -n Dutch -T -X
|
||||
%langpack -l nn -n Nynorsk -T
|
||||
%define langpack_lang Southern Ndebele
|
||||
%langpack -l nr -n %{langpack_lang}
|
||||
%define langpack_lang Northern Sotho
|
||||
@ -963,7 +963,7 @@ export NOCONFIGURE=yes
|
||||
--enable-scripting-javascript \
|
||||
--enable-telepathy \
|
||||
--enable-opengl \
|
||||
%if %{with_vlc}
|
||||
%if %{with vlc}
|
||||
--enable-vlc \
|
||||
%endif
|
||||
--enable-neon \
|
||||
|
Loading…
x
Reference in New Issue
Block a user