[qucs] - Disabling the debug

Jaromír Cápík jcapik at fedoraproject.org
Wed Sep 10 15:38:32 UTC 2014


commit 5e56a2a32505d5962acdf97d8e0d6976b2ea72e8
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Wed Sep 10 17:38:20 2014 +0200

    - Disabling the debug

 qucs.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qucs.spec b/qucs.spec
index a43fc32..c6eb926 100644
--- a/qucs.spec
+++ b/qucs.spec
@@ -1,7 +1,7 @@
 Summary: Circuit simulator
 Name:    qucs
 Version: 0.0.18
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL+
 Group:   Applications/Engineering
 URL:     http://qucs.sourceforge.net/
@@ -49,7 +49,7 @@ sed -i 's|Icon=/usr/share/pixmaps|Icon=/usr/share/qucs/bitmaps|' debian/%{name}.
 
 
 %build
-%configure --disable-dependency-tracking --enable-debug
+%configure --disable-dependency-tracking
 
 # remove rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' qucs-core/libtool
@@ -100,6 +100,9 @@ desktop-file-install \
 
 
 %changelog
+* Wed Sep 10 2014 Jaromir Capik <jcapik at redhat.com> - 0.0.18-2
+- Disabling the debug
+
 * Tue Sep 02 2014 Jaromir Capik <jcapik at redhat.com> - 0.0.18-1
 - Update to 0.0.18
 


More information about the scm-commits mailing list