]> git.pld-linux.org Git - packages/dirmngr.git/blame_incremental - dirmngr.spec
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
[packages/dirmngr.git] / dirmngr.spec
... / ...
CommitLineData
1Summary: X509/LDAP certificate and revocation list client
2Summary(pl.UTF-8): Klient certyfikatów i list anulujących X509/LDAP
3Name: dirmngr
4Version: 1.0.1
5Release: 2
6License: GPL v2+
7Group: Applications
8Source0: ftp://ftp.gnupg.org/gcrypt/dirmngr/%{name}-%{version}.tar.bz2
9# Source0-md5: 3b969ee763fa9160319abe3f24b5959d
10Patch0: %{name}-info.patch
11URL: http://www.gnupg.org/documentation/manuals/dirmngr/
12BuildRequires: automake
13BuildRequires: libassuan-devel >= 1:0.9.3
14BuildRequires: libgcrypt-devel >= 1.2.0
15BuildRequires: libgpg-error-devel >= 1.4
16BuildRequires: libksba-devel >= 1.0.0
17BuildRequires: openldap-devel >= 2.4.6
18BuildRequires: pth-devel >= 1.3.7
19BuildRequires: texinfo
20Requires: libassuan >= 1:0.9.3
21Requires: libgcrypt >= 1.2.0
22Requires: libgpg-error >= 1.4
23Requires: libksba >= 1.0.0
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
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.
37
38%prep
39%setup -q
40%patch0 -p1
41
42%build
43cp -f /usr/share/automake/config.* .
44%configure \
45 --with-ldap=/usr
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%find_lang %{name}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post -p /sbin/postshell
60-/usr/sbin/fix-info-dir -c %{_infodir}
61
62%postun -p /sbin/postshell
63-/usr/sbin/fix-info-dir -c %{_infodir}
64
65%files -f %{name}.lang
66%defattr(644,root,root,755)
67%doc ChangeLog NEWS README*
68%attr(755,root,root) %{_bindir}/dirmngr
69%attr(755,root,root) %{_bindir}/dirmngr-client
70%attr(755,root,root) %{_libexecdir}/dirmngr_ldap
71%{_infodir}/dirmngr.info*
72%{_mandir}/man1/dirmngr.1*
73%{_mandir}/man1/dirmngr-client.1*
This page took 0.071435 seconds and 4 git commands to generate.