## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; 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.4 Release: %autorelease Summary: A tiling window manager License: GPLv2 URL: https://github.com/jcs/sdorfehs Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: sed BuildRequires: libX11-devel BuildRequires: libXft-devel BuildRequires: libXrandr-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 * 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