## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## 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 %global forgeurl https://gitlab.freedesktop.org/wlroots/wlr-protocols %global date 20240126 %global commit 2b8d43325b7012cc3f9b55c08d26e50e42beac7d %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: wlr-protocols Version: 0^%{date}git%{shortcommit} Release: %autorelease Summary: Wayland protocols designed for use in wlroots (and other compositors) License: MIT URL: %{forgeurl} Source0: %{forgeurl}/-/archive/%{commit}/%{name}-%{commit}.tar.bz2 BuildArch: noarch BuildRequires: make BuildRequires: /usr/bin/wayland-scanner %description Wayland protocols designed for use in wlroots (and other compositors). %package devel Summary: Wayland protocols designed for use in wlroots (and other compositors) %description devel Wayland protocols designed for use in wlroots (and other compositors). %prep %autosetup -p1 -n %{name}-%{commit} %build %make_build %install %make_install %files devel %{_datadir}/pkgconfig/wlr-protocols.pc %{_datadir}/wlr-protocols/ %changelog ## START: Generated by rpmautospec * Fri Jul 25 2025 Fedora Release Engineering - 0^20240126git2b8d433-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering - 0^20240126git2b8d433-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sat Jul 20 2024 Fedora Release Engineering - 0^20240126git2b8d433-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu May 09 2024 topazus - 0^20240126git2b8d433-1 - initial import; rhbz#2279272 ## END: Generated by rpmautospec