|
Lines 6-11
Link Here
|
| 6 |
Release: alt1.1 |
6 |
Release: alt1.1 |
| 7 |
Source: qca-%version.tar.bz2 |
7 |
Source: qca-%version.tar.bz2 |
| 8 |
|
8 |
|
|
|
9 |
BuildPreReq: sed |
| 9 |
# Automatically added by buildreq on Mon Dec 13 2004 |
10 |
# Automatically added by buildreq on Mon Dec 13 2004 |
| 10 |
BuildRequires: gcc-c++ libqt3-devel libstdc++-devel xorg-x11-devel xorg-x11-libs |
11 |
BuildRequires: gcc-c++ libqt3-devel libstdc++-devel xorg-x11-devel xorg-x11-libs |
| 11 |
|
12 |
|
|
Lines 58-66
Link Here
|
| 58 |
|
59 |
|
| 59 |
%build |
60 |
%build |
| 60 |
QTDIR=%_libdir/qt3 |
61 |
QTDIR=%_libdir/qt3 |
|
|
62 |
%ifarch x86_64 |
| 63 |
QMAKESPEC="linux-g++-64" |
| 64 |
%else |
| 61 |
QMAKESPEC="linux-g++" |
65 |
QMAKESPEC="linux-g++" |
|
|
66 |
%endif |
| 62 |
export QTDIR QMAKESPEC |
67 |
export QTDIR QMAKESPEC |
| 63 |
./configure --prefix=%buildroot%prefix |
68 |
./configure --prefix=%buildroot%prefix |
|
|
69 |
|
| 70 |
subst "s@/usr/lib/@%_libdir/@g" Makefile |
| 71 |
|
| 64 |
%make |
72 |
%make |
| 65 |
|
73 |
|
| 66 |
%install |
74 |
%install |