diff options
-rwxr-xr-x | check_elf_files | 2 | ||||
-rwxr-xr-x | clean_files | 2 | ||||
-rwxr-xr-x | compress_files | 2 | ||||
-rwxr-xr-x | fix_eol | 2 | ||||
-rwxr-xr-x | fix_mo | 2 | ||||
-rwxr-xr-x | fix_pamd | 2 | ||||
-rwxr-xr-x | gprintify | 2 | ||||
-rwxr-xr-x | lib_symlinks | 2 | ||||
-rwxr-xr-x | remove_info_dir | 2 | ||||
-rw-r--r-- | spec-helper.macros.in | 2 | ||||
-rwxr-xr-x | translate_menu | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/check_elf_files b/check_elf_files index 52c8161..78ef70a 100755 --- a/check_elf_files +++ b/check_elf_files @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id$ +# $Id: check_elf_files 266655 2010-03-05 12:59:47Z peroyvind $ # Strip files use strict; diff --git a/clean_files b/clean_files index 60c5e7e..8427140 100755 --- a/clean_files +++ b/clean_files @@ -1,6 +1,6 @@ #!/usr/bin/perl # remove backup files -# $Id$ +# $Id: clean_files 257535 2009-05-23 12:47:30Z guillomovitch $ use strict; use warnings; diff --git a/compress_files b/compress_files index a5390c2..cd535c7 100755 --- a/compress_files +++ b/compress_files @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id$ +# $Id: compress_files 271302 2010-11-22 01:42:52Z fwang $ # compress man and info pages. use strict; @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id$ +# $Id: fix_eol 257536 2009-05-23 12:48:00Z guillomovitch $ # convert end of line patterns from DOS to UNIX use strict; @@ -3,7 +3,7 @@ # Project : Mandrake Linux # Module : spec-helper # File : fix-mo -# Version : $Id$ +# Version : $Id: fix_mo 234135 2008-02-10 14:24:43Z guillomovitch $ # Author : Pablo Saratxaga # Created On : Fri Feb 14 08:27:47 2003 # Purpose : Fix bad translations @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: fix_pamd 257534 2009-05-23 12:45:44Z guillomovitch $ if [ -z "$RPM_BUILD_ROOT" ]; then echo "No build root defined" >&2 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id$ +# $Id: gprintify 264358 2010-01-01 22:06:32Z guillomovitch $ # convert end of line patterns from DOS to UNIX use strict; diff --git a/lib_symlinks b/lib_symlinks index cd8a03d..74df12b 100755 --- a/lib_symlinks +++ b/lib_symlinks @@ -3,7 +3,7 @@ # Project : Linux-Mandrake # Module : spec-helper # File : lib_symlinks -# Version : $Id$ +# Version : $Id: lib_symlinks 12354 2006-05-18 15:38:44Z othauvin $ # Author : Frederic Lepied # Created On : Tue Nov 7 08:33:05 2000 # Description : Run ldconfig to create symlinks to libraries. diff --git a/remove_info_dir b/remove_info_dir index d06644e..e9cf936 100755 --- a/remove_info_dir +++ b/remove_info_dir @@ -1,5 +1,5 @@ #!/bin/sh -# $Id$ +# $Id: remove_info_dir 257537 2009-05-23 12:48:25Z guillomovitch $ if [ -z "$RPM_BUILD_ROOT" ]; then echo "No build root defined" >&2 diff --git a/spec-helper.macros.in b/spec-helper.macros.in index 9e714c5..9e3f94b 100644 --- a/spec-helper.macros.in +++ b/spec-helper.macros.in @@ -1,4 +1,4 @@ -# $Id$ +# $Id: spec-helper.macros.in 266679 2010-03-09 00:01:53Z peroyvind $ %_spec_helper_dir @pkgdatadir@ diff --git a/translate_menu b/translate_menu index db37640..7e22a7c 100755 --- a/translate_menu +++ b/translate_menu @@ -3,7 +3,7 @@ # Project : Mandrake Linux # Module : spec-helper # File : translate_menu.pl -# Version : $Id$ +# Version : $Id: translate_menu 233581 2008-01-29 22:08:04Z guillomovitch $ # Author : Frederic Lepied # Created On : Mon Jan 26 13:37:49 2004 # Purpose : change the menu sections |