Compare commits
10 Commits
289334c66a
...
a30667517e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a30667517e | ||
|
|
44f8b58243 | ||
|
|
10379620e7 | ||
|
|
d54e869f23 | ||
|
|
b71f28e025 | ||
|
|
d075d8e824 | ||
|
|
634e29d102 | ||
|
|
6cbb379420 | ||
|
|
f0e37d61e4 | ||
|
|
bddc4c08ab |
Binary file not shown.
BIN
zenity-3.41.0.tar.xz
Normal file
BIN
zenity-3.41.0.tar.xz
Normal file
Binary file not shown.
25
zenity.spec
25
zenity.spec
@ -1,13 +1,14 @@
|
||||
Name: zenity
|
||||
Version: 3.30.0
|
||||
Version: 3.41.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.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
|
||||
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
|
||||
|
||||
%build
|
||||
%configure --disable-webkitgtk
|
||||
make V=1 %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%find_lang zenity --with-gnome
|
||||
|
||||
@ -37,5 +38,17 @@ make V=1 %{?_smp_mflags}
|
||||
%{_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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: gitlab.gnome
|
||||
src_repo: zenity
|
||||
tag_prefix: ZENITY_
|
||||
seperator: _
|
||||
seperator: "_"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user