pidgin/purple-plugin-pack

Remove plugin_pack.spec.in as we haven't provided rpms in a long time

Testing Done:
Ran `ninja dist` and verified no issues.

Reviewed at https://reviews.imfreedom.org/r/2404/
if TYPES.contains('default') and BUILD_SWITCH_SPELL and PIDGIN.found()
switchspell = shared_module('switchspell',
'switchspell.c',
dependencies : [ASPELL, ENCHANT, GTKSPELL, PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'switchspell'
endif