Enabled s390x builds again.

This commit is contained in:
Vitaly Zaitsev 2021-01-20 21:04:06 +01:00
parent df987bd4b9
commit 56042a8fe9
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 5 additions and 7 deletions

View File

@ -12,7 +12,7 @@
Name: nheko
Version: 0.8.0
Release: 1%{?dist}
Release: 2%{?dist}
# Main source - GPLv3+
# cpp-httplib - bundled - MIT
@ -52,7 +52,6 @@ BuildRequires: pkgconfig(gstreamer-video-1.0)
BuildRequires: pkgconfig(gstreamer-webrtc-1.0)
BuildRequires: pkgconfig(libcmark) >= 0.29.0
BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(libsodium)
BuildRequires: pkgconfig(lmdb)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(zlib)
@ -83,9 +82,6 @@ Provides: bundled(blurhash) = 0.0.1
Provides: bundled(cpp-httplib) = 0.5.12
Provides: bundled(qtsingleapplication-qt5) = 3.2.0-gitdc8042b
# https://bugzilla.redhat.com/show_bug.cgi?id=1918332
ExcludeArch: s390x
%description
The motivation behind the project is to provide a native desktop app
for Matrix that feels more like a mainstream chat app.
@ -113,8 +109,7 @@ for Matrix that feels more like a mainstream chat app.
-DUSE_BUNDLED_TWEENY:BOOL=OFF \
-DUSE_BUNDLED_JSON:BOOL=OFF \
-DUSE_BUNDLED_OPENSSL:BOOL=OFF \
-DUSE_BUNDLED_QTKEYCHAIN:BOOL=OFF \
-DUSE_BUNDLED_SODIUM:BOOL=OFF
-DUSE_BUNDLED_QTKEYCHAIN:BOOL=OFF
%cmake_build
%install
@ -133,6 +128,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%changelog
* Wed Jan 20 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.8.0-2
- Enabled s390x builds again.
* Wed Jan 20 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 0.8.0-1
- Updated to version 0.8.0.