%global github_name FeatherPad %bcond_with clang %bcond_without qt6 %if %{with qt6} %global _qt Qt6 %else %global _qt Qt5 %endif Name: featherpad Version: 1.5.2 Release: 1%{?dist} Summary: Lightweight %{_qt} Plain-Text Editor License: GPLv3+ URL: https://github.com/tsujan/%{github_name} Source0: %{url}/releases/download/V%{version}/%{github_name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: desktop-file-utils %if %{with clang} BuildRequires: clang >= 5.0 %else BuildRequires: gcc-c++ %endif %if %{with qt6} BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtsvg-devel %else BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtsvg-devel BuildRequires: qt5-qttools-devel BuildRequires: qt5-qtx11extras-devel BuildRequires: qt5-linguist %endif BuildRequires: pkgconfig(x11-xcb) BuildRequires: pkgconfig(hunspell) >= 1.6 BuildRequires: pkgconfig(xext) Requires: hicolor-icon-theme %description FeatherPad is a lightweight %{_qt} plain-text editor for Linux. It is independent of any desktop environment and has: * Drag-and-drop support, including tab detachment and attachment; * X11 virtual desktop awareness (using tabs on current desktop but opening a new window on another); * An optionally permanent search-bar with a different search entry for each tab; * Instant highlighting of found matches when searching; * A docked window for text replacement; * Support for showing line numbers and jumping to a specific line; * Automatic detection of text encoding as far as possible and optional saving with encoding; * Syntax highlighting for common programming languages; * Printing; * Text zooming; * Appropriate but non-interrupting prompts; %prep %autosetup -n %{github_name}-%{version} -p 1 %build %if %{with clang} export CC=clang export CXX=clang++ %endif %cmake \ %if %{with qt6} -DENABLE_QT5=OFF \ %endif -DWITHOUT_X11=OFF %cmake_build %install %cmake_install %find_lang %{name} --with-qt %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %files -f %{name}.lang %license COPYING %doc ChangeLog INSTALL NEWS README.md %{_bindir}/* %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %dir %{_datadir}/%{name} %{_datadir}/%{name}/help %{_datadir}/%{name}/help_* %dir %{_datadir}/%{name}/translations %{_datadir}/metainfo/featherpad.metainfo.xml %changelog * Mon Nov 11 2024 Raven - 1.5.2-1 - update to 1.5.2 * Thu Jun 27 2024 Raven - 1.5.1-2 - rebuild for qt6 (el8) * Mon May 20 2024 Raven - 1.5.1-1 - update to 1.5.1 * Wed Dec 20 2023 Raven - 1.4.1-2 - Qt6 build is default now * Tue Nov 7 2023 Raven - 1.4.1-1 - update to 1.4.1 - clang build support - Qt6 support * Thu May 18 2023 Raven - 1.4.0-1 - update to 1.4.0 * Mon Dec 12 2022 Jonathan Wright - 1.3.4-1 - Update to 1.3.4 rhbz#2149791 * Sat Nov 26 2022 Jonathan Wright - 1.3.3-1 - Update to 1.3.3 rhbz#2038534 * Sat Nov 26 2022 Jonathan Wright - 1.1.1-1 - Update to 1.1.1 * Thu Jul 21 2022 Fedora Release Engineering - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Dec 28 2021 zsun - 1.1.0-1 - Update to 1.1.0 * Mon Oct 18 2021 Zamir SUN - 1.0.1-1 - Update to 1.0.1 * Mon Oct 18 2021 Zamir SUN - 0.17.1-1 - Update to 0.17.1 * Wed Jul 21 2021 Fedora Release Engineering - 0.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Nov 23 2020 Zamir SUN - 0.16.0-1 - Update to 0.16.0 * Sun Sep 13 2020 Joe Walker - 0.15.0-1 - Update to 0.15.0 - Switch to cmake * Mon Jul 27 2020 Fedora Release Engineering - 0.9.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering - 0.9.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0.9.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 15 2019 Zamir SUN - 0.9.3-1 - Update to 0.9.3 * Thu Jan 31 2019 Fedora Release Engineering - 0.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Jun 10 2018 Christian Dersch - 0.9.0-1 - new version * Wed Feb 07 2018 Fedora Release Engineering - 0.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 11 2018 Igor Gnatenko - 0.6.1-2 - Remove obsolete scriptlets * Fri Oct 20 2017 Christian Dersch - 0.6.1-1 - new version * Wed Aug 02 2017 Fedora Release Engineering - 0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat May 6 2017 Christian Dersch 0.6-1 - new version (0.6 release) * Sun Apr 9 2017 Christian Dersch 0.6-0.1.git20170401.7325229 - initial build (review rhbz #1440542)