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

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 1 00:03:23 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 #5 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-11-30 19:03:22 EDT ---
- Instead of
 %define libname     f2c-libs
 %package -n %{libname}
 %files -n %{libname}
just use
 %package libs
 %files libs
and so on.

- You don't need
Provides:   %{name}-devel = %{version}-%{release}
since the -devel package will be already %{name}-%{devel}.

- Version the requires fully in the -devel package, i.e.
 Requires:   %{libname} = %{version}-%{release}

-- 
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 package-review mailing list