Author: glen Date: Tue Dec 5 17:20:39 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - add path.patch so installed waf uses system waf
---- Files affected: SPECS: waf.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/waf.spec diff -u SPECS/waf.spec:1.1 SPECS/waf.spec:1.2 --- SPECS/waf.spec:1.1 Tue Dec 5 17:50:45 2006 +++ SPECS/waf.spec Tue Dec 5 18:20:34 2006 @@ -2,15 +2,15 @@ Summary: The Waf build system Name: waf Version: 1.0.1 -Release: 0.2 +Release: 0.4 License: BSD Group: Development/Building Source0: http://freehackers.org/~tnagy/%{name}-%{version}.tar.bz2 # Source0-md5: bc33d144ee927caec6279e0bf4b174ab URL: http://freehackers.org/~tnagy/bksys.html +Patch0: %{name}-path.patch BuildRequires: python -BuildRequires: sed >= 4.0 -BuildArch: noarch +BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _libdir %{_prefix}/lib @@ -23,10 +23,10 @@ %prep %setup -q +%patch0 -p1 %build ./waf-light --make-waf -%{__sed} -i -e '1s,#!.*python,#!%{__python},' waf %install rm -rf $RPM_BUILD_ROOT @@ -58,6 +58,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/12/05 17:20:34 glen +- add path.patch so installed waf uses system waf + Revision 1.1 2006/12/05 16:50:45 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/waf.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
