e16-themes/BrushedMetal-Tigert/etheme-BrushedMetal-Tigert....

57 lines
1.4 KiB
Plaintext
Raw Normal View History

Summary: Enlightenment theme: BrushedMetal-Tigert
Name: enlightenment-theme-BrushedMetal-Tigert
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-BrushedMetal-Tigert
%description
The BrushedMetal-Tigert 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-BrushedMetal-Tigert to
enlightenment-theme-BrushedMetal-Tigert.
* 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.