automatic version update by autodist [release 4.0.0-1mamba;Fri Dec 08 2023]

This commit is contained in:
Automatic Build System 2024-01-05 20:03:39 +01:00
parent 8b155d2daf
commit b91a0a10f2

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
%define gitver %(echo %version | tr . _)
Name: zenity
Version: 3.44.2
Version: 4.0.0
Release: 1mamba
Summary: A tool that allows you to display GTK dialog boxes in commandline and shell scripts
Group: System/Tools
@ -13,10 +13,9 @@ Source: https://download.gnome.org/sources/zenity/%{majver}/zenity-%{vers
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libadwaita-devel
BuildRequires: libglib-devel
BuildRequires: libgtk3-devel
BuildRequires: libgtk-devel
BuildRequires: libpango-devel
## AUTOBUILDREQ-END
BuildRequires: libyelp-devel
@ -38,25 +37,26 @@ A tool that allows you to display GTK dialog boxes in commandline and shell scri
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%find_lang %{name}
%find_lang %{name} --with-gnome
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/gdialog
%{_bindir}/zenity
#%{_datadir}/zenity/clothes/*.png
%{_datadir}/zenity/zenity.ui
%{_datadir}/zenity/zenity*.png
%dir %{_datadir}/help/*/zenity
%{_datadir}/help/*/zenity/*
%{_datadir}/applications/org.gnome.Zenity.desktop
%{_datadir}/icons/hicolor/48x48/apps/zenity.png
#%dir %{_datadir}/help/*/zenity
#%{_datadir}/help/*/zenity/*
%{_mandir}/man1/zenity.1*
%doc AUTHORS COPYING
# ChangeLog NEWS README THANKS TODO
%changelog
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
- automatic version update by autodist
* Fri Aug 18 2023 Automatic Build System <autodist@mambasoft.it> 3.44.2-1mamba
- automatic version update by autodist