Author: qboosh Date: Sat Nov 19 15:14:41 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - refresh config.sub, pass --with-qt-libraries (fixes build on x86_64)
---- Files affected: SPECS: wlassistant.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/wlassistant.spec diff -u SPECS/wlassistant.spec:1.10 SPECS/wlassistant.spec:1.11 --- SPECS/wlassistant.spec:1.10 Sat Nov 19 15:50:03 2005 +++ SPECS/wlassistant.spec Sat Nov 19 16:14:35 2005 @@ -9,6 +9,8 @@ Source0: http://dl.sourceforge.net/wlassistant/%{name}-%{version}.tar.bz2 # Source0-md5: 4836d595a27f34c24784cdf9c2a9d5a8 URL: http://wlassistant.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake BuildRequires: kdelibs-devel BuildRequires: libiw-devel BuildRequires: libjpeg-devel @@ -32,11 +34,13 @@ %setup -q %build +cp -f /usr/share/automake/config.* admin %{__make} -f Makefile.cvs %configure \ %if "%{_lib}" == "lib64" - --enable-libsuffix=64 + --enable-libsuffix=64 \ %endif + --with-qt-libraries=%{_libdir} %{__make} \ CFLAGS="%{rpmcflags}" @@ -68,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2005/11/19 15:14:35 qboosh +- refresh config.sub, pass --with-qt-libraries (fixes build on x86_64) + Revision 1.10 2005/11/19 14:50:03 qboosh - formatting, updated pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/wlassistant.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
