blob: 91bc4ff3c0ddc03981ef1fb1d7f460133f9c9bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
Name: zenity
Version: 4.0.3
Release: 1
Summary: Display GTK dialog boxes in commandline and shell scripts
License: LGPL-2.1-or-later
URL: https://wiki.gnome.org/Projects/Zenity
Source: https://download.gnome.org/sources/zenity/4.0/zenity-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: meson >= 0.57.0
BuildRequires: pkgconfig(libadwaita-1) >= 1.2
BuildRequires: desktop-file-utils
%description
Zenity is a tool that allows you to display GTK dialog boxes in commandline and shell scripts.
%package_help
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
%find_lang zenity --with-gnome
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Zenity.desktop
%files -f zenity.lang
%license COPYING
%doc AUTHORS NEWS README.md
%{_bindir}/zenity
%{_datadir}/applications/org.gnome.Zenity.desktop
%{_datadir}/icons/hicolor/48*48/apps/zenity.png
%files help
%{_mandir}/man1/zenity.1*
%changelog
* Fri Oct 25 2024 Funda Wang <fundawang@yeah.net> - 4.0.3-1
- update to 4.0.3
* Fri Mar 01 2024 liweigang <venland30@gmail.com> - 4.0.1-1
- update to version 4.0.1
* Wed Dec 27 2023 konglidong <konglidong@uniontech.com> - 4.0.0-1
- update to 4.0.0
* Fri Nov 10 2023 lvgenggeng <lvgenggeng@uniontech.com> - 3.99.2-1
- Upgrade to 3.99.2
* Wed Jul 19 2023 zhangpan <zhangpan103@h-partners.com> - 3.99.0-1
- Upgrade to 3.99.0
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 3.42.1-1
- Upgrade to 3.42.1
* Sat Dec 04 2021 wangkerong <wangkerong@huawei.com> - 3.41.0-1
- update to 3.41.0
* Mon Sep 7 2020 zhanzhimin <zhanzhimin@huawei.com> - 3.32.0-2
- update source0
* Mon Jul 20 2020 chnegguipeng<chnegguipeng1@huawei.com> - 3.32.0-1
- Upgrade to 3.32.0-1
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.30.0-2
- Package init
|