Mailinglist Archive: opensuse-buildservice (287 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] xaw3d and openmotif packages for Mandriva and Fedora repository
- From: Plinnell <mrdocs@xxxxxxxxxxxx>
- Date: Tue, 4 Sep 2007 12:31:47 +0200
- Message-id: <200709041231.48127.mrdocs@xxxxxxxxxxxx>
On Tuesday 04 September 2007, Ladislav Michnovič wrote:
> Hello.
>
> I wanted to build timidity for Fedora 7 and Mandriva 2007 but I got
> expansion error : nothing provides openmotif, nothing provides
> openmotif-devel, nothing provides xaw3d
>
> xaw3d is not tranformed to "Xaw3d". I have to rewrite it manually.
> Can you please automate this replacement for Mandriva and Fedora?
> Thanks in advance.
You need something like this in your spec file:
%if 0%{?suse_version} > 910
BuildRequires: xaw3d-devel
%if 0%{?fedora_version} >= 5
BuildRequires: Xaw3d-devel
%endif
%if 0%{?mandriva_version} > 2006
BuildRequires: openmotif-devel
%endif
> openmotif exists in Mandriva 2007.1, but I didn't find it for
> 2007.0 and Fedora7.
Seems like it was dropped from Fedora and is in:
www-ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/7
> Is there a way how to push binary RPM to my build?
>
AFAIK not possible.
> I know that I can build them myself in BS, but it' s really pain.
>
> Regards Ladislav.
> -------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
> Hello.
>
> I wanted to build timidity for Fedora 7 and Mandriva 2007 but I got
> expansion error : nothing provides openmotif, nothing provides
> openmotif-devel, nothing provides xaw3d
>
> xaw3d is not tranformed to "Xaw3d". I have to rewrite it manually.
> Can you please automate this replacement for Mandriva and Fedora?
> Thanks in advance.
You need something like this in your spec file:
%if 0%{?suse_version} > 910
BuildRequires: xaw3d-devel
%if 0%{?fedora_version} >= 5
BuildRequires: Xaw3d-devel
%endif
%if 0%{?mandriva_version} > 2006
BuildRequires: openmotif-devel
%endif
> openmotif exists in Mandriva 2007.1, but I didn't find it for
> 2007.0 and Fedora7.
Seems like it was dropped from Fedora and is in:
www-ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/7
> Is there a way how to push binary RPM to my build?
>
AFAIK not possible.
> I know that I can build them myself in BS, but it' s really pain.
>
> Regards Ladislav.
> -------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |