View | Details | Raw Unified | Return to bug 8946
Collapse All | Expand All

(-)libqca-1.0~/libqca.spec (-6 / +11 lines)
Lines 3-9 Copyright: GPL Link Here
3
Group:		Networking/Instant messaging
3
Group:		Networking/Instant messaging
4
Summary:	QCA - Qt Cryptographic Architecture
4
Summary:	QCA - Qt Cryptographic Architecture
5
Version:	1.0
5
Version:	1.0
6
Release:	alt2
6
Release:	alt2.1
7
Source:		qca-%version.tar.bz2
7
Source:		qca-%version.tar.bz2
8
8
9
# Automatically added by buildreq on Mon Dec 13 2004
9
# Automatically added by buildreq on Mon Dec 13 2004
Lines 54-70 SASL, RSA, Hashing (SHA1, MD5), Ciphers Link Here
54
ÐÒÉÌÏÖÅÎÉÊ, ÉÓÐÏÌØÚÕÀÝÉÈ QCA.
54
ÐÒÉÌÏÖÅÎÉÊ, ÉÓÐÏÌØÚÕÀÝÉÈ QCA.
55
55
56
%prep
56
%prep
57
%setup -n qca-%version
57
%setup -q -n qca-%version
58
%ifarch x86_64
59
sed -i 's|\s*target.path\s*=.*|target.path=$PREFIX/%_lib|' qcextra
60
%endif
61
58
62
59
%build
63
%build
60
#QTDIR=%_libdir/qt3
64
export QTDIR=%_qt3dir QMAKESPEC="default"
61
#QMAKESPEC="linux-g++"
62
#export QTDIR QMAKESPEC
63
./configure --prefix=%buildroot%prefix
65
./configure --prefix=%buildroot%prefix
64
%make
66
%make
65
67
66
%install
68
%install
67
make install
69
%make install INSTALL_ROOT=%buildroot
68
70
69
%files
71
%files
70
%_libdir/*
72
%_libdir/*
Lines 74-79 make install Link Here
74
%_includedir/*
76
%_includedir/*
75
77
76
%changelog
78
%changelog
79
* Fri Jan 27 2006 Sergey V Turchin <zerg at altlinux dot org> 1.0-alt2.1
80
- fix to build on x86_64
81
77
* Sun Dec 18 2005 Mikhail Yakshin <greycat@altlinux.org> 1.0-alt2
82
* Sun Dec 18 2005 Mikhail Yakshin <greycat@altlinux.org> 1.0-alt2
78
- Fixed x86_64 build problem
83
- Fixed x86_64 build problem
79
84

Return to bug 8946