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.leht...@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.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to