59 lines
1.7 KiB
RPMSpec
59 lines
1.7 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
|
|
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}/*
|
|
%{_libdir}/%{name}/*
|
|
%{_datadir}/%{name}/*
|
|
%{_mandir}/*
|
|
|
|
%changelog
|
|
%autochangelog
|