Mailinglist Archive: opensuse-buildservice (113 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Mandriva 2006 check in spec file
- From: Daniel Bornkessel <dbornkessel@xxxxxxx>
- Date: Tue, 30 May 2006 15:45:51 +0200
- Message-id: <200605301545.56720.dbornkessel@xxxxxxx>
> does
>
> %if %_host_vendor = "mandriva"
>
> work ?
>
try
%if %{?mandriva_release:1}0
... I think the
%if %_host_vendor = "mandriva"
does not work when used for the BuildRequires (could be wrong though).
> --
>
> Adrian Schroeter
> SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany
> email: adrian@xxxxxxx
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@xxxxxxxxxxxx
> For additional commands, e-mail: opensuse-buildservice-help@xxxxxxxxxxxx
--
Daniel Bornkessel Tel: +49 911 740 53 161
Novell :: SUSE R&D :: Internal Tools / Java Packaging
______________________________________________________________________
:wq
| < Previous | Next > |