Skip to content
Snippets Groups Projects
Commit 7d913aa1 authored by Steven Murray's avatar Steven Murray
Browse files

Attempting to correct the packaging of libctacatalogue.so

parent f9828fc9
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ set (CATALOGUE_LIB_SRC_FILES
add_library (ctacatalogue SHARED
${CATALOGUE_LIB_SRC_FILES})
install (TARGETS ctacatalogue DESTINATION usr/${CMAKE_INSTALL_LIBDIR})
target_link_libraries (ctacatalogue
${ORACLE-INSTANTCLIENT_LIBRARIES}
${SQLITE_LIBRARIES})
......
......@@ -121,6 +121,7 @@ CERN Tape Archive:
The shared libraries
%files -n cta-lib
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/libctacatalogue.so
%attr(0755,root,root) %{_libdir}/libctacommon.so
%attr(0755,root,root) %{_libdir}/libctanameserver.so
%attr(0755,root,root) %{_libdir}/libctaremotens.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment