mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
revert cmake remove targets from install path
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
b45054ed39
commit
674609e69a
2 changed files with 9 additions and 1 deletions
|
@ -1172,6 +1172,10 @@ install(FILES
|
||||||
"${PROJECT_BINARY_DIR}/LibwebsocketsConfigVersion.cmake"
|
"${PROJECT_BINARY_DIR}/LibwebsocketsConfigVersion.cmake"
|
||||||
DESTINATION "${LWS_INSTALL_CMAKE_DIR}" COMPONENT dev)
|
DESTINATION "${LWS_INSTALL_CMAKE_DIR}" COMPONENT dev)
|
||||||
|
|
||||||
|
# Install exports for the install-tree.
|
||||||
|
install(EXPORT LibwebsocketsTargets
|
||||||
|
DESTINATION "${LWS_INSTALL_CMAKE_DIR}" COMPONENT dev)
|
||||||
|
|
||||||
# build subdir is not part of sources
|
# build subdir is not part of sources
|
||||||
set(CPACK_SOURCE_IGNORE_FILES $(CPACK_SOURCE_IGNORE_FILES) ".git" "build" "tgz" "tar.gz")
|
set(CPACK_SOURCE_IGNORE_FILES $(CPACK_SOURCE_IGNORE_FILES) ".git" "build" "tgz" "tar.gz")
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: libwebsockets
|
Name: libwebsockets
|
||||||
Version: 1.7.4
|
Version: 1.7.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Websocket Server and Client Library
|
Summary: Websocket Server and Client Library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
@ -59,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
/%{_libdir}/libwebsockets.so
|
/%{_libdir}/libwebsockets.so
|
||||||
/%{_libdir}/cmake/libwebsockets/LibwebsocketsConfig.cmake
|
/%{_libdir}/cmake/libwebsockets/LibwebsocketsConfig.cmake
|
||||||
/%{_libdir}/cmake/libwebsockets/LibwebsocketsConfigVersion.cmake
|
/%{_libdir}/cmake/libwebsockets/LibwebsocketsConfigVersion.cmake
|
||||||
|
/%{_libdir}/cmake/libwebsockets/LibwebsocketsTargets.cmake
|
||||||
/usr/share/libwebsockets-test-server
|
/usr/share/libwebsockets-test-server
|
||||||
%doc
|
%doc
|
||||||
%files devel
|
%files devel
|
||||||
|
@ -69,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
/%{_libdir}/pkgconfig/libwebsockets.pc
|
/%{_libdir}/pkgconfig/libwebsockets.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 29 2016 Andy Green <andy@warmcat.com> 1.7.4-2
|
||||||
|
- MINOR added LibwebsocketsTargets.cmake
|
||||||
|
|
||||||
* Mon Mar 22 2016 Andy Green <andy@warmcat.com> 1.7.4-1
|
* Mon Mar 22 2016 Andy Green <andy@warmcat.com> 1.7.4-1
|
||||||
- MINOR fixes Upstream 1.7.4 release (see changelog)
|
- MINOR fixes Upstream 1.7.4 release (see changelog)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue