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.
55 lines
1.4 KiB
55 lines
1.4 KiB
Summary: Enlightenment theme: ShinyMetal |
|
Name: enlightenment-theme-ShinyMetal |
|
Version: 0.16 |
|
Release: 0.02 |
|
License: BSD |
|
Group: User Interface/Desktops |
|
Source0: 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: enlightenment >= 0.16.7 |
|
Obsoletes: etheme-ShinyMetal |
|
|
|
%description |
|
The ShinyMetal theme for Enlightenment. |
|
This is part of the Enlightenment distribution. |
|
|
|
%prep |
|
%setup |
|
|
|
%build |
|
CFLAGS="${RPM_OPT_FLAGS}" |
|
if [ ! -f configure ]; then |
|
./autogen.sh --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --mandir=%{_mandir} --enable-fsstd |
|
else |
|
%{configure} --prefix=%{_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --mandir=%{_mandir} --enable-fsstd |
|
fi |
|
make |
|
|
|
%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 INSTALL README |
|
%{_datadir}/enlightenment/* |
|
|
|
%changelog |
|
|
|
* Mon May 24 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.02 |
|
- Renamed from etheme-ShinyMetal to enlightenment-theme-ShinyMetal. |
|
|
|
* Mon May 10 2004 Stuart Children <stuart@terminus.co.uk> - 0.16-0.01 |
|
- Tidy ups. |
|
- Fix download url. |
|
- Use License rather than Copyright. |
|
- Remove Packager to avoid people creating mis-attributed packages. |
|
|
|
|