From: Paweł Gołaszewski Date: Mon, 2 Sep 2002 13:12:48 +0000 (+0000) Subject: - make hack by mateusz@ant.gliwice.pl X-Git-Tag: boson-0_6_1-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fboson.git;a=commitdiff_plain;h=55808fcc46b1a8954fab36865a85161b08229ee5 - make hack by mateusz@ant.gliwice.pl Changed files: boson.spec -> 1.27 --- diff --git a/boson.spec b/boson.spec index f033feb..a0a67b5 100644 --- a/boson.spec +++ b/boson.spec @@ -9,7 +9,7 @@ Source0: http://telia.dl.sourceforge.net/sourceforge/boson/%{name}-all-%{version Icon: boson.xpm URL: http://boson.sourceforge.net/ BuildRequires: arts-devel -BuildRequires: kdegames-devel +BuildRequires: kdegames-devel >= 3.0.3 BuildRequires: kdelibs-devel >= 3.0.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -47,7 +47,14 @@ kde_icondir=%{_pixmapsdir}; export kde_icondir kde_htmldir=%{_htmldir}; export kde_htmldir %configure \ --with-install-root=%{buildroot} -%{__make} CXXFLAGS="-DQT_NO_STL" + +# %{__make} Fails becuse after including many QT headers gcc is unable to find :/ +mv map map.foo +cd boson +%{__make} +cd .. +mv map.foo map +%{__make} %install rm -rf $RPM_BUILD_ROOT