TODO
Story:
The SpecModel is the first product that is consumable outside of the library. One can either transform an instance of the class into a spec file (no transformation to SpecFileV1) or queue it for other processing like transformation into GoSpecModel class (yet to be implemented). The SpecModel provides various manipulation operations such as:
- add/remove subpackage
- add/remove subpackage buildtime/runtime depedency
- edit summary of a subpackage
- add/remove tests to/from %check section
- add/edit/remove macros/tags
- other
TODO
SpecModelclass encompassing currentSpecfileClass('Specfile 2.0')SpecModelGeneratorclass transforming the raw spec file into the newSpecModelclassmodel_methods.pyandmodel_2_methods.pyunder theSpecModelGeneratorclassStory:
The
SpecModelis the first product that is consumable outside of the library. One can either transform an instance of the class into a spec file (no transformation toSpecFileV1) or queue it for other processing like transformation intoGoSpecModelclass (yet to be implemented). TheSpecModelprovides various manipulation operations such as: