SPECS: bash.spec - enable tests
glen
glen at pld-linux.org
Sun Oct 29 21:54:49 CET 2006
Author: glen Date: Sun Oct 29 20:54:49 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- enable tests
---- Files affected:
SPECS:
bash.spec (1.163 -> 1.164)
---- Diffs:
================================================================
Index: SPECS/bash.spec
diff -u SPECS/bash.spec:1.163 SPECS/bash.spec:1.164
--- SPECS/bash.spec:1.163 Sun Oct 29 02:20:11 2006
+++ SPECS/bash.spec Sun Oct 29 21:54:44 2006
@@ -3,6 +3,7 @@
# Conditional build:
%bcond_without static # don't build static version
%bcond_with bash_history # build with additional history in /var/log/bash_hist ;)
+%bcond_without tests # do not perform "make test"
##
%define _ver 3.2
%define _patchlevel 000
@@ -218,6 +219,8 @@
[ "$mode" = "static" ] && mv -f bash bash.static || :
done
+%{?with_tests:%{__make} tests}
+
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{/bin,/etc/skel,%{_datadir}/%{name}}
@@ -330,6 +333,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.164 2006/10/29 20:54:44 glen
+- enable tests
+
Revision 1.163 2006/10/29 00:20:11 qboosh
- updated to 3.2
- dropped outdated pmake patch, removed bash31 patches, added po patch
@@ -511,9 +517,9 @@
- updated autoconf,requires,rlimit_locks patches
Revision 1.108 2002/05/21 23:12:42 kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
s/^automake -a -c -f/\%\{__automake\}/; \
- s/^autoconf/\%\{__autoconf\}/"
+ s/^autoconf/\%\{__autoconf\}/"
Revision 1.107 2002/05/16 13:10:49 undefine
- add information in header about conditional _with_bash_history built
@@ -529,20 +535,20 @@
- merge translations from KSI and Conectiva.
Revision 1.103 2002/04/25 15:51:23 arturs
-fixed a small typo
+- fixed a small typo
Revision 1.102 2002/04/01 12:24:00 grzegol
- added conditional description
-STBR for test
+- STBR for test
Revision 1.101 2002/03/29 12:19:24 pioklo
--rel 3
+- rel 3
Revision 1.100 2002/03/29 11:48:22 pioklo
--typo :)
+- typo :)
Revision 1.99 2002/03/29 11:44:57 pioklo
--typo
+- typo
Revision 1.98 2002/03/29 11:13:36 pioklo
- added patch
@@ -583,7 +589,7 @@
- typo
Revision 1.87 2002/01/18 02:12:29 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.86 2002/01/07 19:55:31 marcus
- added BiuldRequires: texinfo
@@ -606,7 +612,7 @@
- cosmetical changes in descriptions.
Revision 1.80 2001/08/30 12:18:48 gotar
-- awful %%configure macro expansions removed,
+- awful %configure macro expansions removed,
- other specs' changelogs cosmetical fixes,
- no functional nor release changes.
@@ -719,7 +725,7 @@
- merged rawhide patches (new requires patch, fixes for 64bit archs).
Revision 1.49 2000/06/09 07:22:47 kloczek
-- added using %%{__make} macro.
+- added using %{__make} macro.
Revision 1.48 2000/05/24 16:27:27 zagrodzki
- changed [ -x ... ] && to [ ! -x ... ] ||
@@ -806,38 +812,3 @@
Revision 1.27 1999/07/12 23:05:53 kloczek
- added using CVS keywords in %changelog (for automating them).
-
-* Sat Jun 5 1999 Jan Rękorajski <baggins at pld.org.pl>
- [2.03-7]
-- added static subpackage
-
-* Wed May 19 1999 Wojtek Ślusarczyk <wojtek at shadow.eu.org>
- [2.03-5]
-- more macros,
-- FHS 2.0.
-
-* Mon May 3 1999 Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
- [2.03-4]
-- added {un}registering info page for bash (added bash-info.patch).
-
-* Mon Feb 22 1999 Tomasz Kłoczko <kloczek at rudy.mif.pg.gda.pl>
- [2.03-1]
-- removed /bin/sh link from bash (this is now provided by pdksh),
-- removed man group from man pages,
-- gzipping instead bzipping2 man pages,
-- rewrited %post, %preun,
-- removed %config and %verify rules from /etc/bashrc (all extensions can be
- added by adding /etc/profile.d/*.sh scripts).
-
-* Sun Sep 05 1998 Wojtek Ślusarczyk <wojtek at shadow.eu.org>
- [2.02.1-1d]
-- fixed files permissions,
-- build with restricted shell support.
-
-* Wed Jun 17 1998 Wojtek Ślusarczyk <wojtek at shadow.eu.org>
- [14.7-9d]
-- build against glibc-2.1,
-- translation modified for pl,
-- added %defattr support,
-- build from non root's account,
-- start at RH spec.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bash.spec?r1=1.163&r2=1.164&f=u
More information about the pld-cvs-commit
mailing list