]> 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 5ddbfd2a2f21ac131f4a0236b872248c0e96d699..984ec051f583f5bb556f38e674187c434652a3ac 100644 (file)
@@ -1,20 +1,21 @@
-%define                rname qca-tls
-#
+%define                realname qca-tls
 Summary:       Qt Cryptographic Architecture (QCA) SSL/TLS plugin
-Summary(pl):   Wtyczka SSL/TLS dla Qt Cryptographic Architecture (QCA)
-Name:          qt-plugin-%{rname}
+Summary(pl.UTF-8):     Wtyczka SSL/TLS dla Qt Cryptographic Architecture (QCA)
+Name:          qt-plugin-%{realname}
 Version:       1.0
-Release:       3
+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
@@ -23,18 +24,20 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 A plugin to provide SSL/TLS capability to programs that utilize the Qt
 Cryptographic Architecture (QCA).
 
-%description -l pl
-Wtyczka pozwalaj±ca wykorzystaæ mo¿liwo¶ci SSL/TLS w programach
-korzystaj±cych z Qt Cryptographic Architecture (QCA).
+%description -l pl.UTF-8
+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.031965 seconds and 4 git commands to generate.