zenity/zenity.spec

48 lines
1.1 KiB
RPMSpec
Raw Normal View History

2019-09-30 11:20:42 -04:00
Name: zenity
Version: 3.32.0
2020-09-07 15:38:37 +08:00
Release: 2
2019-09-30 11:20:42 -04:00
Summary: Display GTK dialog boxes in commandline and shell scripts
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Zenity
2020-09-07 15:38:37 +08:00
Source: https://download.gnome.org/sources/zenity/3.32/zenity-%{version}.tar.xz
2019-09-30 11:20:42 -04:00
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.
2019-11-06 19:58:11 +08:00
%package_help
2019-09-30 11:20:42 -04:00
%prep
%setup -q
%build
%configure --disable-webkitgtk
make V=1 %{?_smp_mflags}
%install
%make_install
%find_lang zenity --with-gnome
%files -f zenity.lang
%exclude %{_bindir}/gdialog
%license COPYING
%doc AUTHORS NEWS THANKS README
%{_bindir}/zenity
%{_datadir}/zenity
2019-11-06 19:58:11 +08:00
%files help
2019-09-30 11:20:42 -04:00
%{_mandir}/man1/zenity.1*
%changelog
2020-09-07 15:38:37 +08:00
* Mon Sep 7 2020 zhanzhimin <zhanzhimin@huawei.com> - 3.32.0-2
- update source0
* Mon July 20 2020 chnegguipeng<chnegguipeng1@huawei.com> - 3.32.0-1
- Upgrade to 3.32.0-1
2019-09-30 11:20:42 -04:00
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.30.0-2
- Package init