## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %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 %global commit a380201dff5bfac2dace553d7eaedb6cea6855f9 %global short_commit %(c=%{commit}; echo ${c:0:7}) Name: dmenu-wayland # master used because 0.1: # 1) fails to build with the following error: multiple definition of `progname' # 2) is from June 2019, so it's quite old Version: 0.1^20241231.%{short_commit} Release: %autorelease Summary: An efficient dynamic menu for wayland (wlroots) License: MIT URL: https://github.com/nyyManni/dmenu-wayland Source: %{url}/archive/%{commit}/%{name}-%{short_commit}.tar.gz BuildRequires: gcc BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: meson %description %{summary} %prep %autosetup -n %{name}-%{commit} %build %meson %meson_build %install %meson_install %check %meson_test %files %license LICENSE %doc README.md %{_bindir}/dmenu-wl %{_bindir}/dmenu-wl_path %{_bindir}/dmenu-wl_run %{_mandir}/man1/dmenu-wl.1* %changelog ## START: Generated by rpmautospec * Thu Jan 16 2025 Fedora Release Engineering - 0.1^20241231.a380201-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Jan 02 2025 Łukasz Wojniłowicz - 0.1^20241231.a380201-1 - Initial import (fedora#2335139). ## END: Generated by rpmautospec