aboutsummaryrefslogtreecommitdiffstats
path: root/find-lang.pl
Commit message (Collapse)AuthorAgeFilesLines
* - properly fix mga #3697 in find-lang.pl (only exclude man directories)1.171David Walser2013-04-061-2/+2
| | | | | - own man pages that have a dot in their name (find-lang.pl regexp bug)
* revert svn 7582 b/c it introduces a regression when --with-man1.170Luc Menut2013-04-041-1/+0
| | | | is used in combination with another --with-xxxx: all the directories found by find-lang are skipped
* find-lang.pl : do not own man lang directories with --with-man1.168Luc Menut2013-03-171-0/+1
| | | | patch from Thierry Vignaud (mga #3697, #9055)
* simplify using the regexpThierry Vignaud2012-10-231-2/+1
|
* simplify callsThierry Vignaud2012-10-231-18/+6
|
* simplify returnsThierry Vignaud2012-10-231-21/+7
|
* use shift without ()Thierry Vignaud2012-10-231-2/+2
|
* use pop with ()Thierry Vignaud2012-10-231-1/+1
|
* (parent_to_own) fix indentationThierry Vignaud2012-10-231-11/+11
|
* perl_checker cleanupsThierry Vignaud2012-10-231-21/+20
|
* fix typo noticed by kamil (#3697)Nicolas Vigier2011-12-111-1/+1
|
* 1.144: Add support for fdo /usr/share/help when find_lang1.144Funda Wang2011-09-191-0/+9
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-061-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r231 | boklm | 2011-01-06 17:30:05 +0000 (Thu, 06 Jan 2011) | 1 line import rpm-setup version cleaned by blino ------------------------------------------------------------------------
* 1.82: find-lang.pl: do not own /usr/share/locales/$lang/LC_MESSAGES to ↵1.82Pascal Rigaux2008-06-231-2/+7
| | | | | | | | | speed-up rpm Things owned a lot of times is a pathological case in rpm. For example, if you remove file list from poedit, it will install/uninstall much faster (3x faster for both cold start and warm start on a test on my box)
* Handle symlinks the same way as files in find-lang.pl, some symlinks inAnssi Hannula2007-09-201-1/+1
| | | | | documentation were previously left out.
* - include file be file except with --all-nameOlivier Thauvin2007-09-051-18/+47
|
* - only own parent dir and let rpm find contentOlivier Thauvin2007-08-241-12/+13
|
* - add basic test runtime for find-langOlivier Thauvin2007-08-231-1/+1
|
* - tag directory, fix directory tag setOlivier Thauvin2007-08-231-2/+3
|
* - tag %dir with %lang againOlivier Thauvin2007-08-231-1/+1
|
* - dont tag C langOlivier Thauvin2007-08-231-8/+7
| | | | - tag full lang, not only before '_'
* - tagging all files one by one, as rpm seems to not include content of dir ↵Olivier Thauvin2007-08-221-21/+24
| | | | | | | having %lang - ensure parent dir for gnome are listed - improve multiple lang on dir filtering (aka no %lang)
* - fix second part of #32366Olivier Thauvin2007-08-211-3/+3
|
* - when a file/dir is owned by multiple language, we assume it should be ↵Olivier Thauvin2007-08-211-4/+22
| | | | always installed
* - 1.461.46Olivier Thauvin2007-07-051-0/+1
|
* - man page are compress after install step, taking care to filename to ↵Olivier Thauvin2007-06-251-4/+4
| | | | handle all case
* - fix perl path in shebangOlivier Thauvin2007-06-251-1/+1
|
* - perlchecker fix to please titiOlivier Thauvin2007-06-251-2/+2
|
* - allow to pass multiple name to findOlivier Thauvin2007-06-251-2/+4
|
* - manage man page tooOlivier Thauvin2007-06-251-1/+10
|
* - clean useless codeOlivier Thauvin2007-06-251-5/+0
|
* - rewrite find-langOlivier Thauvin2007-05-191-0/+84