Accepting request 122719 from home:jengelh:branches:am
http://lists.opensuse.org/opensuse-factory/2012-05/msg00752.html OBS-URL: https://build.opensuse.org/request/show/122719 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcaca?expand=0&rev=17
This commit is contained in:
parent
3f493bb498
commit
64d8129499
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user