diff --git a/XRootdSSiRmcd/CMakeLists.txt b/XRootdSSiRmcd/CMakeLists.txt index c2524e1fe66a0e702d6e18de86973aaab5b00b17..2f57a02d0746e2f50b6a64d880f5bc2ee93da505 100644 --- a/XRootdSSiRmcd/CMakeLists.txt +++ b/XRootdSSiRmcd/CMakeLists.txt @@ -45,9 +45,9 @@ include_directories(${CMAKE_BINARY_DIR}/XRootdSSiRmcd ${PROTOBUF3_INCLUDE_DIRS}) add_executable(cta-xsmc RmcdClient.cpp) target_link_libraries(cta-xsmc XrdSsi-4 XrdSsiLib XrdSsiPbRmcd XrdUtils) set_property(TARGET cta-xsmc APPEND PROPERTY INSTALL_RPATH ${PROTOBUF3_RPATH}) -install (TARGETS cta-xsmc DESTINATION /usr/bin) -install (FILES cta-xsmc-mount.1cta DESTINATION /usr/share/man/man1) -install (FILES cta-xsmc-dismount.1cta DESTINATION /usr/share/man/man1) +#install (TARGETS cta-xsmc DESTINATION /usr/bin) +#install (FILES cta-xsmc-mount.1cta DESTINATION /usr/share/man/man1) +#install (FILES cta-xsmc-dismount.1cta DESTINATION /usr/share/man/man1) # # XRootD SSI plugin for Test Server diff --git a/cta.spec.in b/cta.spec.in index 093965a1c428695fc53d679f646068518947c370..c85fbc7b5038bf84fd48f6f175cd3fca059e9469 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -163,19 +163,6 @@ The xroot plugin %systemd_post cta-xrmcd.service %systemdDaemonReload -%package -n cta-xsmc -Summary: CERN Tape Archive: command line interface -Group: Application/CTA -Requires: cta-lib = %{version}-%{release} -%description -n cta-xsmc -CERN Tape Archive: -The xroot plugin -%files -n cta-xsmc -%defattr(-,root,root) -%attr(0755,root,root) %{_bindir}/cta-xsmc -%attr(0644,root,root) %doc /usr/share/man/man1/cta-xsmc-mount.1cta.gz -%attr(0644,root,root) %doc /usr/share/man/man1/cta-xsmc-dismount.1cta.gz - %package -n cta-frontend Summary: CERN Tape Archive: Xrootd plugin Group: Application/CTA