Ismail Dönmez 2012-05-29 10:53:57 +00:00 committed by Git OBS Bridge
parent 3f493bb498
commit 64d8129499
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 29 10:33:39 UTC 2012 - jengelh@inai.de
- Use autoreconf instead of ./bootstrap since (a) that works,
(b) avoids the inflexible handcrafted automake version check
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 14 09:29:06 UTC 2012 - coolo@suse.com Mon May 14 09:29:06 UTC 2012 - coolo@suse.com

View File

@ -183,13 +183,9 @@ chmod 0644 %{S:0}
%patch1 %patch1
%build %build
find ./ -name Makefile.in -delete autoreconf -fi
rm configure
#export LIBTOOL=/usr/bin/libtool
export CFLAGS="$CFLAGS %{optflags} -I../caca/" export CFLAGS="$CFLAGS %{optflags} -I../caca/"
export CXXFLAGS="$CXXFLAGS %{optflags}" export CXXFLAGS="$CXXFLAGS %{optflags}"
./bootstrap
#autoreconf -fiv
%configure --with-pic \ %configure --with-pic \
--program-prefix="%{?_program_prefix}" \ --program-prefix="%{?_program_prefix}" \
--enable-slang \ --enable-slang \
@ -209,7 +205,7 @@ export CXXFLAGS="$CXXFLAGS %{optflags}"
%else %else
--enable-java=no --enable-java=no
%endif %endif
%{__make} %{?jobs:-j%jobs} make %{?_smp_mflags}
%install %install
%makeinstall %makeinstall