File mozo.spec of Package mozo
#
# spec file for package mozo
#
# Copyright (c) 2015 SUSE LINUX 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/
#
%define _version 1.10
Name: mozo
Version: 1.10.1
Release: 0
Summary: MATE Desktop menu editor
License: LGPL-2.1+
Group: System/GUI/Other
Url: http://mate-desktop.org/
Source0: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: mate-common
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(libmate-menu) >= 1.9.0
BuildRequires: pkgconfig(pygobject-2.0)
Requires: python-mate-menus >= 1.9.0
Recommends: %{name}-lang = %{version}
Provides: mate-menu-editor = %{version}
Obsoletes: mate-menu-editor < %{version}
Obsoletes: mate-menu-editor-lang < %{version}
BuildArch: noarch
%description
This package provides Mozo, a menu editor for the MATE Desktop,
using the freedesktop.org menu specification.
%lang_package
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{python_sitelib}
%suse_update_desktop_file %{name}
%post
%desktop_database_post
%icon_theme_cache_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{python_sitelib}/Mozo/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}*
%{_mandir}/man?/%{name}.?%{?ext_man}
%files lang -f %{name}.lang
%defattr(-,root,root)
%changelog