Bug 457334 - 1.5.1-2 fails to build on CentOS 5 due to change in Perl packaging
Summary: 1.5.1-2 fails to build on CentOS 5 due to change in Perl packaging
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: subversion
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-07-30 23:50 UTC by Kenneth Porter
Modified: 2008-08-05 07:37 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-08-05 07:37:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kenneth Porter 2008-07-30 23:50:44 UTC
CentOS 5.2, based on RHEL, doesn't split out a separate perl-devel package, and
the current spec for subversion has a BuildRequires for perl-devel. The
following change to the spec file is suggested (based on a suggestion on
centos-devel):

%if 0%{?fedora} > 6
BuildRequires: perl-devel >= 2:5.8.0
%else
BuildRequires: perl >= 2:5.8.0
%endif
BuildRequires: perl(ExtUtils::MakeMaker)

Comment 1 Joe Orton 2008-08-04 20:05:31 UTC
Raw Hide spec files are not designed to be built on any distro other than Raw Hide; you need to fork the spec and keep distro-specific hacks in the fork.

Comment 2 Jeroen van Meeuwen 2008-08-04 21:44:36 UTC
Joe, if you're not supporting this little tiny spec file change to be applied to rawhide, can I?

Comment 3 Jeroen van Meeuwen 2008-08-04 21:52:02 UTC
pkgdb acl requests added for F-8, F-9 and DEVEL branches

Comment 4 Joe Orton 2008-08-05 07:37:44 UTC
No, what about when the next guy comes along and says he wants the Raw Hide spec file to be portable to RHL8?  RHEL 2.1?  SuSE?  Mandrake?  Where would it stop?


Note You need to log in before you can comment on or make changes to this bug.