[gnome-commander/gcmd-1-6] Set default tarball ext to xz in spec file



commit 4952673561d092023a9c5553d07df05fb8333584
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Mon Jun 5 17:14:43 2017 +0200

    Set default tarball ext to xz in spec file

 data/gnome-commander.spec.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gnome-commander.spec.in b/data/gnome-commander.spec.in
index bd01be3..abfec22 100644
--- a/data/gnome-commander.spec.in
+++ b/data/gnome-commander.spec.in
@@ -4,14 +4,14 @@
 # Source archive's extension can be specified with rpm --define 'srcext .foo'
 # where .foo is the source archive's actual extension.
 # To compile an RPM from a .gz source archive, give the command
-#   rpmbuild -tb --define 'srcext .gz' @PACKAGE@-@VERSION  tar gz
+#   rpmbuild -tb --define 'srcext .bz2' @PACKAGE@-@VERSION@.tar.bz2
 #
 
 %if %{?rel:0}%{!?rel:1}
 %define rel 1
 %endif
 %if %{?srcext:0}%{!?srcext:1}
-%define srcext .bz2
+%define srcext .xz
 %endif
 
 %define        python_ver            @PYTHON_REQ@


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]