Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c68ea540b |
1 changed files with 7 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: zenity
|
||||
Version: 3.42.1
|
||||
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.42/%{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
|
||||
|
||||
|
||||
|
|
@ -46,6 +47,10 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 17 2022 Honore Doktorr <hdfssk@gmail.com> - 3.42.1-2
|
||||
- Add missing BuildRequires for pkgconfig(libnotify)
|
||||
- enable libnotify option for meson build
|
||||
|
||||
* Wed Apr 27 2022 David King <amigadave@amigadave.com> - 3.42.1-1
|
||||
- Update to 3.42.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue