You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
41 lines
1.1 KiB
Summary: Enlightenment themes: BlueSteel, BrushedMetal-Tigert, Ganymede, ShinyMetal |
|
Name: @PACKAGE@ |
|
Version: @VERSION@ |
|
Release: @E_RPM_REVISION@%{?_vendorsuffix:.%{_vendorsuffix}} |
|
License: BSD |
|
Group: User Interface/Desktops |
|
Source: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz |
|
Prefix: %{_prefix} |
|
BuildArch: noarch |
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
|
URL: http://www.enlightenment.org/ |
|
|
|
Requires: e16 >= 0.16.8 |
|
Obsoletes: etheme-BlueSteel enlightenment-theme-BlueSteel |
|
Obsoletes: e16-theme-BlueSteel e16-theme-BrushedMetal-Tigert e16-theme-Ganymede e16-theme-ShinyMetal |
|
|
|
%description |
|
The BlueSteel, BrushedMetal-Tigert, Ganymede, and ShinyMetal themes for Enlightenment DR16. |
|
This is part of the Enlightenment distribution. |
|
|
|
%prep |
|
%setup -n %{name}-%{version} |
|
|
|
%build |
|
%{configure} %{?acflags} |
|
%{__make} %{?_smp_mflags} %{?mflags} |
|
|
|
%install |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install |
|
|
|
%clean |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
%files |
|
%defattr(-, root, root) |
|
%doc AUTHORS COPYING ChangeLog |
|
%{_datadir}/e16/* |
|
|
|
%changelog
|
|
|