From: sparky Date: Sat, 3 Dec 2005 15:52:40 +0000 (+0000) Subject: - no nead to use autotools, but CXX must no tb set X-Git-Tag: auto/th/evas-0_9_9_026-1~8 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fevas.git;a=commitdiff_plain;h=ffb4a3b015746204161d43475e037c78070ff7c3 - no nead to use autotools, but CXX must no tb set Changed files: evas.spec -> 1.17 --- diff --git a/evas.spec b/evas.spec index 71bb5be..241c1d1 100644 --- a/evas.spec +++ b/evas.spec @@ -24,7 +24,7 @@ License: BSD Group: Libraries Source0: http://enlightenment.freedesktop.org/files/%{name}-%{version}.tar.gz # Source0-md5: 5b4f791ee7085012e04ec3031d634c6c -Patch0: %{name}-missing_m4.patch +#Patch0: %{name}-missing_m4.patch URL: http://enlightenment.org/Libraries/Evas/ BuildRequires: DirectFB-devel BuildRequires: OpenGL-devel @@ -41,6 +41,8 @@ Requires: %{name}-libs = %{version}-%{release} Requires: fonts-TTF-bitstream-vera BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%undefine __cxx + %description Evas is a clean display canvas API for several target display systems that can draw anti-aliased text, smooth super and sub-sampled scaled @@ -95,14 +97,14 @@ Statyczna biblioteka Evas. %prep %setup -q -%patch0 -p1 +#%%patch0 -p1 %build -%{__libtoolize} -%{__aclocal} -%{__autoconf} -%{__autoheader} -%{__automake} +#%%{__libtoolize} +#%%{__aclocal} +#%%{__autoconf} +#%%{__autoheader} +#%%{__automake} %configure \ %{!?with_static_libs:--disable-static} \ --enable-software-x11 \