Compare commits

..

No commits in common. "a30667517e6fd5bf08bb752ad0c8900eb2eca005" and "289334c66a30b702e2ae82981b232f828478e0f1" have entirely different histories.

4 changed files with 7 additions and 20 deletions

BIN
zenity-3.30.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

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

View File

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