]> git.pld-linux.org Git - packages/clementine.git/commitdiff
- disable -Werror auto/th/clementine-1.1.1-4
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Jul 2013 17:25:19 +0000 (19:25 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Jul 2013 17:25:19 +0000 (19:25 +0200)
- rel 4

clementine.spec

index d3ae25d828ec3acf69db998b91e5cb25bc8a2b6b..408336d24371b4cc40993de29fa11a982728428f 100644 (file)
@@ -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
This page took 0.146528 seconds and 4 git commands to generate.