]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- avoid overwriting actual specfile
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 9 Jan 2006 13:20:38 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pearize.sh -> 1.34

pearize.sh

index 019f61b2ba175061307f9924314ffb0639a853ec..1ddfd246efe52b47f55178686dee4e1fa6c94e35 100644 (file)
@@ -49,7 +49,8 @@ Optional: @optional@
 License: @release_license@
 State: @release_state@
 EOF
-template=$(pear makerpm --spec-template=$stmp $tarball | awk '/Wrote RPM spec file/{print $NF}{print $0 > "/dev/stderr"}')
+pear makerpm --spec-template=$stmp --rpm-pkgname=pearize $tarball
+template=pearize.spec
 rm -f $stmp
 
 mv $template .$template~
This page took 0.040212 seconds and 4 git commands to generate.