|
Lines 1-12
Link Here
|
| 1 |
Name: gnupg |
1 |
Name: gnupg |
| 2 |
Version: 1.2.4 |
2 |
Version: 1.2.4 |
| 3 |
Release: alt2 |
3 |
Release: alt3 |
| 4 |
|
4 |
|
| 5 |
Summary: The GNU Privacy Guard |
5 |
Summary: The GNU Privacy Guard |
| 6 |
License: GPL |
6 |
License: GPL |
| 7 |
Group: File tools |
7 |
Group: File tools |
| 8 |
Url: http://www.gnupg.org/ |
8 |
Url: http://www.gnupg.org/ |
| 9 |
|
9 |
|
|
|
10 |
%def_with ldap |
| 11 |
|
| 10 |
Source: ftp://ftp.gnupg.org/GnuPG/%name/%name-%version.tar.bz2 |
12 |
Source: ftp://ftp.gnupg.org/GnuPG/%name/%name-%version.tar.bz2 |
| 11 |
Source1: pgp2gnupg.html |
13 |
Source1: pgp2gnupg.html |
| 12 |
|
14 |
|
|
Lines 23-34
Link Here
|
| 23 |
Requires(post): %install_info |
25 |
Requires(post): %install_info |
| 24 |
Requires(preun): %uninstall_info |
26 |
Requires(preun): %uninstall_info |
| 25 |
|
27 |
|
| 26 |
BuildPreReq: bzlib-devel cvs docbook-utils libldap-devel zlib-devel |
28 |
BuildPreReq: bzlib-devel cvs docbook-utils zlib-devel |
|
|
29 |
|
| 30 |
%if_with ldap |
| 31 |
BuildPreReq: libldap-devel |
| 27 |
|
32 |
|
| 28 |
%package ldap |
33 |
%package ldap |
| 29 |
Group: File tools |
34 |
Group: File tools |
| 30 |
Summary: The LDAP keyserver interface for the GNU Privacy Guard |
35 |
Summary: The LDAP keyserver interface for the GNU Privacy Guard |
| 31 |
Requires: %name = %version-%release |
36 |
Requires: %name = %version-%release |
|
|
37 |
%endif |
| 32 |
|
38 |
|
| 33 |
%description |
39 |
%description |
| 34 |
GnuPG is GNU's tool for secure communication and data storage. |
40 |
GnuPG is GNU's tool for secure communication and data storage. |
|
Lines 47-55
Link Here
|
| 47 |
Symmetric algorithms are: AES, 3DES, Blowfish, CAST5 and Twofish. |
53 |
Symmetric algorithms are: AES, 3DES, Blowfish, CAST5 and Twofish. |
| 48 |
Digest algorithms available are MD5, RIPEMD160 and SHA1. |
54 |
Digest algorithms available are MD5, RIPEMD160 and SHA1. |
| 49 |
|
55 |
|
|
|
56 |
%if_with ldap |
| 50 |
%description ldap |
57 |
%description ldap |
| 51 |
This package contains the LDAP keyserver interface |
58 |
This package contains the LDAP keyserver interface |
| 52 |
for the GNU Privacy Guard. |
59 |
for the GNU Privacy Guard. |
|
|
60 |
%endif |
| 53 |
|
61 |
|
| 54 |
%prep |
62 |
%prep |
| 55 |
%setup -q |
63 |
%setup -q |
|
Lines 96-102
Link Here
|
| 96 |
%files -f %name.lang |
104 |
%files -f %name.lang |
| 97 |
%_bindir/* |
105 |
%_bindir/* |
| 98 |
%_libexecdir/%name |
106 |
%_libexecdir/%name |
|
|
107 |
%if_with ldap |
| 99 |
%exclude %_libexecdir/%name/*ldap* |
108 |
%exclude %_libexecdir/%name/*ldap* |
|
|
109 |
%endif |
| 100 |
%dir %_sysconfdir/%name |
110 |
%dir %_sysconfdir/%name |
| 101 |
%config(noreplace) %_sysconfdir/%name/options.skel |
111 |
%config(noreplace) %_sysconfdir/%name/options.skel |
| 102 |
%_infodir/*.info* |
112 |
%_infodir/*.info* |
|
Lines 105-115
Link Here
|
| 105 |
%doc doc/{DETAILS,FAQ,HACKING,OpenPGP,*.html,samplekeys.asc} |
115 |
%doc doc/{DETAILS,FAQ,HACKING,OpenPGP,*.html,samplekeys.asc} |
| 106 |
%doc tools/convert-from-106 |
116 |
%doc tools/convert-from-106 |
| 107 |
|
117 |
|
|
|
118 |
%if_with ldap |
| 108 |
%files ldap |
119 |
%files ldap |
| 109 |
%dir %_libexecdir/%name |
120 |
%dir %_libexecdir/%name |
| 110 |
%_libexecdir/%name/*ldap* |
121 |
%_libexecdir/%name/*ldap* |
|
|
122 |
%endif |
| 111 |
|
123 |
|
| 112 |
%changelog |
124 |
%changelog |
|
|
125 |
* Mon Jul 26 2004 Kachalov Anton <mouse@altlinux.ru> 1.2.4-alt3 |
| 126 |
- Configuring GnuPG with ot without LDAP keyserver interface |
| 127 |
|
| 113 |
* Fri Feb 27 2004 Dmitry V. Levin <ldv@altlinux.org> 1.2.4-alt2 |
128 |
* Fri Feb 27 2004 Dmitry V. Levin <ldv@altlinux.org> 1.2.4-alt2 |
| 114 |
- Fixed build with fresh autotools. |
129 |
- Fixed build with fresh autotools. |
| 115 |
|
130 |
|