Files
demus 3517e18b86
Build and provide rpm of gitea / rpmbuild (f43) (release) Successful in 2m11s
Build and provide rpm of gitea / rpmbuild (rawhide) (release) Successful in 2m21s
Add gitea workflows
2026-03-16 17:35:00 +01:00

60 lines
1.8 KiB
RPMSpec

#
# spec file for package easybashgui
#
# Copyright (c) 2024 PICCORO Lenz McKAY <mckaygerhard>.
#
# 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
%autochangelog