diff --git a/zenity.spec b/zenity.spec index 1264acd..6ce133a 100644 --- a/zenity.spec +++ b/zenity.spec @@ -1,50 +1,42 @@ %define majver %(echo %version | cut -d. -f1-2) %define gitver %(echo %version | tr . _) Name: zenity -Version: 3.32.0 +Version: 3.42.0 Release: 1mamba Summary: A tool that allows you to display GTK dialog boxes in commandline and shell scripts Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://live.gnome.org/Zenity -#Source: git://git.gnome.org/zenity.git/ZENITY_%{gitver}/zenity-%{version}.tar.bz2 -Source: ftp://ftp.gnome.org/pub/gnome/sources/zenity/%{majver}/zenity-%{version}.tar.xz +URL: https://wiki.gnome.org/Projects/Zenity +Source: https://download.gnome.org/sources/zenity/%{majver}/zenity-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libatk-devel -BuildRequires: libcairo-devel -BuildRequires: libdbus-devel -BuildRequires: libdbus-glib-devel -BuildRequires: libfontconfig-devel -BuildRequires: libfreetype-devel -BuildRequires: libglade-devel -BuildRequires: libglib-devel -BuildRequires: libgtk-devel -BuildRequires: libnotify-devel -BuildRequires: libpango-devel BuildRequires: libX11-devel -BuildRequires: libxml2-devel +BuildRequires: libgdk-pixbuf-devel +BuildRequires: libglib-devel +BuildRequires: libgtk3-devel +BuildRequires: libpango-devel ## AUTOBUILDREQ-END BuildRequires: libyelp-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A tool that allows you to display GTK dialog boxes in commandline and shell scripts. +%debug_package + %prep %setup -q %build -#./autogen.sh -%configure --disable-scrollkeeper -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %find_lang %{name} @@ -55,17 +47,19 @@ A tool that allows you to display GTK dialog boxes in commandline and shell scri %defattr(-,root,root) %{_bindir}/gdialog %{_bindir}/zenity -#%{_datadir}/omf/zenity/zenity-*.omf -%{_datadir}/zenity/clothes/*.png +#%{_datadir}/zenity/clothes/*.png %{_datadir}/zenity/zenity.ui %{_datadir}/zenity/zenity*.png %dir %{_datadir}/help/*/zenity %{_datadir}/help/*/zenity/* -%{_mandir}/man1/zenity.1.gz +%{_mandir}/man1/zenity.1* %doc AUTHORS COPYING # ChangeLog NEWS README THANKS TODO %changelog +* Tue Apr 19 2022 Automatic Build System 3.42.0-1mamba +- automatic version update by autodist + * Mon Mar 25 2019 Automatic Build System 3.32.0-1mamba - automatic version update by autodist