Autobuild autoformatter for 80943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=20
This commit is contained in:
parent
f052892015
commit
54244d69ff
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libreoffice-help-en-US (Version 3.2.0.99.2)
|
||||
# spec file for package libreoffice-help-en-US
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libreoffice-help-en-US
|
||||
###################################################################
|
||||
## DO NOT EDIT THIS SPEC FILE
|
||||
@ -119,7 +120,6 @@ cp %{S:100} %{S:101} %{S:102} %{S:103} %{S:104} %{S:105} distro-configs
|
||||
%patch1
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
%if %prepare_build != 0
|
||||
#
|
||||
@ -233,6 +233,7 @@ done
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
# en-US
|
||||
|
||||
%posttrans -n libreoffice-help-en-US
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_en_US_list.txt || true
|
||||
|
||||
@ -243,10 +244,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_en_US_list.txt %_datadir/%lo_home/
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_en_US_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_en_US_list.txt.postun 2>/dev/null
|
||||
|
||||
|
||||
|
||||
%files -f file-lists/help_en_US_list.txt -n libreoffice-help-en-US
|
||||
%defattr(-,root,root)
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libreoffice-help-group1 (Version 3.2.0.99.2)
|
||||
# spec file for package libreoffice-help-group1
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libreoffice-help-group1
|
||||
###################################################################
|
||||
## DO NOT EDIT THIS SPEC FILE
|
||||
@ -93,7 +94,7 @@ Patch0: libreoffice-configure-typo-fontconfig.diff
|
||||
# I think that it worked only by chance when there was checks for more system librarires
|
||||
Patch1: libreoffice-cc-detection.diff
|
||||
# it created 3.8GB build log; Build Service refused to build such package
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#!ExclusiveArch: %ix86 x86_64 ppc
|
||||
BuildArch: noarch
|
||||
@ -195,7 +196,6 @@ is in libreoffice-l10n-en-GB.
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
%if %prepare_build == 0
|
||||
%setup -D -T -q -n libreoffice-bootstrap-%version
|
||||
@ -324,9 +324,9 @@ done
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%if %test_build_langs >= 1
|
||||
# cs
|
||||
|
||||
%posttrans -n libreoffice-help-cs
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_cs_list.txt || true
|
||||
|
||||
@ -340,6 +340,7 @@ rm -f %_datadir/%lo_home/help_cs_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
%if %test_build_langs >= 2
|
||||
# da
|
||||
|
||||
%posttrans -n libreoffice-help-da
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_da_list.txt || true
|
||||
|
||||
@ -353,6 +354,7 @@ rm -f %_datadir/%lo_home/help_da_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
%if %test_build_langs >= 1
|
||||
# de
|
||||
|
||||
%posttrans -n libreoffice-help-de
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_de_list.txt || true
|
||||
|
||||
@ -366,6 +368,7 @@ rm -f %_datadir/%lo_home/help_de_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
%if %test_build_langs >= 2
|
||||
# en-GB
|
||||
|
||||
%posttrans -n libreoffice-help-en-GB
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_en_GB_list.txt || true
|
||||
|
||||
@ -377,8 +380,6 @@ test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_ho
|
||||
rm -f %_datadir/%lo_home/help_en_GB_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%if %test_build_langs >= 1
|
||||
|
||||
%files -f file-lists/help_cs_list.txt -n libreoffice-help-cs
|
||||
@ -403,5 +404,4 @@ rm -f %_datadir/%lo_home/help_en_GB_list.txt.postun 2>/dev/null
|
||||
%defattr(-,root,root)
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libreoffice-help-group1 (Version 3.2.0.99.2)
|
||||
# spec file for package libreoffice-help-group2
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libreoffice-help-group2
|
||||
###################################################################
|
||||
## DO NOT EDIT THIS SPEC FILE
|
||||
@ -93,7 +94,7 @@ Patch0: libreoffice-configure-typo-fontconfig.diff
|
||||
# I think that it worked only by chance when there was checks for more system librarires
|
||||
Patch1: libreoffice-cc-detection.diff
|
||||
# it created 3.8GB build log; Build Service refused to build such package
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#!ExclusiveArch: %ix86 x86_64 ppc
|
||||
BuildArch: noarch
|
||||
@ -206,7 +207,6 @@ is in libreoffice-l10n-gl.
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
%if %prepare_build == 0
|
||||
%setup -D -T -q -n libreoffice-bootstrap-%version
|
||||
@ -335,9 +335,9 @@ done
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%if %test_build_langs >= 2
|
||||
# en-ZA
|
||||
|
||||
%posttrans -n libreoffice-help-en-ZA
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_en_ZA_list.txt || true
|
||||
|
||||
@ -348,6 +348,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_en_ZA_list.txt %_datadir/%lo_home/
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_en_ZA_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_en_ZA_list.txt.postun 2>/dev/null
|
||||
# es
|
||||
|
||||
%posttrans -n libreoffice-help-es
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_es_list.txt || true
|
||||
|
||||
@ -358,6 +359,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_es_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_es_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_es_list.txt.postun 2>/dev/null
|
||||
# et
|
||||
|
||||
%posttrans -n libreoffice-help-et
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_et_list.txt || true
|
||||
|
||||
@ -368,6 +370,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_et_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_et_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_et_list.txt.postun 2>/dev/null
|
||||
# fr
|
||||
|
||||
%posttrans -n libreoffice-help-fr
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_fr_list.txt || true
|
||||
|
||||
@ -378,6 +381,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_fr_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_fr_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_fr_list.txt.postun 2>/dev/null
|
||||
# gl
|
||||
|
||||
%posttrans -n libreoffice-help-gl
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_gl_list.txt || true
|
||||
|
||||
@ -389,8 +393,6 @@ test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_ho
|
||||
rm -f %_datadir/%lo_home/help_gl_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%if %test_build_langs >= 2
|
||||
|
||||
%files -f file-lists/help_en_ZA_list.txt -n libreoffice-help-en-ZA
|
||||
@ -409,5 +411,4 @@ rm -f %_datadir/%lo_home/help_gl_list.txt.postun 2>/dev/null
|
||||
%defattr(-,root,root)
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libreoffice-help-group1 (Version 3.2.0.99.2)
|
||||
# spec file for package libreoffice-help-group3
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libreoffice-help-group3
|
||||
###################################################################
|
||||
## DO NOT EDIT THIS SPEC FILE
|
||||
@ -93,7 +94,7 @@ Patch0: libreoffice-configure-typo-fontconfig.diff
|
||||
# I think that it worked only by chance when there was checks for more system librarires
|
||||
Patch1: libreoffice-cc-detection.diff
|
||||
# it created 3.8GB build log; Build Service refused to build such package
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#!ExclusiveArch: %ix86 x86_64 ppc
|
||||
BuildArch: noarch
|
||||
@ -238,7 +239,6 @@ is in libreoffice-l10n-km.
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
%if %prepare_build == 0
|
||||
%setup -D -T -q -n libreoffice-bootstrap-%version
|
||||
@ -367,9 +367,9 @@ done
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%if %test_build_langs >= 2
|
||||
# gu-IN
|
||||
|
||||
%posttrans -n libreoffice-help-gu-IN
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_gu_list.txt || true
|
||||
|
||||
@ -380,6 +380,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_gu_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_gu_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_gu_list.txt.postun 2>/dev/null
|
||||
# hi-IN
|
||||
|
||||
%posttrans -n libreoffice-help-hi-IN
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_hi_list.txt || true
|
||||
|
||||
@ -393,6 +394,7 @@ rm -f %_datadir/%lo_home/help_hi_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
%if %test_build_langs >= 1
|
||||
# hu
|
||||
|
||||
%posttrans -n libreoffice-help-hu
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_hu_list.txt || true
|
||||
|
||||
@ -406,6 +408,7 @@ rm -f %_datadir/%lo_home/help_hu_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
%if %test_build_langs >= 2
|
||||
# it
|
||||
|
||||
%posttrans -n libreoffice-help-it
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_it_list.txt || true
|
||||
|
||||
@ -419,6 +422,7 @@ rm -f %_datadir/%lo_home/help_it_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
%if %test_build_langs >= 1
|
||||
# ja
|
||||
|
||||
%posttrans -n libreoffice-help-ja
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_ja_list.txt || true
|
||||
|
||||
@ -432,6 +436,7 @@ rm -f %_datadir/%lo_home/help_ja_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
%if %test_build_langs >= 2
|
||||
# km
|
||||
|
||||
%posttrans -n libreoffice-help-km
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_km_list.txt || true
|
||||
|
||||
@ -443,8 +448,6 @@ test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_ho
|
||||
rm -f %_datadir/%lo_home/help_km_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%if %test_build_langs >= 2
|
||||
|
||||
%files -f file-lists/help_gu_list.txt -n libreoffice-help-gu-IN
|
||||
@ -478,5 +481,4 @@ rm -f %_datadir/%lo_home/help_km_list.txt.postun 2>/dev/null
|
||||
%defattr(-,root,root)
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libreoffice-help-group1 (Version 3.2.0.99.2)
|
||||
# spec file for package libreoffice-help-group4
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libreoffice-help-group4
|
||||
###################################################################
|
||||
## DO NOT EDIT THIS SPEC FILE
|
||||
@ -93,7 +94,7 @@ Patch0: libreoffice-configure-typo-fontconfig.diff
|
||||
# I think that it worked only by chance when there was checks for more system librarires
|
||||
Patch1: libreoffice-cc-detection.diff
|
||||
# it created 3.8GB build log; Build Service refused to build such package
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#!ExclusiveArch: %ix86 x86_64 ppc
|
||||
BuildArch: noarch
|
||||
@ -186,7 +187,6 @@ is in libreoffice-l10n-pt.
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
%if %prepare_build == 0
|
||||
%setup -D -T -q -n libreoffice-bootstrap-%version
|
||||
@ -315,9 +315,9 @@ done
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%if %test_build_langs >= 2
|
||||
# ko
|
||||
|
||||
%posttrans -n libreoffice-help-ko
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_ko_list.txt || true
|
||||
|
||||
@ -328,6 +328,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_ko_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_ko_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_ko_list.txt.postun 2>/dev/null
|
||||
# nl
|
||||
|
||||
%posttrans -n libreoffice-help-nl
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_nl_list.txt || true
|
||||
|
||||
@ -338,6 +339,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_nl_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_nl_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_nl_list.txt.postun 2>/dev/null
|
||||
# pl
|
||||
|
||||
%posttrans -n libreoffice-help-pl
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_pl_list.txt || true
|
||||
|
||||
@ -348,6 +350,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_pl_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_pl_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_pl_list.txt.postun 2>/dev/null
|
||||
# pt
|
||||
|
||||
%posttrans -n libreoffice-help-pt
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_pt_list.txt || true
|
||||
|
||||
@ -359,8 +362,6 @@ test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_ho
|
||||
rm -f %_datadir/%lo_home/help_pt_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%if %test_build_langs >= 2
|
||||
|
||||
%files -f file-lists/help_ko_list.txt -n libreoffice-help-ko
|
||||
@ -376,5 +377,4 @@ rm -f %_datadir/%lo_home/help_pt_list.txt.postun 2>/dev/null
|
||||
%defattr(-,root,root)
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libreoffice-help-group1 (Version 3.2.0.99.2)
|
||||
# spec file for package libreoffice-help-group5
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libreoffice-help-group5
|
||||
###################################################################
|
||||
## DO NOT EDIT THIS SPEC FILE
|
||||
@ -93,7 +94,7 @@ Patch0: libreoffice-configure-typo-fontconfig.diff
|
||||
# I think that it worked only by chance when there was checks for more system librarires
|
||||
Patch1: libreoffice-cc-detection.diff
|
||||
# it created 3.8GB build log; Build Service refused to build such package
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
Patch2: translations-no-warnigns-from-po2oo.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#!ExclusiveArch: %ix86 x86_64 ppc
|
||||
BuildArch: noarch
|
||||
@ -226,7 +227,6 @@ is in libreoffice-l10n-zh-TW.
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%prep
|
||||
%if %prepare_build == 0
|
||||
%setup -D -T -q -n libreoffice-bootstrap-%version
|
||||
@ -355,9 +355,9 @@ done
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%if %test_build_langs >= 2
|
||||
# pt-BR
|
||||
|
||||
%posttrans -n libreoffice-help-pt-BR
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_pt_BR_list.txt || true
|
||||
|
||||
@ -368,6 +368,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_pt_BR_list.txt %_datadir/%lo_home/
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_pt_BR_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_pt_BR_list.txt.postun 2>/dev/null
|
||||
# ru
|
||||
|
||||
%posttrans -n libreoffice-help-ru
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_ru_list.txt || true
|
||||
|
||||
@ -378,6 +379,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_ru_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_ru_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_ru_list.txt.postun 2>/dev/null
|
||||
# sl
|
||||
|
||||
%posttrans -n libreoffice-help-sl
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_sl_list.txt || true
|
||||
|
||||
@ -388,6 +390,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_sl_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_sl_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_sl_list.txt.postun 2>/dev/null
|
||||
# sv
|
||||
|
||||
%posttrans -n libreoffice-help-sv
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_sv_list.txt || true
|
||||
|
||||
@ -398,6 +401,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_sv_list.txt %_datadir/%lo_home/hel
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_sv_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_sv_list.txt.postun 2>/dev/null
|
||||
# zh-CN
|
||||
|
||||
%posttrans -n libreoffice-help-zh-CN
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_zh_CN_list.txt || true
|
||||
|
||||
@ -408,6 +412,7 @@ test "$1" = "0" && cp %_datadir/%lo_home/help_zh_CN_list.txt %_datadir/%lo_home/
|
||||
test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_home/help_zh_CN_list.txt.postun || true
|
||||
rm -f %_datadir/%lo_home/help_zh_CN_list.txt.postun 2>/dev/null
|
||||
# zh-TW
|
||||
|
||||
%posttrans -n libreoffice-help-zh-TW
|
||||
%_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_zh_TW_list.txt || true
|
||||
|
||||
@ -419,8 +424,6 @@ test "$1" = "0" && %_datadir/%lo_home/link-to-ooo-home --unlink %_datadir/%lo_ho
|
||||
rm -f %_datadir/%lo_home/help_zh_TW_list.txt.postun 2>/dev/null
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%if %test_build_langs >= 2
|
||||
|
||||
%files -f file-lists/help_pt_BR_list.txt -n libreoffice-help-pt-BR
|
||||
@ -442,5 +445,4 @@ rm -f %_datadir/%lo_home/help_zh_TW_list.txt.postun 2>/dev/null
|
||||
%defattr(-,root,root)
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libreoffice-bootstrap
|
||||
# spec file for package libreoffice
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -812,7 +812,6 @@ Supplements: %name
|
||||
Provides: OpenOffice_org-mailmerge = %version
|
||||
Obsoletes: OpenOffice_org-mailmerge < %version
|
||||
|
||||
|
||||
%description mailmerge
|
||||
This module allows you to create form letters or send E-mail messages
|
||||
to many recipients using LibreOffice office suite.
|
||||
@ -1029,8 +1028,6 @@ This package provides extensions for LibreOffice Base:
|
||||
%endif
|
||||
- Report Builder
|
||||
|
||||
|
||||
|
||||
# new packages are not allowed on SLED11
|
||||
# put the mysql driver into separate package on newer distros
|
||||
%if 0%{?suse_version} >= 01120
|
||||
@ -1051,8 +1048,6 @@ This package allows to access MySQL databases from LibreOffice
|
||||
Base.
|
||||
%endif
|
||||
|
||||
|
||||
|
||||
%package calc-extensions
|
||||
License: LGPLv2.1+,LGPLv3
|
||||
Summary: LibreOffice Calc Extensions
|
||||
@ -1743,8 +1738,8 @@ fi
|
||||
exit 0
|
||||
%endif
|
||||
|
||||
|
||||
#####################
|
||||
|
||||
%pre filters-optional
|
||||
if test $1 -gt 1 ; then
|
||||
echo "Unregistering the older LibreOffice optional filter extensions..."
|
||||
@ -1757,6 +1752,7 @@ if test $1 -gt 1 ; then
|
||||
fi
|
||||
|
||||
#####################
|
||||
|
||||
%pre base-drivers-postgresql
|
||||
if test $1 = 2 ; then
|
||||
# unregister all extensions that were registered by LibO <= 3.2.99.3
|
||||
@ -2037,7 +2033,6 @@ fi
|
||||
%postun writer-extensions
|
||||
%_prefix/sbin/unopkg-sync-bundled || true
|
||||
|
||||
|
||||
%files -f file-lists/common_list.txt
|
||||
%defattr(-,root,root)
|
||||
# ignore helper files for brp-symlink check
|
||||
@ -2074,6 +2069,7 @@ fi
|
||||
%defattr(-,root,root)
|
||||
|
||||
%if 0%{?suse_version} <= 01130
|
||||
|
||||
%files -f file-lists/mono_list.txt mono
|
||||
%defattr(-,root,root)
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user