e16-themes/BlueSteel/etheme-BlueSteel.spec

52 lines
1.2 KiB
Plaintext

Summary: Enlightenment theme: BlueSteel
Name: etheme-BlueSteel
Version: 0.16
Release: 0.01
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
%description
The BlueSteel 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 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.