Append curdir to CMake invokation. (#1668512)

epel9
Björn Esser 6 years ago
parent d89c8337bb
commit 9be7513e87
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

@ -2,7 +2,7 @@
Name: libkml
Version: 1.3.0
Release: 17%{?dist}
Release: 18%{?dist}
Summary: Reference implementation of OGC KML 2.2
License: BSD
@ -94,7 +94,8 @@ cp -a %{SOURCE1} .
-DPYTHON_INCLUDE_DIR=%{_includedir}/python%{python3_version}m/ \
-DPYTHON_INSTALL_DIR=%{python3_sitearch} \
-DBUILD_TESTING=ON \
-DBUILD_EXAMPLES=ON
-DBUILD_EXAMPLES=ON \
.
# Parallel build broken
make
@ -129,6 +130,9 @@ ctest -V
%{_libdir}/cmake/%{name}/
%changelog
* Wed Jan 23 2019 Björn Esser <besser82@fedoraproject.org> - 1.3.0-18
- Append curdir to CMake invokation. (#1668512)
* Fri Oct 05 2018 Sandro Mani <manisandro@gmail.com> - 1.3.0-17
- Statically link against bundled minizip

Loading…
Cancel
Save