## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; 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: sdorfehs Version: 1.5 Release: %autorelease Summary: A tiling window manager License: GPL-2.0-or-later URL: https://github.com/jcs/sdorfehs Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: sed BuildRequires: libX11-devel BuildRequires: libXft-devel BuildRequires: libXrandr-devel BuildRequires: libXres-devel BuildRequires: libXtst-devel %description sdorfehs (pronounced "starfish") is a tiling window manager descended from ratpoison (which itself is modeled after GNU Screen). sdorfehs divides the screen into one or more frames, each only displaying one window at a time but can cycle through all available windows (those which are not being shown in another frame). Like Screen, sdorfehs primarily uses prefixed/modal key bindings for most actions. sdorfehs's command mode is entered with a configurable keystroke which then allows a number of bindings accessible with just a single keystroke or any other combination. %prep %autosetup # Do not strip binaries on install so we can get debuginfo sed -e 's/install -s/install -p/' -i Makefile %build %set_build_flags %make_build %install export PREFIX="%{_prefix}" %make_install MANDIR="%{buildroot}%{_mandir}/man1" %files %license COPYING %doc README.md %{_bindir}/sdorfehs %{_mandir}/man1/sdorfehs.1* %changelog ## START: Generated by rpmautospec * Sat Jul 20 2024 Fedora Release Engineering - 1.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering - 1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering - 1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 22 2023 Davide Cavalca - 1.5-1 - Update to 1.5; Fixes: RHBZ#2165209 * Sat Jan 21 2023 Fedora Release Engineering - 1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 11 2022 Davide Cavalca - 1.4-1 - Update to 1.4; Fixes: RHBZ#2024495 * Sat Jan 22 2022 Fedora Release Engineering - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 17 2021 Davide Cavalca - 1.1-2 - Update build requires - Preserve timestamps when installing - Convert AUTHORS to UTF-8 * Sat Mar 13 2021 Davide Cavalca - 1.1-1 - Initial package ## END: Generated by rpmautospec