From bed2f5fee6d2524f089354ca66a29bd5f3f7dfc8 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Mon, 27 May 2019 14:42:36 +0200 Subject: [PATCH] cta/CTA#419 Removed the cta-mediachangerutils RPM --- cta.spec.in | 13 ------------- mediachanger/CMakeLists.txt | 4 ---- 2 files changed, 17 deletions(-) diff --git a/cta.spec.in b/cta.spec.in index 88cd927f10..67c7ef15d5 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -336,19 +336,6 @@ Scripts and utilities to faciliate working with the CTA catalogue %attr(0644,root,root) %doc /usr/share/man/man1/cta-catalogue-schema-drop.1cta.gz %attr(0644,root,root) %doc /usr/share/man/man1/cta-database-poll.1cta.gz -%package -n cta-mediachangerutils -Summary: Utilities to faciliate working with mediachangers -Group: Application/CTA -Requires: cta-lib = %{version}-%{release} -%description -n cta-mediachangerutils -CERN Tape Archive: -Utilities to faciliate working with the mediachangers -%files -n cta-mediachangerutils -%attr(0755,root,root) %{_bindir}/cta-mediachanger-dismount -%attr(0755,root,root) %{_bindir}/cta-mediachanger-mount -%attr(0644,root,root) %doc /usr/share/man/man1/cta-mediachanger-dismount.1cta.gz -%attr(0644,root,root) %doc /usr/share/man/man1/cta-mediachanger-mount.1cta.gz - %package -n cta-rmcd Summary: Tools to faciliate working with rmcd and smc in cta Group: Application/CTA diff --git a/mediachanger/CMakeLists.txt b/mediachanger/CMakeLists.txt index 2f8e3afe0e..a0fe0aaacf 100644 --- a/mediachanger/CMakeLists.txt +++ b/mediachanger/CMakeLists.txt @@ -105,8 +105,6 @@ set_property (TARGET cta-mediachanger-mount APPEND PROPERTY INSTALL_RPATH ${PROT target_link_libraries (cta-mediachanger-mount ctacommon ctamediachanger) -install (TARGETS cta-mediachanger-mount DESTINATION /usr/bin) -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/cta-mediachanger-mount.1cta DESTINATION /usr/share/man/man1) set (MEDIA_CHANGER_DISMOUNT_SRC_FILES DismountCmd.cpp @@ -121,5 +119,3 @@ set_property (TARGET cta-mediachanger-dismount APPEND PROPERTY INSTALL_RPATH ${P target_link_libraries (cta-mediachanger-dismount ctacommon ctamediachanger) -install (TARGETS cta-mediachanger-dismount DESTINATION /usr/bin) -install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/cta-mediachanger-dismount.1cta DESTINATION /usr/share/man/man1) -- GitLab