Change-Id: I1d5117d6745d2ea14d8911703e2a782bb79f661c
Name: sessiond
Summary: Service to manage subsessions
-Version: 0.7.7
+Version: 0.7.7.1
Release: 1
Group: System/Management
License: MIT
%{_libdir}/libsessiond.so
%{_libdir}/pkgconfig/libsessiond.pc
%{_includedir}/sessiond.h
+%{_includedir}/sessiond-platform.h
%files -n libsessiond-tests
%manifest sessiond.manifest
# TODO: Find a way to fetch the relewant part of "${VERSION}".
# Setting the CMake project version should help but I were not able to do this quickly.
SOVERSION 0
- PUBLIC_HEADER "include/sessiond.h"
+ PUBLIC_HEADER "include/sessiond.h;include/sessiond-platform.h"
C_VISIBILITY_PRESET hidden
)
+
install(TARGETS libsessiond)
configure_file(libsessiond.pc.in libsessiond.pc @ONLY)