Skip to content

Commit 14b7068

Browse files
committed
remove qprintfy
1 parent 071e000 commit 14b7068

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = spec-helper
2-
VERSION = 0.31.54
2+
VERSION = 0.31.55
33
GITPATH = git@github.com:OpenMandrivaSoftware/spec-helper.git
44

55
SCRIPT_FILES = clean_files clean_perl check_elf_files \
@@ -62,7 +62,7 @@ tar: dir localcopy
6262

6363
dist: dist-git
6464

65-
dist-git:
65+
dist-git:
6666
git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz -v > $(NAME)-$(VERSION).tar.xz
6767

6868
gittag:

README

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ lib_symlinks
2828
Run ldconfig to create symlinks to libraries.
2929
Set 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-
3631
fixpamd
3732
Fix pam.d config files.
3833
Set DONT_FIX_PAMD_CONFIGS to disable.

t/fix_eol.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
use strict;
55
use warnings;

0 commit comments

Comments
 (0)