[packages/zsh] - up to 5.0.2; run tests; drop not existent --with-curses-terminfo option

arekm arekm at pld-linux.org
Wed Feb 13 19:45:30 CET 2013


commit 9c4b843a8da7c97bc0905f445006d52d64a7e1a6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Feb 13 19:45:27 2013 +0100

    - up to 5.0.2; run tests; drop not existent --with-curses-terminfo option

 zsh.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/zsh.spec b/zsh.spec
index 89ea660..0b5d0e3 100644
--- a/zsh.spec
+++ b/zsh.spec
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_with	static	# build static version
+%bcond_without	tests
 #
 Summary:	Enhanced Bourne shell
 Summary(de.UTF-8):	Enhanced Bourne Shell
@@ -13,12 +14,12 @@ Summary(ru.UTF-8):	Командный процессор (shell) похожый
 Summary(tr.UTF-8):	Gelişmiş bir BASH sürümü
 Summary(uk.UTF-8):	Командний процесор (shell) схожий на ksh, але з покращеннями
 Name:		zsh
-Version:	5.0.0
+Version:	5.0.2
 Release:	1
 License:	BSD-like
 Group:		Applications/Shells
 Source0:	ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/%{name}-%{version}.tar.bz2
-# Source0-md5:	e8484468925cec8d9a84b8b04797e764
+# Source0-md5:	b8f2ad691acf58b3252225746480dcad
 #Source0:	ftp://ftp.zsh.org/pub/%{name}-%{version}.tar.bz2
 Source1:	%{name}.1.pl
 Source2:	http://zsh.sunsite.dk/Guide/%{name}guide.pdf
@@ -198,12 +199,14 @@ LDFLAGS="%{rpmldflags}"
 	--enable-cap \
 	--enable-pcre \
 	--enable-multibyte \
-	--with-curses-terminfo \
 	--with-tcsetpgrp
 %{__make}
 
 cd Doc
 makeinfo zsh.texi
+cd ..
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zsh.git/commitdiff/9c4b843a8da7c97bc0905f445006d52d64a7e1a6



More information about the pld-cvs-commit mailing list