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.
59 lines
1.7 KiB
59 lines
1.7 KiB
Summary: The Enlightenment window manager, DR16. |
|
Name: @PACKAGE@ |
|
Version: @VERSION@ |
|
Release: @RPM_RELEASE@%{?_rpm_pkg_ext:%{_rpm_pkg_ext}}%{?_vendorsuffix:.%{_vendorsuffix}} |
|
License: BSD |
|
Group: User Interface/Desktops |
|
URL: http://www.enlightenment.org/ |
|
Source: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz |
|
Vendor: The Enlightenment Project (http://www.enlightenment.org/) |
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|
BuildRequires: imlib2-devel freetype-devel |
|
#BuildSuggests: esound-devel |
|
Obsoletes: enlightenment < 0.16.8 |
|
Requires: imlib2 >= 1.2.0 |
|
Provides: e16-edox = @VERSION@ |
|
|
|
%description |
|
Enlightenment is a window manager for the X Window System that |
|
is designed to be powerful, extensible, configurable and |
|
pretty darned good looking! It is one of the more graphically |
|
intense window managers. |
|
|
|
Enlightenment goes beyond managing windows by providing a useful |
|
and appealing graphical shell from which to work. It is open |
|
in design and instead of dictating a policy, allows the user to |
|
define their own policy, down to every last detail. |
|
|
|
This package will install the Enlightenment window manager. |
|
|
|
%prep |
|
%setup -q |
|
|
|
%build |
|
%configure %{?acflags} |
|
make %{?_smp_mflags} |
|
|
|
%install |
|
rm -rf $RPM_BUILD_ROOT |
|
make install DESTDIR=$RPM_BUILD_ROOT |
|
rm -rf $RPM_BUILD_ROOT/usr/share/doc |
|
mkdir -p $RPM_BUILD_ROOT/etc/X11/xinit/Xclients.d |
|
cp $RPM_BUILD_ROOT/usr/share/e16/misc/Xclients.* $RPM_BUILD_ROOT/etc/X11/xinit/Xclients.d/ |
|
|
|
%clean |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
%files |
|
%doc AUTHORS COPYING ChangeLog docs/e16.html |
|
%{_bindir}/* |
|
%{_libdir}/%{name} |
|
%{_datadir}/%{name} |
|
%{_datadir}/locale/*/*/* |
|
%{_datadir}/applications/* |
|
%{_datadir}/xsessions/* |
|
%{_datadir}/gnome-session/sessions/* |
|
%{_sysconfdir}/X11/xinit/Xclients.d/* |
|
%{_mandir}/*/* |
|
|
|
%changelog
|
|
|