Mailinglist Archive: opensuse-buildservice (170 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Change a Linked package?
- From: "Claes Bäckström" <claes.backstrom@xxxxxxxxx>
- Date: Thu, 13 Dec 2007 17:35:09 +0100
- Message-id: <f7ddb9110712130835l2b46b9bbr4208da27212a1059@xxxxxxxxxxxxxx>
On Dec 13, 2007 3:11 PM, Michal Marek <mmarek@xxxxxxx> wrote:
Thank you very much. Now it works. So just if someone else hit the
same problem I post my working _link file:
<link project='home:MRichards' package='evolution-scalix'>
<patches>
<add name="openSUSE-evo2.12.patch"/>
</patches>
</link>
Warm Regards,
Claes Backstrom
N�����r��y隊Z)z{.����Wlz��qﮞ˛���m�)z{.��+�Z+i�b�*'jW(�f�vǦj)h����Ǜ�)]����Ǿ��i�������
Claes Bäckström wrote:
As there is a check box in the webclient I thought that would work but
it didn't. So looked around and saw that I had to edit the _link file
myself. I've tried that but it still don't work (or I'm doing it the
wrong way).
This is my _link file:
<link project='home:MRichards' package='evolution-scalix'>
<patches>
<apply name="openSUSE-evo2.12.patch" />
<topadd>%build</topadd>
</patches>
</link>
<apply> applies the patch to the *package directory*, for instance you
can patch the specfile this way (or even other patches ;-)).
<topadd> adds it's contents to the top of the specfile.
<add> adds the named patch to the spec preamble and to the %prep
section. This is most probably that you're looking for.
hth,
Michal
Thank you very much. Now it works. So just if someone else hit the
same problem I post my working _link file:
<link project='home:MRichards' package='evolution-scalix'>
<patches>
<add name="openSUSE-evo2.12.patch"/>
</patches>
</link>
Warm Regards,
Claes Backstrom
N�����r��y隊Z)z{.����Wlz��qﮞ˛���m�)z{.��+�Z+i�b�*'jW(�f�vǦj)h����Ǜ�)]����Ǿ��i�������
| < Previous | Next > |