]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- v0.14 and HNY
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Jan 2006 22:37:21 +0000 (22:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.387

builder.sh

index 38f5f3f612acecc23278146f2fce18397341ce77..254b667ee4f97fa21dff8b507f06c5a366b1be17 100644 (file)
@@ -22,7 +22,7 @@
 
 VERSION="\
 Build package utility from PLD Linux CVS repository
-V 0.13 (C) 1999-2005 Free Penguins".
+v0.14 (C) 1999-2006 Free Penguins".
 PATH="/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin"
 
 COMMAND="build"
@@ -339,7 +339,7 @@ rpm_dump_cache=`
        # what we need from dump is NAME, VERSION, RELEASE and PATCHES/SOURCES.
        # macros.build + macros contained at the time of this writing 70 %() macros
        local macrofiles='/usr/lib/rpm/macros:~/etc/.rpmmacros:~/.rpmmacros'
-       local dump='%{echo:z: PACKAGE_NAME %{name} }%dump'
+       local dump='%{echo:dummy: PACKAGE_NAME %{name} }%dump'
        # FIXME: better ideas than .rpmrc?
        printf 'include:/usr/lib/rpm/rpmrc\nmacrofiles:%s\n' $macrofiles > .rpmrc
        case "$RPMBUILD" in
This page took 0.029088 seconds and 4 git commands to generate.