Hrvoje Senjan
2014-07-01 13:14:56 +00:00
committed by Git OBS Bridge
parent 0603272430
commit 89950eafd9
3 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 1 13:13:51 UTC 2014 - hrvoje.senjan@gmail.com
- Bump to 5.0.0
- Make buildtype None, and pass -DNEDEBUG to cmake flags (this avoids
passing different compiler optimizations, e.g. -02 vs -03)
-------------------------------------------------------------------
Sun Jun 1 18:10:55 UTC 2014 - hrvoje.senjan@gmail.com

View File

@@ -18,7 +18,7 @@
Name: kf5-filesystem
Url: http://www.kde.org
Version: 4.100.0
Version: 5.0.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KF5 Directory Layout

View File

@@ -28,7 +28,7 @@
%_kf5_version 4.100.0
%_kf5_build_type release
%_kf5_build_type None
%kf5_makeinstall make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install
@@ -39,8 +39,8 @@
cd $dir \
bdir=.. } \
cmake -DCMAKE_BUILD_TYPE=%{_kf5_build_type} \\\
-DCMAKE_C_FLAGS="%{optflags}" \\\
-DCMAKE_CXX_FLAGS="%{optflags}" \\\
-DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \\\
-DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \\\
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-Bsymbolic-functions" \\\