/usr/lib/freemedforms/DataPackPlugin.pluginspec is in freemedforms-emr 0.7.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10  | <plugin name="DataPackPlugin" version="0.7.6" compatVersion="0.7.6">
    <vendor>FreeMedForms</vendor>
    <copyright>(C) 2008-2012 Eric Maeker, MD</copyright>
    <license>Released the GPLv3 license.</license>
    <description>The plugin does nothing. It's only an infra-structure to ease creation of new plugins.</description>
    <url>http://www.freemedforms.com</url>
    <dependencyList>
        <dependency name="Core" version="0.7.6"/>
    </dependencyList>
</plugin>
 |