Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | initial import | Guillaume Rousse | 2010-01-01 | 1 | -0/+82 | |
| | ||||||
* | no need for an obsolete AUTHOR file | Guillaume Rousse | 2010-01-01 | 2 | -2/+1 | |
| | ||||||
* | gprintify.py doesn't exists anymore | Guillaume Rousse | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | initial import | Guillaume Rousse | 2010-01-01 | 1 | -0/+151 | |
| | ||||||
* | replace shell script + python script by a single perl script | Guillaume Rousse | 2010-01-01 | 2 | -111/+159 | |
| | ||||||
* | bump releasev0.30.6 | Guillaume Rousse | 2009-11-21 | 2 | -1/+5 | |
| | ||||||
* | code cleanup | Guillaume Rousse | 2009-09-25 | 1 | -9/+11 | |
| | ||||||
* | use standard library instead of unreadable code | Guillaume Rousse | 2009-09-25 | 1 | -6/+1 | |
| | ||||||
* | wrap long lines | Guillaume Rousse | 2009-09-25 | 1 | -2/+6 | |
| | ||||||
* | fix indendation | Guillaume Rousse | 2009-09-25 | 1 | -15/+19 | |
| | ||||||
* | set LD_LIBRARY_PATH to build root before calling ldd (#41522) | Guillaume Rousse | 2009-09-25 | 1 | -0/+5 | |
| | ||||||
* | test strip_and_check_elf_files also | Guillaume Rousse | 2009-09-25 | 1 | -1/+2 | |
| | ||||||
* | fix EXCLUDE_FROM_STRIP issue dealing with more than just one pattern, whichv0.30.5 | Per Øyvind Karlsen | 2009-06-25 | 3 | -3/+9 | |
| | | | | | | | would result in files being stripped even when they should've been excluded (cause of mdv bug #51374) | |||||
* | useless directory | Guillaume Rousse | 2009-05-23 | 0 | -0/+0 | |
| | ||||||
* | bump releasev0.30.4 | Guillaume Rousse | 2009-05-23 | 2 | -1/+9 | |
| | ||||||
* | test support | Guillaume Rousse | 2009-05-23 | 1 | -1/+4 | |
| | ||||||
* | initial import | Guillaume Rousse | 2009-05-23 | 1 | -0/+54 | |
| | ||||||
* | svn keyword | Guillaume Rousse | 2009-05-23 | 1 | -0/+1 | |
| | ||||||
* | skip PDF files (mdv bug #51128) | Guillaume Rousse | 2009-05-23 | 1 | -1/+6 | |
| | ||||||
* | svn keyword | Guillaume Rousse | 2009-05-23 | 1 | -0/+1 | |
| | ||||||
* | svn keyword | Guillaume Rousse | 2009-05-23 | 1 | -0/+1 | |
| | ||||||
* | cosmetics | Guillaume Rousse | 2009-05-23 | 1 | -2/+6 | |
| | ||||||
* | checking for DONT_GPRINTIFY is done in rpm macro | Guillaume Rousse | 2009-05-23 | 1 | -9/+6 | |
| | ||||||
* | check buildroot as other scripts | Guillaume Rousse | 2009-05-23 | 3 | -3/+30 | |
| | ||||||
* | checking for DONT_REMOVE_INFO_DIR var is done in rpm macro | Guillaume Rousse | 2009-05-23 | 1 | -1/+1 | |
| | ||||||
* | checking for DONT_FIX_PAMD_CONFIGS env var is done in rpm macro | Guillaume Rousse | 2009-05-23 | 1 | -8/+5 | |
| | ||||||
* | - prepare for new releasev0.30.3 | Michael Scherer | 2009-05-13 | 1 | -1/+1 | |
| | ||||||
* | - readd missing compress_files call, guess it was erased by error by the ↵ | Michael Scherer | 2009-05-13 | 1 | -0/+1 | |
| | | | | previous commit, fix #50803 | |||||
* | new releasev0.30.2 | Guillaume Rousse | 2009-05-08 | 2 | -1/+10 | |
| | ||||||
* | oopd | Guillaume Rousse | 2009-05-08 | 1 | -4/+4 | |
| | ||||||
* | normalize man page has been dropped | Guillaume Rousse | 2009-05-08 | 1 | -2/+1 | |
| | ||||||
* | normalize man page has been dropped | Guillaume Rousse | 2009-05-08 | 1 | -9/+4 | |
| | ||||||
* | normalize man page has been dropped | Guillaume Rousse | 2009-05-08 | 1 | -2/+0 | |
| | ||||||
* | drop man page normalisation: it doesn't work on compressed man pages (mdv ↵ | Guillaume Rousse | 2009-05-08 | 1 | -60/+0 | |
| | | | | bug#50729), and seems to be uneeded anymore, as file command doesn't need it anymore | |||||
* | cosmetics | Guillaume Rousse | 2009-05-08 | 1 | -13/+13 | |
| | ||||||
* | drop hardlink handling, as current implementation doesn't work ↵ | Guillaume Rousse | 2009-05-08 | 1 | -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 Rousse | 2009-05-08 | 3 | -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.1 | Götz Waschk | 2009-05-08 | 1 | -1/+0 | |
| | ||||||
* | new releasev0.30.0 | Guillaume Rousse | 2009-05-07 | 2 | -1/+10 | |
| | ||||||
* | * replace deprecated 'lzmash' command with 'lzma' | Per Øyvind Karlsen | 2009-05-07 | 1 | -3/+6 | |
| | | | | | * add support for xz | |||||
* | only test regexp if exclusion were defined, because the empty pattern always ↵ | Guillaume Rousse | 2009-03-29 | 1 | -3/+3 | |
| | | | | matches... | |||||
* | ensure implementation is consistent with doc | Guillaume Rousse | 2009-03-29 | 1 | -2/+2 | |
| | ||||||
* | document normalize_man_pages | Guillaume Rousse | 2009-03-29 | 1 | -0/+5 | |
| | ||||||
* | add normalize_man_pages to files list | Guillaume Rousse | 2009-03-29 | 1 | -2/+3 | |
| | ||||||
* | run normalize_man_page before compressing them | Guillaume Rousse | 2009-03-29 | 1 | -0/+1 | |
| | ||||||
* | initial import | Guillaume Rousse | 2009-03-29 | 1 | -0/+60 | |
| | ||||||
* | ignore variables names protected by '\' (#49277) | Guillaume Rousse | 2009-03-29 | 1 | -1/+1 | |
| | ||||||
* | 0.29.5v0.29.5 | Pascal Rigaux | 2008-08-26 | 2 | -1/+4 | |
| | ||||||
* | handle DONT_STRIP even if not exported, | Pascal Rigaux | 2008-08-26 | 1 | -1/+1 | |
| | | | | | useful for: DONT_STRIP=1; %{?__spec_helper_post} | |||||
* | 0.29.4v0.29.4 | Pascal Rigaux | 2008-05-16 | 2 | -1/+2 | |
| |