Update to 3.41.0
- Switch to meson build system
This commit is contained in:
parent
343f6c111c
commit
4dc178f53d
23
zenity.spec
23
zenity.spec
@ -1,19 +1,17 @@
|
||||
Name: zenity
|
||||
Version: 3.32.0
|
||||
Release: 7%{?dist}
|
||||
Version: 3.41.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Display dialog boxes from shell scripts
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Zenity
|
||||
Source: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
|
||||
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: intltool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
BuildRequires: which
|
||||
|
||||
%description
|
||||
@ -26,15 +24,12 @@ from the same family as dialog, Xdialog, and cdialog.
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-webkitgtk
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
# we don't want a perl dependency just for this
|
||||
rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
||||
%meson_install
|
||||
|
||||
%find_lang zenity --with-gnome
|
||||
|
||||
@ -48,6 +43,10 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 3.41.0-1
|
||||
- Update to 3.41.0
|
||||
- Switch to meson build system
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user