e16/e16.spec.in

60 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2018-08-11 21:50:25 -07:00
Summary: The Enlightenment window manager, DR16.
Name: @PACKAGE@
Version: @VERSION@
Release: @RPM_RELEASE@%{?_rpm_pkg_ext:%{_rpm_pkg_ext}}%{?_vendorsuffix:.%{_vendorsuffix}}
2018-08-11 21:50:25 -07:00
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}
2018-08-11 21:50:25 -07:00
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
2018-08-11 21:50:25 -07:00
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