## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: nheko Version: 0.12.0 Release: %autorelease License: GPL-3.0-or-later Summary: Desktop client for the Matrix protocol URL: https://github.com/Nheko-Reborn/%{name} Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake(KDSingleApplication-qt6) >= 1.0.0 BuildRequires: cmake(MatrixClient) >= 0.10.0 BuildRequires: cmake(Olm) >= 3.2.12 BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6DBus) BuildRequires: cmake(Qt6Keychain) BuildRequires: cmake(Qt6LinguistTools) BuildRequires: cmake(Qt6Multimedia) BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6QuickControls2) BuildRequires: cmake(Qt6Svg) BuildRequires: cmake(Qt6Widgets) BuildRequires: cmake(fmt) >= 9.1.0 BuildRequires: cmake(httplib) >= 0.5.12 BuildRequires: cmake(mpark_variant) BuildRequires: cmake(nlohmann_json) >= 3.11.0 BuildRequires: cmake(spdlog) >= 1.0.0 BuildRequires: pkgconfig(blurhash) >= 0.2.0 BuildRequires: pkgconfig(coeurl) >= 0.3.1 BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gstreamer-app-1.0) BuildRequires: pkgconfig(gstreamer-audio-1.0) BuildRequires: pkgconfig(gstreamer-base-1.0) BuildRequires: pkgconfig(gstreamer-sdp-1.0) BuildRequires: pkgconfig(gstreamer-video-1.0) BuildRequires: pkgconfig(gstreamer-webrtc-1.0) BuildRequires: pkgconfig(libcmark) >= 0.29.0 BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(lmdb) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(re2) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-ewmh) BuildRequires: pkgconfig(zlib) BuildRequires: lmdbxx-devel >= 1.0.0 BuildRequires: qt6-qtbase-private-devel BuildRequires: asciidoc BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libappstream-glib BuildRequires: ninja-build %{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}} Requires: hicolor-icon-theme Recommends: google-noto-emoji-color-fonts Recommends: google-noto-emoji-fonts Recommends: qt-jdenticon%{?_isa} %description The motivation behind the project is to provide a native desktop app for Matrix that feels more like a mainstream chat app. %prep %autosetup -p1 rm -rf third_party/{blurhash,cpp-httplib*} %build %cmake -G Ninja \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \ -DHUNTER_ENABLED:BOOL=OFF \ -DCI_BUILD:BOOL=OFF \ -DASAN:BOOL=OFF \ -DQML_DEBUGGING:BOOL=OFF \ -DBUILD_DOCS:BOOL=OFF \ -DVOIP:BOOL=ON \ -DMAN:BOOL=ON \ -DUSE_BUNDLED_BLURHASH:BOOL=OFF \ -DUSE_BUNDLED_CMARK:BOOL=OFF \ -DUSE_BUNDLED_COEURL:BOOL=OFF \ -DUSE_BUNDLED_CPPHTTPLIB:BOOL=OFF \ -DUSE_BUNDLED_GTEST:BOOL=OFF \ -DUSE_BUNDLED_JSON:BOOL=OFF \ -DUSE_BUNDLED_KDSINGLEAPPLICATION:BOOL=OFF \ -DUSE_BUNDLED_LIBCURL:BOOL=OFF \ -DUSE_BUNDLED_LIBEVENT:BOOL=OFF \ -DUSE_BUNDLED_LMDB:BOOL=OFF \ -DUSE_BUNDLED_LMDBXX:BOOL=OFF \ -DUSE_BUNDLED_MTXCLIENT:BOOL=OFF \ -DUSE_BUNDLED_OLM:BOOL=OFF \ -DUSE_BUNDLED_OPENSSL:BOOL=OFF \ -DUSE_BUNDLED_QTKEYCHAIN:BOOL=OFF \ -DUSE_BUNDLED_RE2:BOOL=OFF \ -DUSE_BUNDLED_SPDLOG:BOOL=OFF %cmake_build %install %cmake_install %check appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %files %doc README.md CHANGELOG.md %license COPYING %dir %{_datadir}/zsh/site-functions %{_bindir}/%{name} %{_metainfodir}/%{name}.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_datadir}/zsh/site-functions/_%{name} %{_mandir}/man1/%{name}.1* %changelog ## START: Generated by rpmautospec * Wed Jun 12 2024 Vitaly - 0.12.0-1 - Updated to version 0.12.0. * Sat May 25 2024 Fabio Valentini - 0.11.3-12 - Rebuild for gstreamer-plugins-bad 1.24 * Tue May 21 2024 FrantiĊĦek Zatloukal - 0.11.3-11 - Rebuilt for spdlog 1.14.1 * Thu Jan 25 2024 Fedora Release Engineering - 0.11.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild ## END: Generated by rpmautospec