File e-theme-blingbling.spec of Package e-theme-blingbling
#
# spec file for package e_theme-blingbling
#
# Copyright (c) 2010 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/
#
%define theme blingbling
Name: e-theme-%{theme}
Version: 64151
Release: 0
License: BSD-3-Clause
Summary: Theme %{theme} theme for Enlightenment 17
Url: http://enlightenment.org
Group: Amusements/Toys/Graphics
Source: %{name}-%{version}.tar.bz2
Source2: COPYING.txt
BuildRequires: edje
Requires: e17
Provides: e17-theme
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Theme %{theme} for Enlightenment 17 - fast and beautiful DE.
%prep
%setup -q -n %{theme}
%build
make
%install
install -m 0755 -d %{buildroot}%{_datadir}/enlightenment/data/themes/
install -m 0644 -t %{buildroot}%{_datadir}/enlightenment/data/themes/ %{theme}.edj
install -m 0755 -d %{buildroot}%{_docdir}/%{name}
install -m 0644 -t %{buildroot}%{_docdir}/%{name} %{SOURCE2}
%clean
%{?buildroot:rm -rf %{buildroot}}
%files
%defattr(-,root,root)
%dir %{_datadir}/enlightenment
%dir %{_datadir}/enlightenment/data
%dir %{_datadir}/enlightenment/data/themes
%{_datadir}/enlightenment/data/themes/%{theme}.edj
%{_docdir}/*
%changelog