SPECS: ecore.spec - up to 0.9.9.019 - enabled curl support - disab...
sparky
sparky at pld-linux.org
Sun Nov 20 18:13:28 CET 2005
Author: sparky Date: Sun Nov 20 17:13:28 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.9.9.019
- enabled curl support
- disabled directfb (broken for now), disabling required dirty hack: 'if' in
automake is not working correctly ?
- enabled inofity, but there is no inotify.h in llh yet
---- Files affected:
SPECS:
ecore.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/ecore.spec
diff -u SPECS/ecore.spec:1.9 SPECS/ecore.spec:1.10
--- SPECS/ecore.spec:1.9 Sat Oct 29 19:38:43 2005
+++ SPECS/ecore.spec Sun Nov 20 18:13:23 2005
@@ -2,16 +2,17 @@
Summary: Enlightened Core X interface library
Summary(pl): Biblioteka interfejsu X Enlightened Core
Name: ecore
-Version: 0.9.9.018
+Version: 0.9.9.019
Release: 1
License: BSD
Group: X11/Libraries
Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz
-# Source0-md5: 1b138060711920ff76808a8ff75d0017
+# Source0-md5: ae89e91893b02d9d2ad486fa4e63fcee
Patch0: %{name}-missing_m4.patch
URL: http://enlightenment.org/Libraries/Ecore/
BuildRequires: autoconf
BuildRequires: automake
+BuildRequires: curl-devel
BuildRequires: evas-devel
BuildRequires: libtool
BuildRequires: openssl-devel
@@ -49,6 +50,7 @@
Summary(pl): Pliki nagłówkowe Ecore
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
+Requires: curl-devel
Requires: evas-devel
Requires: openssl-devel
@@ -80,6 +82,10 @@
%{__autoconf}
%{__autoheader}
%{__automake}
+sed -e 's/^@BUILD_ECORE_DIRECTFB_TRUE@/#/' \
+ -e 's/^@BUILD_ECORE_DIRECTFB_FALSE@//' \
+ -i src/lib/ecore_directfb/Makefile.in \
+ src/lib/ecore_evas/Makefile.in
%configure \
--enable-ecore-txt \
--enable-ecore-x \
@@ -87,6 +93,8 @@
--enable-ecore-fb \
--enable-ecore-evas \
--enable-ecore-evas-gl \
+ --enable-ecore-evas-xrender \
+ --disable-ecore-evas-dfb \
--enable-ecore-evas-fb \
--enable-ecore-evas-buffer \
--enable-ecore-con \
@@ -95,6 +103,9 @@
--enable-ecore-dbus \
--enable-ecore-config \
--enable-ecore-file \
+ --enable-inotify \
+ --enable-poll \
+ --enable-curl \
--enable-pthreads
%{__make}
@@ -146,6 +157,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/11/20 17:13:23 sparky
+- up to 0.9.9.019
+- enabled curl support
+- disabled directfb (broken for now), disabling required dirty hack: 'if' in
+ automake is not working correctly ?
+- enabled inofity, but there is no inotify.h in llh yet
+
Revision 1.9 2005/10/29 17:38:43 sparky
- use externam vera
- separated libs subpackage
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ecore.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list