Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37507709
en ru br
ALT Linux repos
S:0.1-alt4
D:0.1-alt2
5.0: 0.1-alt3

Group :: Development/Other
RPM: rpm-build-rpm-eval

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#! /bin/sh

f="$@"
n="$(mktemp)"

trap "rm -f $n" 0 1 2 3 15

rpm --eval "$(cat "$f")" > "$n" \
&& {
chmod --reference="$f" "$n"
mv "$n" "$f"
}

rm -f "$n"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin