Remove skype backend from spectrum2.spec

This commit is contained in:
Jan Kaluza 2016-02-08 13:57:30 +01:00
parent 28603c8734
commit 247e51a194
2 changed files with 1 additions and 16 deletions

View file

@ -131,21 +131,6 @@ Spectrum2 SMSTools3 backend
%defattr(-, root, root,-)
/usr/bin/spectrum2_smstools3_backend
# SKYPE
%package skype-backend
Summary: Libtransport
Group: Development/Libraries
Requires: boost
Requires: libtransport%{?_isa} = %{version}-%{release}
%description skype-backend
Spectrum2 Skype backend
%files skype-backend
%defattr(-, root, root,-)
/usr/bin/spectrum2_skype_backend
# SWIFTEN
%package swiften-backend

View file

@ -8,8 +8,8 @@ SET_SOURCE_FILES_PROPERTIES(${CMAKE_CURRENT_SOURCE_DIR}/../../include/transport/
target_link_libraries(spectrum2_manager transport ${SWIFTEN_LIBRARY} ${PROTOBUF_LIBRARIES})
if (CMAKE_COMPILER_IS_GNUCXX AND ${OPENSSL_FOUND})
add_definitions(-DMG_ENABLE_SSL)
if (CMAKE_COMPILER_IS_GNUCXX)
target_link_libraries(spectrum2_manager ${OPENSSL_LIBRARIES})
endif()