[tango/f17] debug tango build

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sun Jun 3 00:24:13 UTC 2012


commit 4bb43fd2d9cd3d0cae080daed3505188ddb6fd4f
Author: Jonathan MERCIER <bioinfornatics at gmail.com>
Date:   Sun Jun 3 02:23:58 2012 +0200

    debug tango build

 tango.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tango.spec b/tango.spec
index 64e9acb..dd0601d 100644
--- a/tango.spec
+++ b/tango.spec
@@ -25,7 +25,7 @@ Source0:        %{name}-%{alphatag}%{tango_revision}.xz
 Source1:        DdocToDevhelp
 
 BuildRequires:  ldc, ldc-phobos-devel, ldc-druntime-devel
-BuildRequires:  gcc, ruby
+BuildRequires:  gcc, make
 
 %description
 Tango is a cohesive and comprehensive library for the D programming language,
@@ -176,7 +176,7 @@ mkdir -p                %{buildroot}%{_d_includedir}/%{name}
 mkdir -p                %{buildroot}/%{_datadir}/geany/tags/
 
 # Tango
-make %{?_smp_mflags} -f build/Makefile DCFLAGS+="%{_d_optflags}" DESTDIR=%{buildroot} DATA_DIR=%{_datadir} INCLUDE_DIR=%{_d_includedir} LIB_DIR=%{_libdir} install-static-lib install-header install-pkgfile
+make %{?_smp_mflags} -f build/Makefile DCFLAGS+="%{_d_optflags} -d" DESTDIR=%{buildroot} DATA_DIR=%{_datadir} INCLUDE_DIR=%{_d_includedir} LIB_DIR=%{_libdir} install-static-lib install-header install-pkgfile
 
 # Geany tag
 install -m0755 tango.d.tags %{buildroot}/%{_datadir}/geany/tags/


More information about the scm-commits mailing list