]> git.pld-linux.org Git - packages/dirmngr.git/blame - dirmngr.spec
- updated openldap BR/R to 2.4.6
[packages/dirmngr.git] / dirmngr.spec
CommitLineData
6030f84e 1Summary: X509/LDAP certificate and revocation list client
0e664206 2Summary(pl.UTF-8): Klient certyfikatów i list anulujących X509/LDAP
6030f84e 3Name: dirmngr
3cf8b18a 4Version: 1.0.1
77f1e499 5Release: 1
3cf8b18a 6License: GPL v2+
6030f84e 7Group: Applications
063d2584 8Source0: ftp://ftp.gnupg.org/gcrypt/dirmngr/%{name}-%{version}.tar.bz2
3cf8b18a 9# Source0-md5: 3b969ee763fa9160319abe3f24b5959d
846686ef 10Patch0: %{name}-info.patch
3cf8b18a 11URL: http://www.gnupg.org/documentation/manuals/dirmngr/
f84a0c6a 12BuildRequires: automake
a7472fbc 13BuildRequires: libassuan-devel >= 1:0.9.3
5a1984da 14BuildRequires: libgcrypt-devel >= 1.2.0
a7472fbc 15BuildRequires: libgpg-error-devel >= 1.4
5a1984da 16BuildRequires: libksba-devel >= 1.0.0
29d225dd 17BuildRequires: openldap-devel >= 2.4.6
ee66b3b1 18BuildRequires: pth-devel >= 1.3.7
6030f84e 19BuildRequires: texinfo
a7472fbc 20Requires: libassuan >= 1:0.9.3
5a1984da 21Requires: libgcrypt >= 1.2.0
a7472fbc 22Requires: libgpg-error >= 1.4
5a1984da 23Requires: libksba >= 1.0.0
6030f84e
JB
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27DirMngr is a client for managing and downloading certificate
28revocation lists (CRLs) for X509 certificates and for downloading the
29certificates themselves. DirMngr is usually invoked by gpgsm and in
30general not used directly.
31
e852aaee
JR
32%description -l pl.UTF-8
33DirMngr to klient do zarządzania i pobierania list anulujących
34certyfikaty (CRLs - certificate revocation lists) dla certyfikatów
35X509 oraz do pobierania samych certyfikatów. DirMngr jest zwykle
36wywoływany przez gpgsm i nie używany bezpośrednio.
6030f84e
JB
37
38%prep
39%setup -q
40%patch0 -p1
6030f84e
JB
41
42%build
f84a0c6a 43cp -f /usr/share/automake/config.* .
49e6ecf3
JB
44%configure \
45 --with-ldap=/usr
6030f84e
JB
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
376f2525
JB
54%find_lang %{name}
55
6030f84e
JB
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post
60[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
61
62%postun
63[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
64
376f2525 65%files -f %{name}.lang
6030f84e
JB
66%defattr(644,root,root,755)
67%doc ChangeLog NEWS README*
68%attr(755,root,root) %{_bindir}/dirmngr
ee66b3b1
JB
69%attr(755,root,root) %{_bindir}/dirmngr-client
70%attr(755,root,root) %{_libexecdir}/dirmngr_ldap
6030f84e 71%{_infodir}/dirmngr.info*
f6c31e0f
JB
72%{_mandir}/man1/dirmngr.1*
73%{_mandir}/man1/dirmngr-client.1*
This page took 0.060554 seconds and 4 git commands to generate.