Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#618 closed defect (fixed)

package.destpath support in rpmpackage

Reported by: ranger@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

Here is a patch to the RPM to add "package.destpath" support. It will only use the destpath if it's not the default (${workdir}) since "normal" behavior is to put the RPMs wherever RPM expects them to go.

When the package.destpath option is set to something non-default, rpmpackage will instead create an RPM tree under that destpath, like so:

[destpath]/BUILD [destpath]/RPMS [destpath]/SOURCES [destpath]/SPECS [destpath]/SRPMS

and build RPMs into that tree. This will let us override packages to build outside the main OD tree when automating package builds.

Attachments (2)

rpmdestpath.patch (2.1 KB) - added by ranger@… 21 years ago.
rpmdestpath.patch
rpmdestpath.2.patch (2.3 KB) - added by ranger@… 21 years ago.
rpmdestpath.patch

Download all attachments as: .zip

Change History (5)

Changed 21 years ago by ranger@…

Attachment: rpmdestpath.patch added

rpmdestpath.patch

Changed 21 years ago by ranger@…

Attachment: rpmdestpath.2.patch added

rpmdestpath.patch

comment:1 Changed 21 years ago by ranger@…

attachments.isobsolete: 01

comment:2 Changed 21 years ago by ranger@…

blocked: 620

comment:3 Changed 21 years ago by ssen@…

Resolution: fixed
Status: newclosed

Committed

Note: See TracTickets for help on using tickets.