Browse Source

updates on vendoroption and buildoptions

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 1 month ago
parent
commit
2fea4e4bcc
  1. 29
      SPECS/libreoffice.spec

29
SPECS/libreoffice.spec

@ -17,12 +17,7 @@ @@ -17,12 +17,7 @@
# Should contain any suffix of release tarball name, e.g., -buildfix1.
%global libo_buildfix %{nil}
# rhbz#715152 state vendor
%if 0%{?rhel}
%global vendoroption --with-vendor="Red Hat, Inc."
%endif
%if 0%{?fedora}
%global vendoroption --with-vendor="The Fedora Project"
%endif
%global vendoroption --with-vendor="PowerEL"
%global libo_python python3
%global libo_python_executable %{__python3}
%global libo_python_sitearch %{python3_sitearch}
@ -57,37 +52,15 @@ @@ -57,37 +52,15 @@
%endif

# Disable firebird for RHEL
%if 0%{?rhel}
%bcond_with firebird
%else
%bcond_without firebird
%endif

# Handle KDE/Qt integration for Fedora and RHEL/EPEL
%if 0%{?rhel} && 0%{?rhel} < 10
%bcond_with kf5
%bcond_with kf6
%endif

# KDE Plasma 5 integration only for Fedora
%if 0%{?fedora}
%bcond_without kf5
%endif

# KDE Plasma 6 integration for Fedora and RHEL/EPEL 10+
%if 0%{?fedora} || 0%{?rhel} >= 10
%bcond_without kf6
%endif


# generated by %%langpack definitions
%global langpack_langs %{nil}

%global bundling_options %{nil}

# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}

Summary: Free Software Productivity Suite
Name: libreoffice
Epoch: 1

Loading…
Cancel
Save