From 8b04e0850988c161f330c0cfa142cae64137dd68 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:58:11 +0800 Subject: [PATCH] update code --- zenity.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zenity.spec b/zenity.spec index 17eeb2e..d5176eb 100644 --- a/zenity.spec +++ b/zenity.spec @@ -12,6 +12,8 @@ BuildRequires: gcc pkgconfig(gtk+-3.0) >= 3.0.0 pkgconfig(libnotify) >= 0.6.1 wh %description Zenity is a tool that allows you to display GTK dialog boxes in commandline and shell scripts. +%package_help + %prep %setup -q @@ -30,6 +32,8 @@ make V=1 %{?_smp_mflags} %doc AUTHORS NEWS THANKS README %{_bindir}/zenity %{_datadir}/zenity + +%files help %{_mandir}/man1/zenity.1* %changelog