From ea3ab95e1768ecf47248180c87a97640010322e8 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 11 Jan 2000 19:12:34 +0000 Subject: [PATCH] default value for %_install_langs is all. CVS patchset: 3517 CVS date: 2000/01/11 19:12:34 --- CHANGES | 1 + macros.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 2198a9b..d20aa6c 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/macros.in b/macros.in index 0185891..6e81d34 100644 --- a/macros.in +++ b/macros.in @@ -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. -- 2.7.4