rdieter pushed to phonon-backend-gstreamer (f21). "%build: -DCMAKE_BUILD_TYPE="Release" (sets -DNDEBUG -DQT_NO_DEBUG)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 7 17:26:07 UTC 2015


From e93794b4dc34dbc064164fb46498d31a007b106b Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at math.unl.edu>
Date: Thu, 7 May 2015 12:19:38 -0500
Subject: %build: -DCMAKE_BUILD_TYPE="Release" (sets -DNDEBUG -DQT_NO_DEBUG)


diff --git a/phonon-backend-gstreamer.spec b/phonon-backend-gstreamer.spec
index e2188ca..d9ce679 100644
--- a/phonon-backend-gstreamer.spec
+++ b/phonon-backend-gstreamer.spec
@@ -5,7 +5,7 @@ Summary: Gstreamer phonon backend
 Name:    phonon-backend-gstreamer
 Epoch:   2
 Version: 4.8.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: LGPLv2+
 URL:     http://phonon.kde.org/
@@ -73,21 +73,21 @@ Requires: gstreamer1-plugins-good
 
 
 %build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
 pushd %{_target_platform}
-%{cmake} \
-  -DUSE_INSTALL_PLUGIN:BOOL=ON \
-  ..
+%{cmake} .. \
+  -DCMAKE_BUILD_TYPE:STRING="Release" \
+  -DUSE_INSTALL_PLUGIN:BOOL=ON
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
 
-mkdir -p %{_target_platform}-Qt5
+mkdir %{_target_platform}-Qt5
 pushd %{_target_platform}-Qt5
-%{cmake} \
+%{cmake} .. \
+  -DCMAKE_BUILD_TYPE:STRING="Release" \
   -DUSE_INSTALL_PLUGIN:BOOL=ON \
-  -DPHONON_BUILD_PHONON4QT5:BOOL=ON \
-  ..
+  -DPHONON_BUILD_PHONON4QT5:BOOL=ON
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}-Qt5
@@ -122,6 +122,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
 
 
 %changelog
+* Thu May 07 2015 Rex Dieter <rdieter at fedoraproject.org> 2:4.8.2-3
+- %%build: -DCMAKE_BUILD_TYPE="Release" (sets -DNDEBUG -DQT_NO_DEBUG)
+
 * Sat May 02 2015 Kalev Lember <kalevlember at gmail.com> - 2:4.8.2-2
 - Rebuilt for GCC 5 C++11 ABI change
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/phonon-backend-gstreamer.git/commit/?h=f21&id=e93794b4dc34dbc064164fb46498d31a007b106b


More information about the scm-commits mailing list