new snapshot, build with clang

This commit is contained in:
tpg (Tomasz Paweł Gajc) 2015-03-16 23:03:23 +01:00
parent ec7845b664
commit d870a0cdb5
2 changed files with 3 additions and 7 deletions

View file

@ -1,4 +1,4 @@
sources: sources:
calamares-1.0.0-20150313.tar.xz: bd785dbb6c550aea7542ddd53390287022d0d267 calamares-1.0.0-20150316.tar.xz: 5b956e0a44e3fc9fd24e944f7fda63ec8c5920d6
calamares-partitionmanager-20150112.tar.xz: 9fd2828fde3ecb3692868ea186469424c5be580e calamares-partitionmanager-20150112.tar.xz: 9fd2828fde3ecb3692868ea186469424c5be580e
OpenMandriva-adverts.tar.xz: ebd373f0659c39d1930c65cab29aa2149f0fc9ff OpenMandriva-adverts.tar.xz: ebd373f0659c39d1930c65cab29aa2149f0fc9ff

View file

@ -1,4 +1,4 @@
%define calamdate 20150313 %define calamdate 20150316
%define partdate 20150112 %define partdate 20150112
%define major 1 %define major 1
@ -8,7 +8,7 @@
Summary: Distribution-independent installer framework Summary: Distribution-independent installer framework
Name: calamares Name: calamares
Version: 1.0.0 Version: 1.0.0
Release: 0.%{calamdate}.4 Release: 0.%{calamdate}.1
Group: System/Configuration/Other Group: System/Configuration/Other
License: GPLv3+ License: GPLv3+
URL: http://calamares.io/ URL: http://calamares.io/
@ -131,10 +131,6 @@ mv -f calamares-partitionmanager-%{partdate} src/modules/partition/partitionmana
rm -f src/modules/*/*.conf.default-settings rm -f src/modules/*/*.conf.default-settings
%build %build
# workaround for broken LLVM
export CC=gcc
export CXX=g++
%cmake_qt5 -DWITH_PARTITIONMANAGER:BOOL="ON" -DWITH_PYTHON:BOOL="ON" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" %cmake_qt5 -DWITH_PARTITIONMANAGER:BOOL="ON" -DWITH_PYTHON:BOOL="ON" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo"
%make %make