]> git.pld-linux.org Git - packages/qt-plugin-qca-tls.git/blame - qt-plugin-qca-tls.spec
- release 8
[packages/qt-plugin-qca-tls.git] / qt-plugin-qca-tls.spec
CommitLineData
5711d2aa 1%define rname qca-tls
2#
b00471e8 3Summary: Qt Cryptographic Architecture (QCA) SSL/TLS plugin
bde619a0 4Summary(pl.UTF-8): Wtyczka SSL/TLS dla Qt Cryptographic Architecture (QCA)
5711d2aa 5Name: qt-plugin-%{rname}
ac0587cf 6Version: 1.0
183201ee 7Release: 8
ac0587cf 8Epoch: 1
5f647247 9License: LGPL v2.1
b00471e8 10Group: Libraries
5711d2aa 11Source0: http://delta.affinix.com/qca/%{rname}-1.0.tar.bz2
ac0587cf 12# Source0-md5: 886b1f60fc31de3b1a0bd93281e27b73
9c2bb547 13Patch0: %{name}-openssl9x.patch
5711d2aa 14URL: http://delta.affinix.com/qca/
b00471e8 15BuildRequires: libstdc++-devel
f70b3e99 16BuildRequires: openssl-devel >= 0.9.7d
f77276af 17BuildRequires: qmake
2c5f716a 18BuildRequires: qt-devel >= 6:3.1.2
b00471e8 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
e9183cb2 21%define _plugindir %{_libdir}/qt/plugins-mt/crypto
b00471e8 22
23%description
24A plugin to provide SSL/TLS capability to programs that utilize the Qt
25Cryptographic Architecture (QCA).
26
01ad40c5
JR
27%description -l pl.UTF-8
28Wtyczka pozwalająca wykorzystać możliwości SSL/TLS w programach
29korzystających z Qt Cryptographic Architecture (QCA).
b00471e8 30
31%prep
32%setup -qn %{rname}-%{version}
9c2bb547 33%patch0 -p1
b00471e8 34
35%build
5711d2aa 36export QTDIR=%{_prefix}
37./configure
38
39qmake %{rname}.pro \
40 QMAKE_CXX="%{__cxx}" \
41 QMAKE_LINK="%{__cxx}" \
42 QMAKE_CXXFLAGS_RELEASE="%{rpmcflags}" \
43 QMAKE_RPATH=
5f647247 44
b00471e8 45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 INSTALL_ROOT=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc README
b00471e8 59%attr(755,root,root) %{_plugindir}/*.so
This page took 0.055227 seconds and 4 git commands to generate.