## 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: xwm Version: 0.1.9 Release: %autorelease Summary: Tiny XCB floating window manager License: MIT URL: https://github.com/mcpcpc/xwm Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: make BuildRequires: libxcb-devel BuildRequires: xcb-util-keysyms-devel Recommends: dmenu Recommends: st Recommends: surf Suggests: ImageMagick %description xwm is a tiny XCB floating window manager. It is a minimal viable solution that was developed with single-monitor workflows in mind. Despite the small footprint, xwm maintains extensibility and can be customized to enhance the user experience. %prep %autosetup %build %make_build \ CFLAGS="%{optflags}" \ LDFLAGS="%{build_ldflags}" %install %make_install PREFIX="%{_prefix}" %files %license LICENSE %doc README CHANGELOG %{_bindir}/xwm %{_mandir}/man1/xwm.1* %changelog * Sat Jul 23 2022 Fedora Release Engineering 0.1.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jul 10 2022 Davide Cavalca 0.1.9-1 - Update to 0.1.9; Fixes: RHBZ#2046583 * Sat Jan 22 2022 Fedora Release Engineering - 0.1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Mar 14 2021 Davide Cavalca - 0.1.8-1 - New upstream release * Wed Mar 10 2021 Davide Cavalca - 0.1.7-1 - New upstream release - Fix manpage globbing * Sun Jan 24 2021 Davide Cavalca - 0.1.6-1 - Initial package