]> git.pld-linux.org Git - packages/dirmngr.git/blob - dirmngr.spec
- updated to 0.9.2
[packages/dirmngr.git] / dirmngr.spec
1 Summary:        X509/LDAP certificate and revocation list client
2 Summary(pl):    Klient certyfikatów i list anuluj±cych X509/LDAP
3 Name:           dirmngr
4 Version:        0.9.2
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        ftp://ftp.gnupg.org/gcrypt/alpha/dirmngr/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d29eaca5a9f9556552519ab907e77126
10 Patch0:         %{name}-info.patch
11 BuildRequires:  automake
12 BuildRequires:  libassuan-devel >= 1:0.6.8
13 BuildRequires:  libgcrypt-devel >= 1.1.94
14 BuildRequires:  libgpg-error-devel >= 0.7
15 BuildRequires:  libksba-devel >= 0.9.11
16 BuildRequires:  openldap-devel
17 BuildRequires:  pth-devel >= 1.3.7
18 BuildRequires:  texinfo
19 Requires:       libassuan >= 1:0.6.8
20 Requires:       libgpg-error >= 0.7
21 Requires:       libksba >= 0.9.11
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 DirMngr is a client for managing and downloading certificate
26 revocation lists (CRLs) for X509 certificates and for downloading the
27 certificates themselves. DirMngr is usually invoked by gpgsm and in
28 general not used directly.
29
30 %description -l pl
31 DirMngr to klient do zarz±dzania i pobierania list anuluj±cych
32 certyfikaty (CRLs - certificate revocation lists) dla certyfikatów
33 X509 oraz do pobierania samych certyfikatów. DirMngr jest zwykle
34 wywo³ywany przez gpgsm i nie u¿ywany bezpo¶rednio.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 %build
41 cp -f /usr/share/automake/config.* .
42 %configure \
43         --with-ldap=/usr
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %post
58 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
59
60 %postun
61 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc ChangeLog NEWS README*
66 %attr(755,root,root) %{_bindir}/dirmngr
67 %attr(755,root,root) %{_bindir}/dirmngr-client
68 %attr(755,root,root) %{_libexecdir}/dirmngr_ldap
69 %{_infodir}/dirmngr.info*
This page took 0.186527 seconds and 3 git commands to generate.