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
|
Name: zenity
|
||||||
Version: 3.32.0
|
Version: 3.41.0
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Display dialog boxes from shell scripts
|
Summary: Display dialog boxes from shell scripts
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Zenity
|
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(gtk+-3.0) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(libnotify) >= 0.6.1
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: intltool
|
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: make
|
BuildRequires: meson
|
||||||
BuildRequires: which
|
BuildRequires: which
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,15 +24,12 @@ from the same family as dialog, Xdialog, and cdialog.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-webkitgtk
|
%meson
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
# we don't want a perl dependency just for this
|
|
||||||
rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|
||||||
|
|
||||||
%find_lang zenity --with-gnome
|
%find_lang zenity --with-gnome
|
||||||
|
|
||||||
@ -48,6 +43,10 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user