Mailinglist Archive: opensuse-packaging (57 mails)
| < Previous | Next > |
Re: [opensuse-packaging] buildrequires problem
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Wed, 2 Aug 2006 12:41:05 +0200
- Message-id: <20060802104105.GA7003@xxxxxxx>
On Wed, Aug 02, 2006 at 09:42:45AM +0200, Klaas Freitag wrote:
> sorry for the probably dumb question but I do not get it:
> I want to build a qt4 package for SuLi10.0 and SuLi10.1 and
> factory.
>
> How do I have to write the buildrequires line that it works for
> all?
>
> The line I have atm is
> BuildRequires: qt-devel update-desktop-files gcc-c++ xorg-x11-devel
> but that does not work for all.
I think this is a packaging bug in qt-devel on SL10.1. The package
in Factory has some added Requires for the devel package:
Requires: pkgconfig freetype2-devel libmng-devel libpng-devel
I don't know what's wrong in SL10.0
> What about Fedora?
Dunno, just give it a try.
> Any hints? Do we have documentation about that somewhere?
I don't know of any documentation about qt4 on different distributions.
If everything else fails, you'll have to resort to some %if rpm
trickery.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging-help@xxxxxxxxxxxx
> sorry for the probably dumb question but I do not get it:
> I want to build a qt4 package for SuLi10.0 and SuLi10.1 and
> factory.
>
> How do I have to write the buildrequires line that it works for
> all?
>
> The line I have atm is
> BuildRequires: qt-devel update-desktop-files gcc-c++ xorg-x11-devel
> but that does not work for all.
I think this is a packaging bug in qt-devel on SL10.1. The package
in Factory has some added Requires for the devel package:
Requires: pkgconfig freetype2-devel libmng-devel libpng-devel
I don't know what's wrong in SL10.0
> What about Fedora?
Dunno, just give it a try.
> Any hints? Do we have documentation about that somewhere?
I don't know of any documentation about qt4 on different distributions.
If everything else fails, you'll have to resort to some %if rpm
trickery.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-packaging-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging-help@xxxxxxxxxxxx
| < Previous | Next > |