From 2c511c89636f13f3ce9bfedc78e3a48931f76c10678ebc51cf12e39fee31ecc8 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 28 Oct 2019 14:46:04 +0000 Subject: [PATCH] Accepting request 743492 from home:glaubitz:branches:devel:libraries:c_c++ - Fix installation path for aws-c-event-stream-targets.cmake in patch to fix cmake modules path in CMakeLists.txt + aces_fix-cmake-modules-path.patch OBS-URL: https://build.opensuse.org/request/show/743492 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-event-stream?expand=0&rev=6 --- aces_fix-cmake-modules-path.patch | 4 ++-- aws-c-event-stream.changes | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/aces_fix-cmake-modules-path.patch b/aces_fix-cmake-modules-path.patch index 951597c..ccb58af 100644 --- a/aces_fix-cmake-modules-path.patch +++ b/aces_fix-cmake-modules-path.patch @@ -1,6 +1,6 @@ diff -Nru aws-c-event-stream-0.1.3.orig/CMakeLists.txt aws-c-event-stream-0.1.3/CMakeLists.txt --- aws-c-event-stream-0.1.3.orig/CMakeLists.txt 2019-09-14 02:52:46.000000000 +0200 -+++ aws-c-event-stream-0.1.3/CMakeLists.txt 2019-10-03 12:24:34.861135419 +0200 ++++ aws-c-event-stream-0.1.3/CMakeLists.txt 2019-10-28 13:20:59.891550824 +0100 @@ -21,17 +21,11 @@ file(TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX}" CMAKE_INSTALL_PREFIX) endif() @@ -28,7 +28,7 @@ diff -Nru aws-c-event-stream-0.1.3.orig/CMakeLists.txt aws-c-event-stream-0.1.3/ install(EXPORT "${CMAKE_PROJECT_NAME}-targets" - DESTINATION "${LIBRARY_DIRECTORY}/${CMAKE_PROJECT_NAME}/cmake/${TARGET_DIR}/" -+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}" ++ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}/${TARGET_DIR}/" NAMESPACE AWS:: COMPONENT Development) diff --git a/aws-c-event-stream.changes b/aws-c-event-stream.changes index d531ccf..17d2285 100644 --- a/aws-c-event-stream.changes +++ b/aws-c-event-stream.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 28 13:03:31 UTC 2019 - John Paul Adrian Glaubitz + +- Fix installation path for aws-c-event-stream-targets.cmake + in patch to fix cmake modules path in CMakeLists.txt + + aces_fix-cmake-modules-path.patch + ------------------------------------------------------------------- Thu Oct 3 10:28:51 UTC 2019 - John Paul Adrian Glaubitz