Accepting request 1164593 from home:ecsos
- Fix build error in Leap. OBS-URL: https://build.opensuse.org/request/show/1164593 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=31
This commit is contained in:
parent
1bb7f12aaa
commit
efb4fab624
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 4 13:18:04 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build error in Leap.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 3 11:43:34 UTC 2024 - pgajdos@suse.com
|
Wed Apr 3 11:43:34 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
10
xca.spec
10
xca.spec
@ -27,7 +27,13 @@ Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm
|
|||||||
URL: https://www.hohnstaedt.de/xca/
|
URL: https://www.hohnstaedt.de/xca/
|
||||||
Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: %{name}-desktop.patch
|
Patch0: %{name}-desktop.patch
|
||||||
|
%if 0%{?suse_version} <= 1600
|
||||||
|
BuildRequires: gcc12
|
||||||
|
BuildRequires: gcc12-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%endif
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -77,6 +83,10 @@ Bash completion script for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} <= 1600
|
%if 0%{?suse_version} <= 1600
|
||||||
|
export CC=gcc-12
|
||||||
|
export CXX=g++-12
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} <= 1600
|
||||||
%cmake
|
%cmake
|
||||||
%cmake_build
|
%cmake_build
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user