aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2008-02-10 14:24:43 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2008-02-10 14:24:43 +0000
commit7c291669bab5cf44b615a7073eb0752be7a44612 (patch)
tree7df29cadeddfb6419661e052ca933161d5e38c3a
parent0fd87f896eea780920497633ec02f2759e80ab89 (diff)
downloadspec-helper-7c291669bab5cf44b615a7073eb0752be7a44612.tar
spec-helper-7c291669bab5cf44b615a7073eb0752be7a44612.tar.gz
spec-helper-7c291669bab5cf44b615a7073eb0752be7a44612.tar.bz2
spec-helper-7c291669bab5cf44b615a7073eb0752be7a44612.tar.xz
spec-helper-7c291669bab5cf44b615a7073eb0752be7a44612.zip
name harmonization
-rw-r--r--Makefile4
-rwxr-xr-xfix_eol (renamed from fix-eol)0
-rwxr-xr-xfix_mo (renamed from fix-mo)0
-rwxr-xr-xfix_pamd (renamed from fixpamd)0
-rw-r--r--spec-helper.macros.in6
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7baa897..3813780 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,8 @@ VERSION = 0.28.0
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/rpm/$(PACKAGE)
SCRIPT_FILES = clean_files clean_perl compress_files strip_files \
- lib_symlinks gprintify.py fix-mo translate_menu \
- fixpamd gprintify remove_info_dir relink_symlinks fix-eol
+ lib_symlinks gprintify.py fix_mo translate_menu \
+ fix_pamd gprintify remove_info_dir relink_symlinks fix_eol
BIN_FILES = macroszification
MACROS_FILES = spec-helper.macros
FILES = AUTHORS Makefile NEWS README \
diff --git a/fix-eol b/fix_eol
index c546fed..c546fed 100755
--- a/fix-eol
+++ b/fix_eol
diff --git a/fix-mo b/fix_mo
index 0c11e3a..0c11e3a 100755
--- a/fix-mo
+++ b/fix_mo
diff --git a/fixpamd b/fix_pamd
index d9a332d..d9a332d 100755
--- a/fixpamd
+++ b/fix_pamd
diff --git a/spec-helper.macros.in b/spec-helper.macros.in
index 23914d4..198951a 100644
--- a/spec-helper.macros.in
+++ b/spec-helper.macros.in
@@ -10,10 +10,10 @@
%{?!dont_cleanup_perl: [ -n "$DONT_CLEAN_PERL" ] || %_spec_helper_dir/clean_perl} \
%{?!dont_symlinks_libs: [ -n "$DONT_SYMLINK_LIBS" ] || %_spec_helper_dir/lib_symlinks} \
%{?!dont_gprintify: [ -n "$DONT_GPRINTIFY" ] || %_spec_helper_dir/gprintify} \
- %{?!dont_fix_mo: [ -n "$DONT_FIX_MO" ] || %_spec_helper_dir/fix-mo} \
+ %{?!dont_fix_mo: [ -n "$DONT_FIX_MO" ] || %_spec_helper_dir/fix_mo} \
%{?!dont_translate_menu: [ -n "$DONT_TRANSLATE_MENU" ] || %_spec_helper_dir/translate_menu} \
- %{?!dont_fix_pamd: [ -n "$DONT_FIX_PAMD_CONFIGS" ] || %_spec_helper_dir/fixpamd} \
+ %{?!dont_fix_pamd: [ -n "$DONT_FIX_PAMD_CONFIGS" ] || %_spec_helper_dir/fix_pamd} \
%{?!dont_remove_info_dir: [ -n "$DONT_REMOVE_INFO_DIR" ] || %_spec_helper_dir/remove_info_dir} \
- %{?!dont_fix_eol: [ -n "$DONT_FIX_EOL" ] || %_spec_helper_dir/fix-eol} \
+ %{?!dont_fix_eol: [ -n "$DONT_FIX_EOL" ] || %_spec_helper_dir/fix_eol} \
%nil