default value for %_install_langs is all.

CVS patchset: 3517
CVS date: 2000/01/11 19:12:34
This commit is contained in:
jbj 2000-01-11 19:12:34 +00:00
parent 483793a877
commit ea3ab95e17
2 changed files with 3 additions and 2 deletions

View File

@ -41,6 +41,7 @@
- configurable PATH for install %pre/%post et al scriptlets.
- use only %_install_langs, not LINGUAS/LANG when deciding to install.
- configurable compression type/level for package payloads.
- default value for %_install_langs is all.
3.0.2 -> 3.0.3
- add --eval to find result of macro expansion.

View File

@ -1,4 +1,4 @@
# $Id: macros.in,v 1.42 2000/01/11 16:13:16 jbj Exp $
# $Id: macros.in,v 1.43 2000/01/11 19:12:35 jbj Exp $
#==============================================================================
# Macro naming conventions (preliminary):
#
@ -151,7 +151,7 @@
# A colon separated list of desired locales to be installed;
# "all" means install all locale specific files.
#
#%_install_langs
%_install_langs all
#
# Deprecated.