[packages/clementine] - disable -Werror - rel 4

baggins baggins at pld-linux.org
Sun Jul 14 19:25:29 CEST 2013


commit 064e709c36c5d305eec349198e79b2c3c3206098
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jul 14 19:25:19 2013 +0200

    - disable -Werror
    - rel 4

 clementine.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/clementine.spec b/clementine.spec
index d3ae25d..408336d 100644
--- a/clementine.spec
+++ b/clementine.spec
@@ -6,12 +6,12 @@
 %bcond_without	static_sqlite	# with static sqlite3
 %bcond_with	static_projectm	# with static projectM
 
-%define     	qtver	%(pkg-config --silence-errors --modversion QtCore 2>/dev/null || echo ERROR)
+%define		qtver	%(pkg-config --silence-errors --modversion QtCore 2>/dev/null || echo ERROR)
 Summary:	A music player and library organiser
 Summary(hu.UTF-8):	Egy zenelejátszó és gyűjtemény-kezelő
 Name:		clementine
 Version:	1.1.1
-Release:	3
+Release:	4
 License:	GPL v3 and GPL v2+
 Group:		Applications/Multimedia
 URL:		http://www.clementine-player.org/
@@ -102,6 +102,8 @@ rm -rf 3rdparty/qtiocompressor
 sed -i -e '/add_subdirectory(tests)/d' CMakeLists.txt
 # remove -Wall
 sed -i -e 's/-Wall//' src/CMakeLists.txt
+# ...and -Werror
+sed -i -e 's/-Werror//' src/CMakeLists.txt
 
 %build
 install -d build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clementine.git/commitdiff/064e709c36c5d305eec349198e79b2c3c3206098



More information about the pld-cvs-commit mailing list