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
This commit is contained in:
Tomáš Chvátal 2018-11-14 11:55:09 +00:00 committed by Git OBS Bridge
parent 31e38985bb
commit 7f5dc0e44b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 13 12:54:11 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
- 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 <dimstar@opensuse.org>

View File

@ -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} \