View Single Post
  #30  
Old 2008-06-21, 10:35 AM CDT
remi's Avatar
remi Offline
Registered User
 
Join Date: Sep 2004
Location: Champagne
Posts: 106
Quote:
Originally Posted by Hlingler
... started it as root user in order to permanently dump most of the several dozen extra language packs, ... which I've never found a need for,
You should probably define the %_install_langs to avoid unusefull installation. This is really the simplest way.

Create, for example /etc/rpm/macros.lang :
Code:
%_install_langs   en:fr:fr_FR:fr-FR
++

P.S. this feature will apply on all new packages
Reply With Quote