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