diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-05-10 23:27:56 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-05-22 13:48:01 +0300 |
commit | 185596818f763af1249f19161f38134ee93092d2 (patch) | |
tree | f61f3e8a45fcbc2217c13c96e7de9b03f25d303f /macros.in | |
parent | 7df78ae46646b7aecb32b2bc541c24fffc9090fa (diff) | |
download | librpm-tizen-185596818f763af1249f19161f38134ee93092d2.tar.gz librpm-tizen-185596818f763af1249f19161f38134ee93092d2.tar.bz2 librpm-tizen-185596818f763af1249f19161f38134ee93092d2.zip |
Add support for 7zip compressed tarballs
Teach %prep and %uncompress how to handle 7zip tarballs, with
the mingw toolchain landing in fedora, this may be useful when
crossbuilding Windows sources compressed using 7zip (CxImage is
one such project).
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #============================================================================== # ---- Generally useful path macros. # +%__7zip @__7ZIP@ %__awk @AWK@ %__bzip2 @__BZIP2@ %__cat @__CAT@ |