sclorg / spec2scl

MIT License
7 stars 7 forks source link

Wrap whole runtime sections in scl enable #30

Closed irushchyshyn closed 7 years ago

irushchyshyn commented 7 years ago

Fixes #27.

It should be possible to always wrap just entire specfile section instead of separate commands in scl enable (https://bugzilla.redhat.com/show_bug.cgi?id=1187230). Meaning, that language specific transformer plugins are no longer needed. The PR also includes adding more docstrings and some refactoring.