summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-05-10 23:27:56 +0200
committerPanu Matilainen <pmatilai@redhat.com>2012-05-22 13:48:01 +0300
commit185596818f763af1249f19161f38134ee93092d2 (patch)
treef61f3e8a45fcbc2217c13c96e7de9b03f25d303f /macros.in
parent7df78ae46646b7aecb32b2bc541c24fffc9090fa (diff)
downloadlibrpm-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.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.in b/macros.in
index b0b78aa4d..0bf0fa4f9 100644
--- a/macros.in
+++ b/macros.in
@@ -31,6 +31,7 @@
#==============================================================================
# ---- Generally useful path macros.
#
+%__7zip @__7ZIP@
%__awk @AWK@
%__bzip2 @__BZIP2@
%__cat @__CAT@