[tomahawk] %build: -DCMAKE_BUILD_TYPE=Release

Rex Dieter rdieter at fedoraproject.org
Wed May 22 20:04:15 UTC 2013


commit 8e598152287013f532f85e66e1b59414235c4482
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed May 22 15:04:13 2013 -0500

    %build: -DCMAKE_BUILD_TYPE=Release

 tomahawk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tomahawk.spec b/tomahawk.spec
index f67a544..e1c7faf 100644
--- a/tomahawk.spec
+++ b/tomahawk.spec
@@ -5,7 +5,7 @@
 
 Name:    tomahawk
 Version: 0.7.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: The Social Media Player
 
 License: GPLv2+
@@ -73,6 +73,7 @@ pushd %{_target_platform}
 %{cmake_kde4} \
   -DBUILD_RELEASE:BOOL=ON \
   -DBUILD_WITH_QT4:BOOL=ON \
+  -DCMAKE_BUILD_TYPE:STRING="Release" \
   %{?_with_crashreporter} \
   .. 
 popd
@@ -132,6 +133,9 @@ fi
 
 
 %changelog
+* Wed May 22 2013 Rex Dieter <rdieter at fedoraproject.org> 0.7.0-3
+- %%build: -DCMAKE_BUILD_TYPE=Release
+
 * Wed May 22 2013 Rex Dieter <rdieter at fedoraproject.org> 0.7.0-2
 - rebuild (libechonest-2.1.0)
 


More information about the scm-commits mailing list