[octave-miscellaneous] work around octave dependency tracking issue

sailer sailer at fedoraproject.org
Wed Oct 17 09:51:51 UTC 2012


commit 2145231da213d3b74ae4ac75a4fcc24659eb4fb8
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Wed Oct 17 11:51:22 2012 +0200

    work around octave dependency tracking issue

 octave-miscellaneous.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/octave-miscellaneous.spec b/octave-miscellaneous.spec
index 0f36098..716a5ba 100644
--- a/octave-miscellaneous.spec
+++ b/octave-miscellaneous.spec
@@ -31,7 +31,10 @@ CSV data and for Latex export.
 %setup -q -n %{octpkg}
 
 %build
-%octave_pkg_build
+#octave pkg build dependency check does not work
+#https://bugzilla.redhat.com/show_bug.cgi?id=733615
+#octave_pkg_build
+%octave_cmd pkg build '-verbose' '-nodeps' %{_tmppath}/%{name}-%{version}-%{release}.%{_arch} %{_builddir}/%{buildsubdir}
 
 %install
 rm -rf %{buildroot}


More information about the scm-commits mailing list