From 0de216d706636c85580fee86036df85e40477602 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Mon, 17 Jun 2019 09:44:45 +0200 Subject: [PATCH] Removed unused cta-xsmc package --- XRootdSSiRmcd/CMakeLists.txt | 6 +++--- cta.spec.in | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/XRootdSSiRmcd/CMakeLists.txt b/XRootdSSiRmcd/CMakeLists.txt index c2524e1fe6..2f57a02d07 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 093965a1c4..c85fbc7b50 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 -- GitLab