[
http://jira.codehaus.org/browse/MRPM-18?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Okken moved MOJO-1308 to MRPM-18:
---------------------------------------
Component/s: (was: rpm)
rpm
Complexity: (was: Intermediate)
Key: MRPM-18 (was: MOJO-1308)
Project: Mojo RPM Plugin (was: Mojo)
> Support for softlinks
> ---------------------
>
> Key: MRPM-18
> URL: http://jira.codehaus.org/browse/MRPM-18
> Project: Mojo RPM Plugin
> Issue Type: New Feature
> Components: rpm
> Reporter: Are Gravbrøt
> Assignee: Brett Okken
> Priority: Minor
>
> In many cases it is necessary to add softlinks in the rpm complete software
> installation.
> Today that can be accomplished by adding scripts containing ln -s statements.
> However, there is a significant drawback in doing it this way, since the
> %files section of the SPEC file is not updated to reflect this.
> This leads to creating files that are not reported by rpm -ql.
> To remedy this, I suggest adding a feature to enable the addition of
> softlinks in the configuration section.
> Ex.
> <softlinkmapping><target>/sometarget</target><source>/somesource</source></softlinkmapping>
> The spec file can be updated in the following way:
> %install
> ln -s /somesource $RPM_BUILD/sometarget
> %files
> /sometarget
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email