Mailinglist Archive: opensuse-buildservice (269 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] phonon, standard
- From: Michal Marek <mmarek@xxxxxxx>
- Date: Tue, 02 Sep 2008 11:33:25 +0200
- Message-id: <48BD0865.6020904@xxxxxxx>
Peter Czanik wrote:
%requires_ge is new in Factory rpm, defined in /usr/lib/rpm/macros. If
you need it for 11.0, you can add a package to your project that defines
that macro in a file /etc/rpm/macros.*, or run 'osc meta prjconf <your
project> and add
Macros:
%requires_ge ...
to the project configuration.
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Hello,
I'm building KDE 4.1 on a local PPC BS right now. Here are some problems
I ran into:
- 'phonon' does not build, I get:
"
[...]
-----------------------------------------------------------------
----- building phonon.spec (user abuild)
-----------------------------------------------------------------
-----------------------------------------------------------------
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)'
/usr/src/packages/SOURCES/phonon.spec
error: line 27: Unknown tag: %requires_ge libqt4
"
Why does it build in the openSUSE BS, and why not locally? I use
openSUSE 11.0 PPC with obs-server-1.1.0.4791M-2.1
- I followed instructions from
http://en.opensuse.org/Build_Service/Build_Service_Installation_Tutorial/openSUSE_10.3#Setup_Initial_Distributions
to import openSUSE 11.0.
%requires_ge is new in Factory rpm, defined in /usr/lib/rpm/macros. If
you need it for 11.0, you can add a package to your project that defines
that macro in a file /etc/rpm/macros.*, or run 'osc meta prjconf <your
project> and add
Macros:
%requires_ge ...
to the project configuration.
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |