Author: qboosh Date: Wed Aug 27 21:13:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - reenabled info patch
---- Files affected: SPECS: zsh.spec (1.139 -> 1.140) ---- Diffs: ================================================================ Index: SPECS/zsh.spec diff -u SPECS/zsh.spec:1.139 SPECS/zsh.spec:1.140 --- SPECS/zsh.spec:1.139 Thu Apr 3 11:17:40 2008 +++ SPECS/zsh.spec Wed Aug 27 23:13:51 2008 @@ -20,7 +20,6 @@ Release: 2 License: BSD-like Group: Applications/Shells -URL: http://www.zsh.org/ Source0: ftp://ftp.zsh.org/pub/%{name}-%{version}.tar.bz2 # Source0-md5: 16f399af1081ad3c303a794c9c7dc47e Source1: %{name}.1.pl @@ -34,6 +33,7 @@ Patch3: %{name}-completions.patch Patch4: %{name}-nolibs.patch Patch5: %{name}-lfs.patch +URL: http://www.zsh.org/ BuildRequires: autoconf BuildRequires: automake %{?with_static:BuildRequires: glibc-static} @@ -145,7 +145,7 @@ %prep %setup -q -#%patch0 -p1 +%patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -161,7 +161,7 @@ %{__autoconf} %{__autoheader} echo > stamp-h.in -CPPFLAGS="-I/usr/include/ncurses $CPPFLAGS" +CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses" %if %{with static} LDFLAGS="%{rpmldflags} -static" @@ -296,6 +296,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.140 2008/08/27 21:13:51 qboosh +- reenabled info patch + Revision 1.139 2008/04/03 09:17:40 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/zsh.spec?r1=1.139&r2=1.140&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
