Mailinglist Archive: opensuse-bugs (5236 mails)
| < Previous | Next > |
[Bug 613965] Specfile rewrite breaking marcros
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 14 Jun 2010 12:53:55 +0000
- Message-id: <20100614125355.9FB0FCC7CE@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=613965
http://bugzilla.novell.com/show_bug.cgi?id=613965#c5
Adrian Schröter <adrian@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WONTFIX
--- Comment #5 from Adrian Schröter <adrian@xxxxxxxxxx> 2010-06-14 12:53:55 UTC
---
Requires are also BuildRequires. If you buildrequire "qt-devel" it is important
also to install "x11-devel" which is required by qt-devel for example.
All what you can do here is
%if %my_macro
BuildRequire: perl(:WITH_THREADS)
%else
BuildRequire: perl(:WITHOUT_THREADS)
%fi
and control it via %my_macro in prjconf.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=613965#c5
Adrian Schröter <adrian@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WONTFIX
--- Comment #5 from Adrian Schröter <adrian@xxxxxxxxxx> 2010-06-14 12:53:55 UTC
---
Requires are also BuildRequires. If you buildrequire "qt-devel" it is important
also to install "x11-devel" which is required by qt-devel for example.
All what you can do here is
%if %my_macro
BuildRequire: perl(:WITH_THREADS)
%else
BuildRequire: perl(:WITHOUT_THREADS)
%fi
and control it via %my_macro in prjconf.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |