[octave] Add -nodeps to %octave_pkg_build macro

Orion Poplawski orion at fedoraproject.org
Sat Dec 28 23:33:32 UTC 2013


commit c146c589df5bc00699039d2177c9545d826c0624
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sat Dec 28 16:33:27 2013 -0700

    Add -nodeps to %octave_pkg_build macro

 macros.octave |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/macros.octave b/macros.octave
index 76e4c13..b227cbc 100644
--- a/macros.octave
+++ b/macros.octave
@@ -13,8 +13,8 @@
 # Run an octave command - quietly with no startup files
 %octave_cmd() octave -H -q --no-window-system --no-site-file --eval "%*";
 
-# Build Source0 into a package tar file in a temporary location
-%octave_pkg_build %octave_cmd pkg build '-verbose' %{_tmppath}/%{name}-%{version}-%{release}.%{_arch} %{_builddir}/%{buildsubdir}
+# Build unpacked source directory into a package tar file in a temporary location
+%octave_pkg_build %octave_cmd pkg build '-verbose' '-nodeps' %{_tmppath}/%{name}-%{version}-%{release}.%{_arch} %{_builddir}/%{buildsubdir}
 
 # Install a package.  We use the octave pkg install command to install the
 # built package into the buildroot.  We also put a note to prevent the root


More information about the scm-commits mailing list