]> git.pld-linux.org Git - packages/qt-plugin-qca-tls.git/blob - qt-plugin-qca-tls.spec
- s/crypt/crypto
[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:        20031209
6 Release:        0.1
7 License:        GPL v2
8 Group:          Libraries
9 Source0:        http://psi.affinix.com/beta/%{rname}-%{version}.tar.bz2
10 # Source0-md5:  4ae8b30955414acff9a1821e20098e6e
11 Patch0:         %{name}-install_path.patch
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 %patch0 -p1
31
32 %build
33 ./configure \
34         --qtdir="%{_prefix}"
35         
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         INSTALL_ROOT=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc README
50 %dir %{_plugindir}
51 %attr(755,root,root) %{_plugindir}/*.so
This page took 0.097159 seconds and 4 git commands to generate.