recipe test

This is a recipe for conversion of current mvn-rpmbuild spec file into xmvn style spec file.

In this recipe we'll show how to convert Maven projects using following features:

Original spec file content

line1 # see depmap in notable differences
line2

New xmvn spec file

line1 # see XYZ in notable differences
newline
newline2 # see depmap in notable differences

Notable differences

  1. Depmap is deprecated and no longer needed

Comparison of RPM provides and requires

References

{references}