]> git.pld-linux.org Git - packages/qt-plugin-qca-tls.git/blob - qt-plugin-qca-tls.spec
- updated to final 1.0 version
[packages/qt-plugin-qca-tls.git] / qt-plugin-qca-tls.spec
1 %define         rname qca-tls
2 Summary:        Qt Cryptographic Architecture (QCA) SSL/TLS plugin
3 Summary(pl):    Wtyczka SSL/TLS dla Qt Cryptographic Architecture (QCA)
4 Name:           qt-plugin-qca-tls
5 Version:        1.0
6 Release:        1
7 Epoch:          1
8 License:        GPL v2
9 Group:          Libraries
10 Source0:        http://psi.affinix.com/beta/%{rname}-%{version}.tar.bz2
11 # Source0-md5:  886b1f60fc31de3b1a0bd93281e27b73
12 URL:            http://psi.affinix.com/
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  openssl-devel >= 0.9.7c
15 BuildRequires:  qt-devel >= 3.1.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _plugindir %{_libdir}/qt/plugins-mt/crypto
19
20 %description
21 A plugin to provide SSL/TLS capability to programs that utilize the Qt
22 Cryptographic Architecture (QCA).
23
24 %description -l pl
25 Wtyczka pozwalaj±ca wykorzystaæ mo¿liwo¶ci SSL/TLS w programach
26 korzystaj±cych z Qt Cryptographic Architecture (QCA).
27
28 %prep
29 %setup -qn %{rname}-%{version}
30
31 %build
32 ./configure \
33         --qtdir="%{_prefix}"
34         
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         INSTALL_ROOT=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README
49 %dir %{_plugindir}
50 %attr(755,root,root) %{_plugindir}/*.so
This page took 0.069768 seconds and 4 git commands to generate.