[CentOS-devel] perl-devel package

Dag Wieers dag at centos.org
Thu Jul 31 00:48:00 UTC 2008


On Wed, 30 Jul 2008, Kenneth Porter wrote:

> --On Thursday, July 31, 2008 12:29 AM +0300 Manuel Wolfshant 
> <wolfy at nobugconsulting.ro> wrote:
>
>>  Wrong approach. Apply Johnny's advice. Or be polite and modify the spec
>>  to distinguish between building on fedora >=7  or on Centos (RHEL).
>>  Something along the following line should do:
>>
>>  %if 0%{?fedora} > 6
>>    BuildRequires perl-devel
>>  %else
>>    BuildRequires perl
>>  %endif
>
> That almost works. The spec parser didn't like the leading white space on 
> BuildRequires, and it's missing the colon. The following seems to work:
>
> %if 0%{?fedora} > 6
> BuildRequires: perl-devel >= 2:5.8.0
> %else
> BuildRequires: perl >= 2:5.8.0
> %endif

Since the subversion people never report releases on freshmeat, I often 
find out that a new release is made by people informing me, or by accident 
(like now).

I have updated my subversion package to 1.5.1. But only on EL5, for EL4 
and older there is a problem with libneon (and SSL functionality). You 
should be able to pull it from RPMforge tomorrow during the day.

Kind regards,
-- 
--   dag wieers,  dag at centos.org,  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]



More information about the CentOS-devel mailing list