aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2012-01-01 11:27:15 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2012-01-01 11:27:15 +0000
commit141358d94834e0659fe1d602bc718cedf9a2ca0a (patch)
treee0d0f2f741c4ad1c2ec90a49bc210488ab883f31
parentb9b77f98b5dff40e9b354611e5e2a46cd2262400 (diff)
downloadspec-helper-141358d94834e0659fe1d602bc718cedf9a2ca0a.tar
spec-helper-141358d94834e0659fe1d602bc718cedf9a2ca0a.tar.gz
spec-helper-141358d94834e0659fe1d602bc718cedf9a2ca0a.tar.bz2
spec-helper-141358d94834e0659fe1d602bc718cedf9a2ca0a.tar.xz
spec-helper-141358d94834e0659fe1d602bc718cedf9a2ca0a.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r2551 | dmorgan | 2012-01-01 11:27:15 +0000 (Sun, 01 Jan 2012) | 1 line Add spec-helper ------------------------------------------------------------------------
-rwxr-xr-xcheck_elf_files2
-rwxr-xr-xclean_files2
-rwxr-xr-xcompress_files2
-rwxr-xr-xfix_eol2
-rwxr-xr-xfix_mo2
-rwxr-xr-xfix_pamd2
-rwxr-xr-xgprintify2
-rwxr-xr-xlib_symlinks2
-rwxr-xr-xremove_info_dir2
-rw-r--r--spec-helper.macros.in2
-rwxr-xr-xtranslate_menu2
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;
diff --git a/fix_eol b/fix_eol
index 885dcc4..759d24e 100755
--- a/fix_eol
+++ b/fix_eol
@@ -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;
diff --git a/fix_mo b/fix_mo
index 0c11e3a..ebda84d 100755
--- a/fix_mo
+++ b/fix_mo
@@ -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
diff --git a/fix_pamd b/fix_pamd
index c54e4ca..0f3e360 100755
--- a/fix_pamd
+++ b/fix_pamd
@@ -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
diff --git a/gprintify b/gprintify
index 99da1b0..925e4af 100755
--- a/gprintify
+++ b/gprintify
@@ -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