[Bug 542740] Review Request: f2c - Fortran to C/C++ conversion program

bugzilla at redhat.com bugzilla at redhat.com
Sat Dec 5 22:18:46 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=542740





--- Comment #31 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-12-05 17:18:45 EDT ---
(In reply to comment #30)
> You can then install just main, and use f2c to generate c code, but that code
> won't actually compile unless you install -devel, since it needs the headers to
> compile. We could re-add the current 'main requires -devel' but that leads to
> main and -devel requiring each other (which is strange) or merging main and
> -devel (which conflicts with the standard requirement of .so files must be in
> -devel subpackage).

Indeed, the -devel requires main requires -devel is strange behavior, when you
look at it from a fresh point of view.

The guidelines are not strict in this case; for e.g. compilers it is normal to
put development libraries in the main package.

So actually it would be best to unite -devel with main and make the main
package Provides: f2c-devel.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list