Package init
This commit is contained in:
commit
3ed19c0556
BIN
zenity-3.30.0.tar.xz
Normal file
BIN
zenity-3.30.0.tar.xz
Normal file
Binary file not shown.
37
zenity.spec
Normal file
37
zenity.spec
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
Name: zenity
|
||||||
|
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.gnome.org/sources/zenity/3.30/zenity-%{version}.tar.xz
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
%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
|
||||||
|
%{_mandir}/man1/zenity.1*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.30.0-2
|
||||||
|
- Package init
|
||||||
Loading…
x
Reference in New Issue
Block a user