Skip to content

Tools to ease the creation of rpm packages. Compress man pages using xz, convert links and perform some sanitizing on packages built...

Notifications You must be signed in to change notification settings

OpenMandrivaSoftware/spec-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spec-helper is a set of helper scripts to be executed at package installation
time. They are automatically invocated at the end of the %install section to
perform various tasks. Here is a list of them, along with their usage
instructions:

clean_files
remove backup files.
Set DONT_CLEANUP to disable.

compress_files
compress man and info pages.
Set DONT_COMPRESS to disable, or EXCLUDE_FROM_COMPRESS to give a
regexps matching files to exclude.

check_elf_files
Check for overlinking/underlinking.
See http://wiki.mandriva.com/en/Overlinking for more info about overlinking

relink_symlinks
Relativize absolute symlinks.
Set DONT_RELINK to disable.

clean_perl
Remove useless files in perl tree.
Set DONT_CLEAN_PERL to disable.

lib_symlinks
Run ldconfig to create symlinks to libraries.
Set DONT_SYMLINK_LIBS to disable.

fixpamd
Fix pam.d config files.
Set DONT_FIX_PAMD_CONFIGS to disable.

remove_info_dir
Remove info directories.
Set DONT_REMOVE_INFO_DIR to disable.

remove_libtool_files
Remove libtool linker scripts.
Set DONT_REMOVE_LIBTOOL_FILES to disable.

fix-eol
Convert end of line patterns from DOS to UNIX.
Set DONT_FIX_EOL to disable, or EXCLUDE_FROM_EOL_CONVERSION to give a
regexp matching files to exclude.

About

Tools to ease the creation of rpm packages. Compress man pages using xz, convert links and perform some sanitizing on packages built...

Resources

Stars

Watchers

Forks