SPECS: wlassistant.spec - BR: python and scons
shadzik
shadzik at pld-linux.org
Wed Feb 28 14:50:33 CET 2007
Author: shadzik Date: Wed Feb 28 13:50:33 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- BR: python and scons
---- Files affected:
SPECS:
wlassistant.spec (1.20 -> 1.21)
---- Diffs:
================================================================
Index: SPECS/wlassistant.spec
diff -u SPECS/wlassistant.spec:1.20 SPECS/wlassistant.spec:1.21
--- SPECS/wlassistant.spec:1.20 Wed Feb 28 14:33:50 2007
+++ SPECS/wlassistant.spec Wed Feb 28 14:50:27 2007
@@ -11,6 +11,8 @@
URL: http://wlassistant.sourceforge.net/
BuildRequires: kdelibs-devel
BuildRequires: libiw-devel
+BuildRequires: python
+BuildRequires: scons
BuildRequires: zlib-devel
Requires: dhcpcd
Requires: wireless-tools
@@ -29,17 +31,15 @@
%setup -q
%build
-./configure \
+%configure \
%if "%{_lib}" == "lib64"
libsuffix=64 \
%endif
prefix=%{_prefix} \
datadir=%{_datadir} \
- qtdir=%{_libdir}/qt \
qtincludes=%{_includedir}/qt
-%{__make} \
- CFLAGS="%{rpmcflags}"
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
@@ -68,6 +68,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21 2007/02/28 13:50:27 shadzik
+- BR: python and scons
+
Revision 1.20 2007/02/28 13:33:50 shadzik
- kill duplicate BRs (all included with kdelibs-devel)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/wlassistant.spec?r1=1.20&r2=1.21&f=u
More information about the pld-cvs-commit
mailing list