]> git.pld-linux.org Git - packages/eet.git/commitdiff
- no nead to use autotools, but CXX must no tb set
authorsparky <sparky@pld-linux.org>
Sat, 3 Dec 2005 15:52:40 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eet.spec -> 1.13

eet.spec

index de6d9edde952779681c2fd5156b7f96bbada4744..b52e8638de85cff417dc20bb12163ca2f2eb5493 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -19,6 +19,8 @@ BuildRequires:        libtool
 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
@@ -76,11 +78,11 @@ Statyczna biblioteka Eet.
 %setup -q
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
 %configure \
        %{!?with_static_libs:--disable-static}
 %{__make}
This page took 0.105328 seconds and 4 git commands to generate.