File mate-dialogs.spec of Package mate-dialogs
#
# spec file for mate-dialogs
#
# Copyright (c) 2014 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: mate-dialogs
Version: 1.8.0
Release: 0
License: LGPL-2.0
Summary: Display graphical dialog boxes from shell scripts
Url: http://mate-desktop.org/
Group: System/GUI/Other
Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxml2-python
BuildRequires: mate-common
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: yelp-tools
BuildRequires: xsltproc
Recommends: %{name}-lang
%description
mate-dialogs allows you to display GTK+ dialogs from shell scripts for
MATE desktop (like zenity of GNOME).
%lang_package
%prep
%setup -q
%build
%configure --disable-scrollkeeper
make %{?_smp_mflags}
%install
%makeinstall
%find_lang %{name} %{?no_lang_C}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/matedialog
%{_datadir}/help/
%{_datadir}/matedialog/
%{_mandir}/man1/matedialog.1.gz
%files lang -f %{name}.lang
%defattr(-,root,root,-)
%changelog