## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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: buildstream-plugins Summary: A collection of plugins for the BuildStream project License: Apache-2.0 URL: https://buildstream.build/ BuildArch: noarch ExcludeArch: %{ix86} Version: 2.3.0 Release: %autorelease Source0: https://github.com/apache/buildstream-plugins/archive/%{version}/buildstream-plugins-%{version}.tar.gz BuildRequires: python3-devel >= 3.8 Requires: git Requires: lzip Requires: patch %description A collection of plugins for the BuildStream project %prep %autosetup -n %{name}-%{version} -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l buildstream_plugins %files -n %{name} -f %{pyproject_files} %doc NEWS README.rst %changelog ## START: Generated by rpmautospec * Thu Aug 15 2024 Javier Jardón - 2.3.0-1 - Update to buildstream-plugins 2.3.0 * Tue Aug 13 2024 Javier Jardón - 2.2.0-1 - Initial import (fedora#2304606). ## END: Generated by rpmautospec