]> git.pld-linux.org Git - packages/dirmngr.git/blob - dirmngr.spec
- updated to 0.5.1, removed obsolete db4 patch (cut-down tinycdb is used now)
[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.5.1
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        ftp://ftp.gnupg.org/gcrypt/alpha/dirmngr/%{name}-%{version}.tar.gz
9 # Source0-md5:  cc99f7cdb90c8e4d32cac395ac0984af
10 Patch0:         %{name}-info.patch
11 BuildRequires:  libassuan-devel >= 0.6.2
12 BuildRequires:  libgcrypt-devel >= 1.1.90
13 BuildRequires:  libgpg-error >= 0.6
14 BuildRequires:  libksba-devel >= 0.9.1
15 BuildRequires:  openldap-devel
16 BuildRequires:  texinfo
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 DirMngr is a client for managing and downloading certificate
21 revocation lists (CRLs) for X509 certificates and for downloading the
22 certificates themselves. DirMngr is usually invoked by gpgsm and in
23 general not used directly.
24
25 %description -l pl
26 DirMngr to klient do zarz±dzania i pobierania list anuluj±cych
27 certyfikaty (CRLs - certificate revocation lists) dla certyfikatów
28 X509 oraz do pobierania samych certyfikatów. DirMngr jest zwykle
29 wywo³ywany przez gpgsm i nie u¿ywany bezpo¶rednio.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %post
49 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
50
51 %postun
52 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
53
54 %files
55 %defattr(644,root,root,755)
56 %doc ChangeLog NEWS README*
57 %attr(755,root,root) %{_bindir}/dirmngr
58 %{_infodir}/dirmngr.info*
This page took 0.081227 seconds and 3 git commands to generate.