|
1 | 1 | Vendor: Microsoft Corporation |
2 | 2 | Distribution: Azure Linux |
3 | 3 | Name: zenity |
4 | | -Version: 3.32.0 |
5 | | -Release: 4%{?dist} |
| 4 | +Version: 3.44.1 |
| 5 | +Release: 2%{?dist} |
6 | 6 | Summary: Display dialog boxes from shell scripts |
7 | 7 |
|
8 | 8 | License: LGPLv2+ |
9 | 9 | URL: https://wiki.gnome.org/Projects/Zenity |
10 | | -Source: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz |
| 10 | +Source: https://download.gnome.org/sources/%{name}/3.44/%{name}-%{version}.tar.xz |
11 | 11 |
|
12 | | -BuildRequires: gcc |
13 | | -BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 |
| 12 | +BuildRequires: pkgconfig(gtk+-3.0) >= 3.16.0 |
14 | 13 | BuildRequires: pkgconfig(libnotify) >= 0.6.1 |
15 | | -BuildRequires: which |
| 14 | +BuildRequires: gcc |
16 | 15 | BuildRequires: gettext |
17 | | -BuildRequires: intltool |
18 | 16 | BuildRequires: itstool |
| 17 | +BuildRequires: meson |
| 18 | +BuildRequires: which |
19 | 19 |
|
20 | 20 | %description |
21 | 21 | Zenity lets you display Gtk+ dialog boxes from the command line and through |
22 | 22 | shell scripts. It is similar to gdialog, but is intended to be saner. It comes |
23 | 23 | from the same family as dialog, Xdialog, and cdialog. |
24 | 24 |
|
25 | 25 | %prep |
26 | | -%setup -q |
| 26 | +%autosetup -p1 |
27 | 27 |
|
28 | 28 |
|
29 | 29 | %build |
30 | | -%configure --disable-webkitgtk |
31 | | -make V=1 %{?_smp_mflags} |
| 30 | +%meson -Dlibnotify=true |
| 31 | +%meson_build |
32 | 32 |
|
33 | 33 |
|
34 | 34 | %install |
35 | | -%make_install |
| 35 | +%meson_install |
36 | 36 |
|
37 | 37 | # we don't want a perl dependency just for this |
38 | | -rm $RPM_BUILD_ROOT%{_bindir}/gdialog |
| 38 | +rm -f $RPM_BUILD_ROOT%{_bindir}/gdialog |
39 | 39 |
|
40 | 40 | %find_lang zenity --with-gnome |
41 | 41 |
|
42 | 42 |
|
43 | 43 | %files -f zenity.lang |
44 | 44 | %license COPYING |
45 | | -%doc AUTHORS NEWS THANKS README |
| 45 | +%doc AUTHORS NEWS THANKS README.md |
46 | 46 | %{_bindir}/zenity |
47 | | -%{_datadir}/zenity |
| 47 | +%{_datadir}/zenity/ |
48 | 48 | %{_mandir}/man1/zenity.1* |
49 | 49 |
|
50 | 50 |
|
51 | 51 | %changelog |
52 | | -* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 3.32.0-4 |
53 | | -- Initial CBL-Mariner import from Fedora 32 (license: MIT). |
| 52 | +* Wed May 07 2025 Archana Shettigar <v-shettigara@microsoft.com> - 3.44.1-2 |
| 53 | +- Initial Azure Linux import from Fedora 37 (license: MIT). |
| 54 | +- License verified |
| 55 | + |
| 56 | +* Wed May 03 2023 David King <amigadave@amigadave.com> - 3.44.1-1 |
| 57 | +- Update to 3.44.1 |
| 58 | + |
| 59 | +* Thu Mar 16 2023 David King <amigadave@amigadave.com> - 3.44.0-1 |
| 60 | +- Update to 3.44.0 |
| 61 | + |
| 62 | +* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.43.0-3 |
| 63 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
| 64 | + |
| 65 | +* Sun Jul 17 2022 Honore Doktorr <hdfssk@gmail.com> - 3.43.0-2 |
| 66 | +- Add missing BuildRequires for pkgconfig(libnotify) |
| 67 | +- enable libnotify option for meson build |
| 68 | + |
| 69 | +* Thu Jul 07 2022 David King <amigadave@amigadave.com> - 3.43.0-1 |
| 70 | +- Update to 3.43.0 |
| 71 | + |
| 72 | +* Wed Apr 27 2022 David King <amigadave@amigadave.com> - 3.42.1-1 |
| 73 | +- Update to 3.42.1 |
| 74 | + |
| 75 | +* Fri Apr 01 2022 David King <amigadave@amigadave.com> - 3.42.0-1 |
| 76 | +- Update to 3.42.0 |
| 77 | + |
| 78 | +* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.41.0-3 |
| 79 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |
| 80 | + |
| 81 | +* Wed Oct 06 2021 Kalev Lember <klember@redhat.com> - 3.41.0-2 |
| 82 | +- Fix eln build |
| 83 | + |
| 84 | +* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 3.41.0-1 |
| 85 | +- Update to 3.41.0 |
| 86 | +- Switch to meson build system |
| 87 | + |
| 88 | +* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-7 |
| 89 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
| 90 | + |
| 91 | +* Thu Mar 04 2021 David King <amigadave@amigadave.com> - 3.32.0-6 |
| 92 | +- Use make macros |
| 93 | + |
| 94 | +* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-5 |
| 95 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
| 96 | + |
| 97 | +* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-4 |
| 98 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
54 | 99 |
|
55 | 100 | * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-3 |
56 | 101 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild |
|
0 commit comments