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 PIDGIN.found()
irssi = shared_module('irssi',
'irssi.c',
'datechange.c',
'lastlog.c',
'layout.c',
'textfmt.c',
'window.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'irssi'
endif