File e17-profiles-openSUSE.spec of Package e17-profiles-openSUSE
#
# spec file for package e-profiles-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-profiles-openSUSE
Version: 20131019
Release: 0
Summary: E17 openSUSE profiles
License: BSD-2-Clause
Group: System/GUI/Other
Url: https://github.com/sleep-walker/e17-openSUSE-profiles
Source: %{name}-%{version}.tar.bz2
BuildRequires: eet
Requires: e-theme-openSUSE
Conflicts: e-profiles-openSUSE
Conflicts: enlightenment-profiles-openSUSE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
openSUSE variant of profiles for E17.
%prep
%setup -q -n e-profiles-openSUSE-%{version}
%build
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc README.md LICENSE AUTHORS
%{_datadir}/enlightenment
%changelog