]> git.pld-linux.org Git - packages/qt-plugin-qca-tls.git/blobdiff - qt-plugin-qca-tls.spec
- new standalone library and plugin releases
[packages/qt-plugin-qca-tls.git] / qt-plugin-qca-tls.spec
index c000491c46ef121faf08642a10fbf73a87f14cb1..eb9dc8f25ccdc062d5137fb48d413041f3983f46 100644 (file)
@@ -1,15 +1,16 @@
+%define                rname qca-tls
+#
 Summary:       Qt Cryptographic Architecture (QCA) SSL/TLS plugin
 Summary(pl):   Wtyczka SSL/TLS dla Qt Cryptographic Architecture (QCA)
-Name:          qt-plugin-qca-tls
+Name:          qt-plugin-%{rname}
 Version:       1.0
-Release:       2
+Release:       3
 Epoch:         1
 License:       LGPL v2.1
 Group:         Libraries
-%define                rname   qca-tls
-Source0:       http://psi.affinix.com/beta/%{rname}-%{version}.tar.bz2
+Source0:       http://delta.affinix.com/qca/%{rname}-1.0.tar.bz2
 # Source0-md5: 886b1f60fc31de3b1a0bd93281e27b73
-URL:           http://psi.affinix.com/
+URL:           http://delta.affinix.com/qca/
 BuildRequires: libstdc++-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: qt-devel >= 3.1.2
@@ -29,8 +30,14 @@ korzystaj
 %setup -qn %{rname}-%{version}
 
 %build
-./configure \
-       --qtdir="%{_prefix}"
+export QTDIR=%{_prefix}
+./configure
+
+qmake %{rname}.pro \
+       QMAKE_CXX="%{__cxx}" \
+       QMAKE_LINK="%{__cxx}" \
+       QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
+       QMAKE_RPATH=
 
 %{__make}
 
This page took 0.048353 seconds and 4 git commands to generate.