Author: sparky                       Date: Sat Dec  3 15:52:46 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no nead to use autotools, but CXX must no tb set

---- Files affected:
SPECS:
   eet.spec (1.12 -> 1.13) , evas.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/eet.spec
diff -u SPECS/eet.spec:1.12 SPECS/eet.spec:1.13
--- SPECS/eet.spec:1.12 Sat Dec  3 15:09:07 2005
+++ SPECS/eet.spec      Sat Dec  3 16:52:40 2005
@@ -20,6 +20,8 @@
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%undefine      __cxx
+
 %description
 Eet is a tiny library designed to write an arbitary set of chunks of
 data to a file and optionally compress each chunk (very much like a
@@ -77,11 +79,11 @@
 %setup -q
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
 %configure \
        %{!?with_static_libs:--disable-static}
 %{__make}
@@ -125,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/12/03 15:52:40  sparky
+- no nead to use autotools, but CXX must no tb set
+
 Revision 1.12  2005/12/03 14:09:07  sparky
 - up to 0.9.10.022
 

================================================================
Index: SPECS/evas.spec
diff -u SPECS/evas.spec:1.16 SPECS/evas.spec:1.17
--- SPECS/evas.spec:1.16        Sat Dec  3 15:18:07 2005
+++ SPECS/evas.spec     Sat Dec  3 16:52:40 2005
@@ -25,7 +25,7 @@
 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
@@ -42,6 +42,8 @@
 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
@@ -96,14 +98,14 @@
 
 %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   \
@@ -188,6 +190,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/12/03 15:52:40  sparky
+- no nead to use autotools, but CXX must no tb set
+
 Revision 1.16  2005/12/03 14:18:07  sparky
 - up to 0.9.9.022
 - mmx/sse on %{x8664}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eet.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/SPECS/evas.spec?r1=1.16&r2=1.17&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to