aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* initial importGuillaume Rousse2009-05-231-0/+54
|
* svn keywordGuillaume Rousse2009-05-231-0/+1
|
* skip PDF files (mdv bug #51128)Guillaume Rousse2009-05-231-1/+6
|
* svn keywordGuillaume Rousse2009-05-231-0/+1
|
* svn keywordGuillaume Rousse2009-05-231-0/+1
|
* cosmeticsGuillaume Rousse2009-05-231-2/+6
|
* checking for DONT_GPRINTIFY is done in rpm macroGuillaume Rousse2009-05-231-9/+6
|
* check buildroot as other scriptsGuillaume Rousse2009-05-233-3/+30
|
* checking for DONT_REMOVE_INFO_DIR var is done in rpm macroGuillaume Rousse2009-05-231-1/+1
|
* checking for DONT_FIX_PAMD_CONFIGS env var is done in rpm macroGuillaume Rousse2009-05-231-8/+5
|
* - prepare for new releasev0.30.3Michael Scherer2009-05-131-1/+1
|
* - readd missing compress_files call, guess it was erased by error by the ↵Michael Scherer2009-05-131-0/+1
| | | | previous commit, fix #50803
* new releasev0.30.2Guillaume Rousse2009-05-082-1/+10
|
* oopdGuillaume Rousse2009-05-081-4/+4
|
* normalize man page has been droppedGuillaume Rousse2009-05-081-2/+1
|
* normalize man page has been droppedGuillaume Rousse2009-05-081-9/+4
|
* normalize man page has been droppedGuillaume Rousse2009-05-081-2/+0
|
* drop man page normalisation: it doesn't work on compressed man pages (mdv ↵Guillaume Rousse2009-05-081-60/+0
| | | | bug#50729), and seems to be uneeded anymore, as file command doesn't need it anymore
* cosmeticsGuillaume Rousse2009-05-081-13/+13
|
* drop hardlink handling, as current implementation doesn't work ↵Guillaume Rousse2009-05-081-36/+7
| | | | (uncompression fails for files with hard links), and given than no error was ever reported, it is unlikely to happen
* fix exception handling:Guillaume Rousse2009-05-083-21/+13
| | | | | | | - exported string is now a single regexp, as automatic dependencies exceptions - don't change directory in compress_file, so as to match absolute path easily, as $File::Find::name will always be relative to $buildroot
* fix syntax error (bug #50724)v0.30.1Götz Waschk2009-05-081-1/+0
|
* new releasev0.30.0Guillaume Rousse2009-05-072-1/+10
|
* * replace deprecated 'lzmash' command with 'lzma'Per Øyvind Karlsen2009-05-071-3/+6
| | | | | * add support for xz
* only test regexp if exclusion were defined, because the empty pattern always ↵Guillaume Rousse2009-03-291-3/+3
| | | | matches...
* ensure implementation is consistent with docGuillaume Rousse2009-03-291-2/+2
|
* document normalize_man_pagesGuillaume Rousse2009-03-291-0/+5
|
* add normalize_man_pages to files listGuillaume Rousse2009-03-291-2/+3
|
* run normalize_man_page before compressing themGuillaume Rousse2009-03-291-0/+1
|
* initial importGuillaume Rousse2009-03-291-0/+60
|
* ignore variables names protected by '\' (#49277)Guillaume Rousse2009-03-291-1/+1
|
* 0.29.5v0.29.5Pascal Rigaux2008-08-262-1/+4
|
* handle DONT_STRIP even if not exported,Pascal Rigaux2008-08-261-1/+1
| | | | | useful for: DONT_STRIP=1; %{?__spec_helper_post}
* 0.29.4v0.29.4Pascal Rigaux2008-05-162-1/+2
|
* strip_and_check_elf_files: skip check on /usr/lib/debug (#40847)Pascal Rigaux2008-05-152-6/+10
|
* new versionv0.29.3Guillaume Rousse2008-05-142-1/+6
|
* return of the explicit symlink test during file recursion, as previous ↵Guillaume Rousse2008-05-142-0/+4
| | | | commit make them accepted
* new versionv0.29.2Guillaume Rousse2008-05-142-1/+4
|
* change strategy when recursing files from accepting everything but some ↵Guillaume Rousse2008-05-142-8/+4
| | | | exceptions to rejecting everything but files, for more robustness
* new releasev0.29.1Guillaume Rousse2008-05-082-1/+6
|
* no more external chmod command useGuillaume Rousse2008-05-081-2/+6
|
* no more usage of external find commandGuillaume Rousse2008-05-081-11/+11
|
* anonymous callbacks onlyGuillaume Rousse2008-05-081-33/+33
|
* no more call to external commands for file linking and deletionsGuillaume Rousse2008-05-081-7/+7
|
* code factorisationGuillaume Rousse2008-05-081-58/+34
|
* update to mention strip_and_check_elf_filesPascal Rigaux2008-05-071-2/+3
|
* fix build (cf previous commit)Pascal Rigaux2008-05-071-1/+1
|
* 0.29Pascal Rigaux2008-05-072-1/+2
|
* * replace strip_files with strip_and_check_elf_files which checks forPascal Rigaux2008-05-073-16/+38
| | | | | | | | | overlinking (cf http://wiki.mandriva.com/en/Overlinking) and "missing linking" (need checking if there are too many false positives) nb: strip_and_check_elf_files is done last in %__spec_helper_post so that the warning is easier to see in rpmbuild logs
* don't use external find command, but File::Find everywhere, and honour ↵Guillaume Rousse2008-05-061-5/+68
| | | | EXCLUDE_FROM_COMPRESS variable