summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Yin <yan.yin@intel.com>2012-03-14 14:00:54 +0800
committerYan Yin <yan.yin@intel.com>2012-03-14 14:00:54 +0800
commit71de741809b2c23779657ecda17a4ef900af62e1 (patch)
treee8426ff63c4c1187a0750dd88fafb31a1b43463a
parent6957803138174aaa5c66b3b94f7ebecb7fba170e (diff)
downloade17-71de741809b2c23779657ecda17a4ef900af62e1.tar.gz
e17-71de741809b2c23779657ecda17a4ef900af62e1.tar.bz2
e17-71de741809b2c23779657ecda17a4ef900af62e1.zip
update for beta universally
-rw-r--r--packaging/e17.spec18
1 files changed, 13 insertions, 5 deletions
diff --git a/packaging/e17.spec b/packaging/e17.spec
index dbc143a..6b7fa1c 100644
--- a/packaging/e17.spec
+++ b/packaging/e17.spec
@@ -1,7 +1,7 @@
Name: e17
Summary: The Enlightenment window manager
-Version: 0.16.199.svn60234
-Release: 1
+Version: 1.0.0.001+svn.65871slp2
+Release: 1.1
Group: System/GUI/Other
License: BSD
URL: http://www.enlightenment.org/
@@ -74,7 +74,8 @@ export CFLAGS+=" -fvisibility=hidden -fPIC -DDO_NOT_USE_SIG_HANDLER"
export LDFLAGS+=" -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed"
%autogen --disable-static
-%configure --disable-static \
+LIBS='-ledbus' ./configure --prefix=/usr --disable-static \
+ --enable-extra-features \
--disable-clock \
--disable-temperature \
--disable-mixer \
@@ -159,17 +160,24 @@ export LDFLAGS+=" -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed"
--disable-illume-mode-toggle \
--disable-illume-softkey \
--disable-comp \
- --disable-illume2
+ --disable-illume2 \
+ --disable-notification \
+ --disable-conf_randr \
+ --disable-tasks \
+ --disable-backlight
+# --disable-backlight \
+# --disable-shot
make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
+#make install
%files
%defattr(-,root,root,-)
-/etc/*
+/usr/etc/*
/usr/bin/*
/usr/lib/enlightenment/*