forked from pool/qore-ssh2-module
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f6381e117d | |||
|
|
ccea4e3f18 | ||
|
|
f3cd031748 | ||
|
|
0bff6c916c | ||
|
|
8defde8351 | ||
| f5a8ca80aa | |||
|
|
743c29f6a4 |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 12 13:25:40 UTC 2025 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
||||
|
||||
- Add BuildRequire for qore-stdlib >= 2.0 with new qore package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 7 10:57:38 UTC 2025 - Simon Lees <sflees@suse.de>
|
||||
|
||||
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
|
||||
minimum version warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 26 11:58:31 UTC 2024 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
||||
|
||||
@@ -47,6 +58,11 @@ Wed Apr 14 09:53:40 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
- Drop -m64/-m32 flags on Arm
|
||||
- Fix build on aarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 16:35:40 UTC 2020 - sarah.kriesch@ibm.com
|
||||
|
||||
- Fix s390x build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 1 21:54:53 UTC 2014 - dvlaeev@suse.com
|
||||
|
||||
@@ -56,8 +72,3 @@ Fri Aug 1 21:54:53 UTC 2014 - dvlaeev@suse.com
|
||||
Tue Jul 30 14:20:50 UTC 2014 - petr@yarpen.cz
|
||||
|
||||
- migrated to OBS file layout
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dez 11 16:35:40 UTC 2020 - sarah.kriesch@ibm.com
|
||||
|
||||
- Fix s390x build
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qore-ssh2-module
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -61,6 +61,7 @@ BuildRequires: libssh2-devel >= 1.1
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qore >= 1.18
|
||||
BuildRequires: qore-stdlib >= 2.0
|
||||
BuildRequires: qore-devel >= 1.18
|
||||
Requires: /usr/bin/env
|
||||
Requires: qore-module(abi)%{?_isa} = %{module_api}
|
||||
@@ -92,6 +93,9 @@ This RPM provides API documentation, test and example programs
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# Remove cmake4 error due to not setting
|
||||
# min cmake version - sflees.de
|
||||
export CMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
export CXXFLAGS="%{?optflags}"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DCMAKE_SKIP_RPATH=1 -DCMAKE_SKIP_INSTALL_RPATH=1 -DCMAKE_SKIP_BUILD_RPATH=1 -DCMAKE_PREFIX_PATH=${_prefix}/lib64/cmake/Qore .
|
||||
make %{?_smp_mflags}
|
||||
|
||||
Reference in New Issue
Block a user