From 7f5dc0e44bf3ab3506c0372d03792b57392fc77874d94258a7c2c107f864a39d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 14 Nov 2018 11:55:09 +0000 Subject: [PATCH] Accepting request 648735 from home:alarrosa:branches:multimedia:libs - Fix install prefix in cmake so the pkgconfig file has correct information on where to find srt's libraries and include files. OBS-URL: https://build.opensuse.org/request/show/648735 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/srt?expand=0&rev=13 --- srt.changes | 6 ++++++ srt.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/srt.changes b/srt.changes index 8f073a4..9411df6 100644 --- a/srt.changes +++ b/srt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 13 12:54:11 UTC 2018 - Antonio Larrosa + +- Fix install prefix in cmake so the pkgconfig file has correct + information on where to find srt's libraries and include files. + ------------------------------------------------------------------- Mon Oct 29 09:10:45 UTC 2018 - Dominique Leuenberger diff --git a/srt.spec b/srt.spec index 99e9e82..89a0457 100644 --- a/srt.spec +++ b/srt.spec @@ -65,7 +65,7 @@ needed to develop applications with Secure Reliable Transport %build %cmake \ - -DCMAKE_INSTALL_PREFIX=%{_datadir} \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_BINDIR=%{_bindir} \ -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \