Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Honore Doktorr
2d8da900e5 Added libnotify integration for meson-driven builds 2022-07-18 18:08:13 -04:00

View file

@ -1,6 +1,6 @@
Name: zenity
Version: 3.41.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Display dialog boxes from shell scripts
License: LGPLv2+
@ -8,6 +8,7 @@ URL: https://wiki.gnome.org/Projects/Zenity
Source: https://download.gnome.org/sources/%{name}/3.41/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
BuildRequires: pkgconfig(libnotify) >= 0.6.1
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: itstool
@ -24,7 +25,7 @@ from the same family as dialog, Xdialog, and cdialog.
%build
%meson
%meson -Dlibnotify=true
%meson_build
@ -43,6 +44,10 @@ from the same family as dialog, Xdialog, and cdialog.
%changelog
* Sun Jul 17 2022 Honore Doktorr <hdfssk@gmail.com> - 3.41.0-2
- Add missing BuildRequires for pkgconfig(libnotify)
- enable libnotify option for meson build
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 3.41.0-1
- Update to 3.41.0
- Switch to meson build system