## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 5; 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 # # spec file for package easybashgui # # Copyright (c) 2024 PICCORO Lenz McKAY . # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://github.com/BashGui/easybashgui/issues # %global forgeurl https://github.com/BashGui/easybashgui %global forgesource %{forgeurl}/archive/refs/tags/%{version}.tar.gz Version: 15.0.2 Name: easybashgui Release: %autorelease Summary: Simplified way to code bash made GUI frontend dialogs! %forgemeta License: BSD-3-clause Group: Development/Tools URL: %{forgeurl} Source: %{forgesource} BuildRequires: make bash rpm_macro(forgemeta) rpm_macro(forgesetup) Requires: bash bc Suggests: dialog gum yad zenity xdialog kdialog BuildArch: noarch %description Easy Bash Gui shortened as EBG, is a Posix compliant Bash functions library that aims to give unified GUI functions using frontends for dialogs boxeds (from the user's point of view are frontends but from the EGB side are backends) %prep %forgesetup %build %check %install %make_install %files %license %{_defaultdocdir}/%{name}/LICENSE %doc README.md %{_bindir}/* %{_prefix}/lib/%{name}/* %{_datadir}/%{name}/* %{_mandir}/* %changelog ## START: Generated by rpmautospec * Mon Mar 16 2026 Daniel Demus - 15.0.2-5 - Add gitea workflows * Mon Mar 16 2026 Daniel Demus - 15.0.2-4 - Fix cruddy github source URL ## END: Generated by rpmautospec