I am creating a RPM to submit to FE, but it is a development library. Since it has some .so* files and some .h files; I think the package should be split into a simpler package, with the .so* files and a -devel package with the .h files. How can I do this?
<br>