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=723053

--- Comment #7 from Jussi Lehtola <[email protected]> 2011-07-19 10:51:35 
EDT ---
(In reply to comment #6)
> > - This is only necessary if you want to ship for EPEL-5.
> 
> That's the plan. Only problem seems to be that libcurl-devel is "curl-devel"
> there, but otherwise it builds fine.

OK. You can handle this with

%if 0%{?rhel} == 5
BuildRequires: curl-devel
Requires: curl-devel
%else
BuildRequires: libcurl-devel
Requires: libcurl-devel
%endif

However, libcurl-devel provides curl-devel (it's compiled from the curl srpm),
so you can just BR and R curl-devel in any case.

-- 
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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to