1

I read the official documentation, some examples on github and on atomicorp . But I am still confused!

Should have to make 2 specs? One to build the tools and another one for a metapackage?

If yes why atomicscorp's spec file seem to be a mix of spec and the meta-spec files ?

Moreover with rpmlint 1.10 on metapackage seem to contracdict the documentation and examples. I have this error:

scl-runtime-package-without-%scl_files
SCL runtime package must contain %scl_files in %files section.

And examples used %scl_files statement into the runtime part (line 172)

Any help is welcome

Thanks

bioinfornatics
  • 1,749
  • 3
  • 17
  • 36

1 Answers1

4

Should have to make 2 specs? One to build the tools and another one for a metapackage?

YES.

  • One for the metapackage
  • One for each package, which will require the metapackage-build in the buildroot.
Remi Collet
  • 6,198
  • 1
  • 20
  • 25