1 Summary: The Enlightenment window manager, DR16.
4 Release: @E_RPM_REVISION@%{?_rpm_add_date:.%(date '+%y%m%d')}%{?_rpm_pkg_ext:%{_rpm_pkg_ext}}%{?_vendorsuffix:.%{_vendorsuffix}}
6 Group: User Interface/Desktops
7 URL: http://www.enlightenment.org/
8 Source: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
9 Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.org>}
10 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
11 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14 BuildRequires: imlib2-devel freetype-devel
15 #BuildSuggests: esound-devel
16 Obsoletes: enlightenment < 0.16.8
17 Requires: imlib2 >= 1.2.0
21 Enlightenment is a window manager for the X Window System that
22 is designed to be powerful, extensible, configurable and
23 pretty darned good looking! It is one of the more graphically
24 intense window managers.
26 Enlightenment goes beyond managing windows by providing a useful
27 and appealing graphical shell from which to work. It is open
28 in design and instead of dictating a policy, allows the user to
29 define their own policy, down to every last detail.
31 This package will install the Enlightenment window manager.
34 %setup -n %{name}-%{version}
37 %{configure} %{?acflags}
38 %{__make} %{?_smp_mflags} %{?mflags}
41 test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
42 %{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install}
43 rm -f $RPM_BUILD_ROOT/usr/lib*/e16/*.la
44 rm -rf $RPM_BUILD_ROOT/usr/share/doc
45 mkdir -p $RPM_BUILD_ROOT/etc/X11/xinit/Xclients.d
46 cp $RPM_BUILD_ROOT/usr/share/e16/misc/Xclients.* $RPM_BUILD_ROOT/etc/X11/xinit/Xclients.d/
49 test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
52 %defattr(-, root, root)
53 %doc AUTHORS COPYING ChangeLog docs/README docs/*.html
58 %{_datadir}/applications/*
59 %{_datadir}/xsessions/*
60 %{_sysconfdir}/X11/xinit/Xclients.d/*