File e17-branding-openSUSE.spec of Package e17-branding-openSUSE
#
# spec file for package e17-branding-openSUSE
#
# 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: e17-branding-openSUSE
Version: 0.1
Release: 0
Summary: E17 openSUSE branding
License: GPL-2.0
Group: System/GUI/Other
Url: https://en.opensuse.org/Portal:Enlightenment
Source: def-ibar.txt
Source2: AUTHORS
Source3: COPYING
Provides: e17-branding = %version
Supplements: packageand(e17:branding-openSUSE)
Conflicts: otherproviders(e17-branding)
Requires: e-profiles-openSUSE
Requires: e-theme-default
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
openSUSE specific files as specific branding.
%prep
%build
%install
install -m 0755 -d %{buildroot}%{_libdir}/enlightenment/modules/wizard/
install -m 0644 -t %{buildroot}%{_libdir}/enlightenment/modules/wizard/ %SOURCE0
install -m 0755 -d %{buildroot}%{_docdir}/%{name}
install -m 0644 -t %{buildroot}%{_docdir}/%{name} %SOURCE2 $SOURCE3
%files
%defattr(-,root,root)
%{_docdir}/*
%{_libdir}/enlightenment/
%changelog