File zenity.spec of Package zenity
#
# spec file for package zenity
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: zenity
Version: 3.4.0
Release: 0
Summary: GNOME Command Line Dialog Utility
License: LGPL-2.1+
Group: System/GUI/GNOME
Url: http://www.gnome.org/
Source: http://download.gnome.org/sources/zenity/3.4/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM zenity-add-sentinel.patch bgo#656757 dimstar@opensuse.org -- Add sentinel to g_object_get function call.
Patch0: zenity-add-sentinel.patch
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libnotify)
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Zenity is a basic rewrite of gdialog, without the pain involved of
trying to figure out commandline parsing. Zenity is zen-like; simple
and easy to use.
Zenity Dialogs: Calendar, Text Entry, Error, Informational, File
Selection, List, Progress, Question, Text Information, Warning and
Password.
Zenity is especially useful in scripts.
%lang_package
%prep
%setup -q
%patch0 -p1
translation-update-upstream
%build
%configure\
--disable-scrollkeeper
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%dir %{_datadir}/gnome/
%dir %{_datadir}/gnome/help/
%dir %{_datadir}/gnome/help/%{name}/
%doc %{_datadir}/gnome/help/%{name}/C/
%{_bindir}/gdialog
%{_bindir}/zenity
%{_datadir}/zenity/
%doc %{_mandir}/man?/zenity.*
%files lang -f %{name}.lang
%changelog