Remove skype backend from spectrum2.spec
This commit is contained in:
parent
28603c8734
commit
247e51a194
2 changed files with 1 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue