File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11NAME = spec-helper
2- VERSION = 0.31.54
2+ VERSION = 0.31.55
33GITPATH = git@github.com:OpenMandrivaSoftware/spec-helper.git
44
55SCRIPT_FILES = clean_files clean_perl check_elf_files \
@@ -62,7 +62,7 @@ tar: dir localcopy
6262
6363dist : dist-git
6464
65- dist-git :
65+ dist-git :
6666 git archive --prefix=$(NAME ) -$(VERSION ) / HEAD | xz -v > $(NAME ) -$(VERSION ) .tar.xz
6767
6868gittag :
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ lib_symlinks
2828Run ldconfig to create symlinks to libraries.
2929Set DONT_SYMLINK_LIBS to disable.
3030
31- gprintify
32- rewrite "bla $TOTO bla" in "bla %s bla" $TOTO in
33- echo/failure/success/passed/daemon/action and replace echo by gprintf.
34- Set DONT_GPRINTIFY to disable.
35-
3631fixpamd
3732Fix pam.d config files.
3833Set DONT_FIX_PAMD_CONFIGS to disable.
Original file line number Diff line number Diff line change 11# !/usr/bin/perl
2- # $Id: gprintify 257533 2009-05-23 12:45:15Z guillomovitch $
2+ # $Id: 257533 2009-05-23 12:45:15Z guillomovitch $
33
44use strict;
55use warnings;
You can’t perform that action at this time.
0 commit comments