|
|
|
@ -1,7 +1,9 @@ |
|
|
|
|
%{!?_rel:%{expand:%%global _rel 0.enl%{?dist}}} |
|
|
|
|
|
|
|
|
|
Summary: The Enlightenment window manager |
|
|
|
|
Name: @PACKAGE@ |
|
|
|
|
Version: @VERSION@ |
|
|
|
|
Release: 0.%(date '+%Y%m%d') |
|
|
|
|
Release: %{_rel} |
|
|
|
|
License: BSD |
|
|
|
|
Group: User Interface/Desktops |
|
|
|
|
URL: http://www.enlightenment.org/ |
|
|
|
@ -12,7 +14,7 @@ Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} |
|
|
|
|
Prefix: %{_prefix} |
|
|
|
|
#BuildSuggests: xorg-x11-devel, XFree86-devel, libX11-devel |
|
|
|
|
BuildRequires: evas-devel, edje-devel, edje-bin, ecore-devel, eet-devel |
|
|
|
|
BuildRequires: embryo-devel, embryo-bin |
|
|
|
|
BuildRequires: embryo-devel, embryo-bin, eeze-devel |
|
|
|
|
Requires: evas-module_loader_eet evas-module_saver_eet |
|
|
|
|
Requires: evas-module_loader_png evas-module_saver_png |
|
|
|
|
Requires: evas-module_loader_jpeg evas-module_saver_jpeg |
|
|
|
@ -55,9 +57,10 @@ test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT |
|
|
|
|
|
|
|
|
|
%files |
|
|
|
|
%defattr(-, root, root) |
|
|
|
|
%doc AUTHORS COPYING COPYING-PLAIN README |
|
|
|
|
%doc AUTHORS COPYING README |
|
|
|
|
%dir %{_sysconfdir}/enlightenment |
|
|
|
|
%config(noreplace) %{_sysconfdir}/enlightenment/* |
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/menus/enlightenment.menu |
|
|
|
|
%{_bindir}/enlightenment |
|
|
|
|
%{_bindir}/enlightenment_* |
|
|
|
|
#%{_bindir}/eap_to_desktop |
|
|
|
|