File gnome-menus-branding-SLED.spec of Package gnome-menus-branding-openSUSE
#
# spec file for package gnome-menus-branding-SLED
#
# 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 build_openSUSE 0
%define build_SLED 1
# Do not edit this auto generated file! Edit gnome-menus-branding.spec.in.
Name: gnome-menus-branding-SLED
Version: 42.1
Release: 0
Summary: The GNOME Desktop Menu -- SLED Menus Definitions
License: LGPL-2.1+
Group: System/GUI/GNOME
Url: http://www.gnome.org
Source: gnome-menus-branding-COPYING
# PATCH-FIX-OPENSUSE gnome-menus-branding-remove-X-SuSE-ControlCenter.patch vuntz@opensuse.org -- Remove the desktop files with X-SuSE-YaST category from the Applications menu and explicitly add YaST launcher
Patch0: gnome-menus-branding-remove-X-SuSE-ControlCenter.patch
BuildRequires: gnome-menus
# To be in sync with upstream defaults, do branding as a patch for upstream file.
# WARNING: As this package conflicts with gnome-menus-branding-SLED, you cannot
# reuse build root. You have to build in a clean build root every time!
BuildRequires: gnome-menus-branding-upstream
%define gnome_menus_version %(rpm -q --qf '%%{version}' gnome-menus)
Requires: gnome-menus = %{gnome_menus_version}
Provides: gnome-menus-branding = %{gnome_menus_version}
Conflicts: otherproviders(gnome-menus-branding)
Supplements: packageand(gnome-menus:branding-SLED)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:
http://www.freedesktop.org/Standards/menu-spec
This package provides the SLED definitions for menus.
%prep
%setup -q -T -c %{name}-%{version}
cp -a %{S:0} COPYING
# We will base menus on upstream menus:
cp -a %{_sysconfdir}/xdg/menus/*.menu .
%patch0 -p0
%build
%install
install -d $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus
install -m0644 *.menu $RPM_BUILD_ROOT%{_sysconfdir}/xdg/menus/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr (-, root, root)
%doc COPYING
%{_sysconfdir}/xdg/menus/gnome-applications.menu
%changelog