Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a30667517e
!17 【轻量级 PR】:fix error date in changelog
From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-10-25 01:58:37 +00:00
kerongw
44f8b58243
fix error date in changelog
Signed-off-by: kerongw <wangkerong@h-partners.com>
2022-10-22 06:20:56 +00:00
openeuler-ci-bot
10379620e7 !6 update to 3.41.0
From: @kerongw
Reviewed-by: @small_leek,@yanan-rock
Signed-off-by: @yanan-rock
2021-12-06 09:27:09 +00:00
wangkerong
d54e869f23 update to 3.41.0 2021-12-04 14:54:39 +08:00
openeuler-ci-bot
b71f28e025 !4 update source0
From: @zzm_567
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2020-09-29 10:07:41 +08:00
zzm_567
d075d8e824 update source0 2020-09-07 15:38:37 +08:00
openeuler-ci-bot
634e29d102 !2 zenity:Update to 3.32.0
Merge pull request !2 from chengguipeng_xian/master
2020-07-24 09:57:07 +08:00
chengguipeng
6cbb379420 zenity; Update to 3.32.0
Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
2020-07-23 16:45:18 +08:00
openeuler-ci-bot
f0e37d61e4 !1 add yaml file in package
Merge pull request !1 from gaoch_100/master
2020-07-21 11:58:57 +08:00
gaoch_100
bddc4c08ab update zenity.yaml. 2020-06-29 18:25:55 +08:00
4 changed files with 20 additions and 7 deletions

Binary file not shown.

BIN
zenity-3.41.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: zenity Name: zenity
Version: 3.30.0 Version: 3.41.0
Release: 2 Release: 2
Summary: Display GTK dialog boxes in commandline and shell scripts Summary: Display GTK dialog boxes in commandline and 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/zenity/3.30/zenity-%{version}.tar.xz Source: https://download-fallback.gnome.org/sources/zenity/3.41/%{name}-%{version}.tar.xz
BuildRequires: gcc pkgconfig(gtk+-3.0) >= 3.0.0 pkgconfig(libnotify) >= 0.6.1 which gettext intltool itstool
BuildRequires: gcc pkgconfig(gtk+-3.0) >= 3.0.0 which gettext intltool itstool meson
%description %description
Zenity is a tool that allows you to display GTK dialog boxes in commandline and shell scripts. Zenity is a tool that allows you to display GTK dialog boxes in commandline and shell scripts.
@ -18,11 +19,11 @@ Zenity is a tool that allows you to display GTK dialog boxes in commandline and
%setup -q %setup -q
%build %build
%configure --disable-webkitgtk %meson
make V=1 %{?_smp_mflags} %meson_build
%install %install
%make_install %meson_install
%find_lang zenity --with-gnome %find_lang zenity --with-gnome
@ -37,5 +38,17 @@ make V=1 %{?_smp_mflags}
%{_mandir}/man1/zenity.1* %{_mandir}/man1/zenity.1*
%changelog %changelog
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 3.41.0-2
- fix error date in changelog
* 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 * Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.30.0-2
- Package init - Package init

View File

@ -1,4 +1,4 @@
version_control: gitlab.gnome version_control: gitlab.gnome
src_repo: zenity src_repo: zenity
tag_prefix: ZENITY_ tag_prefix: ZENITY_
seperator: _ seperator: "_"