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

View File

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