File alacarte.spec of Package alacarte

#
# spec file for package alacarte
#
# Copyright (c) 2013 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:           alacarte
Version:        3.10.0
Release:        0
Url:            http://www.realistanew.com/projects/alacarte
Summary:        Menu editor for GNOME
License:        LGPL-2.1+
Group:          System/GUI/GNOME
Source:         http://download.gnome.org/sources/alacarte/3.10/%{name}-%{version}.tar.xz
# PATCH-NEEDS-REBASE alacarte_system_edit_mode.patch sreeves@novell.com (was PATCH-FEATURE-OPENSUSE)
Patch1:         alacarte_system_edit_mode.patch
# PATCH-FIX-UPSTREAM alacarte-nohelp.patch bnc#779062 bgo#677332 dimstar@opensuse.org -- Do not show help button, as there is no help in alacarte
Patch3:         alacarte-nohelp.patch
BuildRequires:  fdupes
BuildRequires:  glib2-devel
# Needed for the typelib() dependency parser
BuildRequires:  gobject-introspection
# Needed for %%icon_theme_cache_* macros.
BuildRequires:  hicolor-icon-theme
BuildRequires:  intltool
BuildRequires:  python
BuildRequires:  translation-update-upstream
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(libgnome-menu-3.0) >= 3.5.3
BuildRequires:  pkgconfig(pygobject-3.0)
Requires:       python-xml
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%py_requires

%description
Alacarte is a simple freedesktop.org compliant menu editor for GNOME
that lets you change your menus, simply and quickly. Just click and
type to edit, add, and delete any menu entry.

%lang_package
%prep
%setup -q
translation-update-upstream
# Needs rebase. Reenable suse_update_desktop_file call below when enabling
# again
# %patch1 -p0
%patch3 -p1

%build
# Patch is disabled
#autoreconf -f  -i
%configure
make %{?_smp_mflags}

%install
%makeinstall
%suse_update_desktop_file -r alacarte GNOME Utility DesktopUtility
# Patch is disabled
# suse_update_desktop_file alacarte-system X-SuSE-ControlCenter-LookAndFeel
%find_lang %{name} %{?no_lang_C}
%fdupes $RPM_BUILD_ROOT

%post
%desktop_database_post
%icon_theme_cache_post

%postun
%desktop_database_postun
%icon_theme_cache_postun

%files
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/alacarte
%{_datadir}/alacarte
%{_datadir}/applications/alacarte.desktop
# Patch is disabled
# %{_datadir}/applications/alacarte-system.desktop
%{_datadir}/icons/hicolor/*/*/*.*
%{python_sitelib}/Alacarte

%files lang -f %name.lang

%changelog
openSUSE Build Service is sponsored by