Skip to main content

Linux Tools - RPM integration

Overview

RPM integration consist of few different parts - editor for RPM .spec files, UI for createrepo command and ability to generate stubs for RPM .spec files.

Specfile Editor is a full featured editor for RPM spec files. Specfiles are the files that tell the rpm program which are the sources for this package, how to build, where to install, additional scripts to execute on install/uninstall and so on. This plugin provides all the basic features for editing or modifing such specfile.

Information needed for creating RPM specfile is present in a number of different files that are part of the upstream sources. Good examples are Eclipse feature.xml files and Maven pom.xml files. And this plugin does exactly that - creates a RPM specfile from the information in these files.

User guide

Please read our User guide for detailed instructions.

Demos

Specfile editor demo in ogg format

Try it out

Follow the instructions .

Back to the top