From 9829794010f294b6d9c4c87e1d9b66a5be835a8a Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Jan 11 2015 02:22:00 +0000 Subject: Explicitly define KDE_INSTALL_LIBDIR to work around FTBFS for now. Try with KDE_INSTALL_LIBDIR instead of CMAKE_INSTALL_LIBDIR. --- diff --git a/calamares.spec b/calamares.spec index e953069..3ca6ca8 100644 --- a/calamares.spec +++ b/calamares.spec @@ -125,7 +125,7 @@ sed -i -e 's/^backend: dnf$/backend: yum/g' src/modules/packages/packages.conf %build mkdir -p %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} -DWITH_PARTITIONMANAGER:BOOL="ON" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} .. +%{cmake_kf5} -DWITH_PARTITIONMANAGER:BOOL="ON" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DKDE_INSTALL_LIBDIR:PATH=%{_lib} .. popd make %{?_smp_mflags} -C %{_target_platform} @@ -215,7 +215,7 @@ EOF - default-settings patch: Enable the packages module, make it remove calamares - desktop-file patch: Remove the NoDisplay=true line, unneeded with the above - Requires: dnf or yum depending on the Fedora version, for the packages module -- Explicitly define CMAKE_INSTALL_LIBDIR to work around FTBFS for now +- Explicitly define KDE_INSTALL_LIBDIR to work around FTBFS for now * Sun Dec 07 2014 Kevin Kofler - 0.17.0-5.20141206giteb748cca8ebfc - Bump Release to distinguish official F21 update from Copr build