feathernotes: 1.3.1

This commit is contained in:
Raven 2025-03-10 15:11:33 +06:00
parent d11217a408
commit ac07adda45

View File

@ -1,11 +1,10 @@
%global github_name FeatherNotes %global github_name FeatherNotes
%bcond_without qt6
%bcond_with clang %bcond_with clang
Name: feathernotes Name: feathernotes
Version: 1.3.0 Version: 1.3.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Lightweight Qt hierarchical notes-manager for Linux Summary: Lightweight Qt hierarchical notes-manager for Linux
@ -18,16 +17,14 @@ BuildRequires: desktop-file-utils
BuildRequires: clang >= 5.0 BuildRequires: clang >= 5.0
%else %else
BuildRequires: gcc-toolset-14-gcc-c++ BuildRequires: gcc-toolset-14-gcc-c++
BuildRequires: gcc-toolset-14-gcc-plugin-annobin
%endif %endif
BuildRequires: cmake >= 3.0 BuildRequires: cmake >= 3.0
%if %{with qt6} BuildRequires: qt6-qtbase-devel >= 6.3.0
BuildRequires: qt6-qtbase-devel >= 6.3.0 BuildRequires: qt6-qtsvg-devel
BuildRequires: qt6-qtsvg-devel BuildRequires: qt6-qttools-devel
%else BuildRequires: libXext-devel
BuildRequires: qt5-qtbase-devel >= 5.15.0 BuildRequires: libX11-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtx11extras-devel
%endif
BuildRequires: hunspell-devel BuildRequires: hunspell-devel
BuildRequires: shared-mime-info BuildRequires: shared-mime-info
@ -48,9 +45,6 @@ export CXX=clang++
%endif %endif
%cmake \ %cmake \
%if %{without qt6}
-DENABLE_QT5:BOOL=ON \
%endif
-DWITH_HUNSPELL:BOOL=ON -DWITH_HUNSPELL:BOOL=ON
%cmake_build %cmake_build
@ -77,6 +71,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog %changelog
* Mon Mar 10 2025 Raven <raven@sysadmins.ws> - 1.3.1-1
- version update
- drop conditional Qt5 suport
* Mon Jun 24 2024 Raven <raven@sysadmins.ws> - 1.3.0-1 * Mon Jun 24 2024 Raven <raven@sysadmins.ws> - 1.3.0-1
- version update - version update