]> git.pld-linux.org Git - packages/qt-plugin-qca-tls.git/blobdiff - qt-plugin-qca-tls.spec
- rebuild for x32
[packages/qt-plugin-qca-tls.git] / qt-plugin-qca-tls.spec
index 973cb70a5ff5b900f85520c0cd9b5252b6c24e78..984ec051f583f5bb556f38e674187c434652a3ac 100644 (file)
@@ -1,21 +1,21 @@
-%define                rname qca-tls
-#
+%define                realname qca-tls
 Summary:       Qt Cryptographic Architecture (QCA) SSL/TLS plugin
 Summary(pl.UTF-8):     Wtyczka SSL/TLS dla Qt Cryptographic Architecture (QCA)
-Name:          qt-plugin-%{rname}
+Name:          qt-plugin-%{realname}
 Version:       1.0
-Release:       4
+Release:       14
 Epoch:         1
 License:       LGPL v2.1
 Group:         Libraries
-Source0:       http://delta.affinix.com/qca/%{rname}-1.0.tar.bz2
+Source0:       http://delta.affinix.com/qca/%{realname}-%{version}.tar.bz2
 # Source0-md5: 886b1f60fc31de3b1a0bd93281e27b73
 Patch0:                %{name}-openssl9x.patch
+Patch1:                openssl.patch
 URL:           http://delta.affinix.com/qca/
 BuildRequires: libstdc++-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: qmake
-BuildRequires: qt-devel >= 3.1.2
+BuildRequires: qt-devel >= 6:3.1.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _plugindir %{_libdir}/qt/plugins-mt/crypto
@@ -29,14 +29,15 @@ Wtyczka pozwalająca wykorzystać możliwości SSL/TLS w programach
 korzystających z Qt Cryptographic Architecture (QCA).
 
 %prep
-%setup -qn %{rname}-%{version}
+%setup -qn %{realname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 export QTDIR=%{_prefix}
 ./configure
 
-qmake %{rname}.pro \
+qmake %{realname}.pro \
        QMAKE_CXX="%{__cxx}" \
        QMAKE_LINK="%{__cxx}" \
        QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
This page took 0.03992 seconds and 4 git commands to generate.