SPECS: gnupg2.spec - updated to 1.9.91
qboosh
qboosh at pld-linux.org
Wed Oct 4 21:14:43 CEST 2006
Author: qboosh Date: Wed Oct 4 19:14:43 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.9.91
---- Files affected:
SPECS:
gnupg2.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/gnupg2.spec
diff -u SPECS/gnupg2.spec:1.42 SPECS/gnupg2.spec:1.43
--- SPECS/gnupg2.spec:1.42 Wed Aug 16 11:16:17 2006
+++ SPECS/gnupg2.spec Wed Oct 4 21:14:38 2006
@@ -1,4 +1,7 @@
# $Revision$, $Date$
+# TODO:
+# - separate keys plugins (see gnupg.spec)
+# - update pl.po (just a note for myself --q)
#
# Conditional build:
%bcond_without pth # without pth-based based version of gnupg
@@ -6,24 +9,26 @@
Summary: GNU Privacy Guard - tool for secure communication and data storage - development version
Summary(pl): GnuPG - narzędzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozwojowa
Name: gnupg2
-Version: 1.9.22
+Version: 1.9.91
Release: 1
License: GPL
Group: Applications/File
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
-# Source0-md5: ccea28fbab26bcb01890f2687d71f900
+# Source0-md5: fb6838f6e2e26e5f00271ce588fd080b
Source1: gnupg-agent.sh
Patch0: %{name}-info.patch
Patch1: %{name}-pth.patch
URL: http://www.gnupg.org/
BuildRequires: automake
BuildRequires: bzip2-devel
+BuildRequires: curl-devel
BuildRequires: gettext-devel >= 0.14.1
-BuildRequires: libassuan-devel >= 1:0.6.10
+BuildRequires: libassuan-devel >= 1:0.9.1
BuildRequires: libgcrypt-devel >= 1.1.94
-BuildRequires: libgpg-error-devel >= 1.0
-BuildRequires: libksba-devel >= 0.9.13
+BuildRequires: libgpg-error-devel >= 1.4
+BuildRequires: libksba-devel >= 1.0.0
BuildRequires: libusb-devel
+BuildRequires: openldap-devel
BuildRequires: pcsc-lite-devel
%{?with_pth:BuildRequires: pth-devel >= 2.0.0}
BuildRequires: rpmbuild(macros) >= 1.177
@@ -55,7 +60,8 @@
Summary: GnuPG - common files
Summary(pl): GnuPG - pliki wspólne
Group: Applications/File
-Requires: libgpg-error >= 1.0
+Requires: libassuan >= 1:0.9.1
+Requires: libgpg-error >= 1.4
Conflicts: gnupg-agent < 1.9.14-2
%description common
@@ -174,6 +180,18 @@
%doc g10-ChangeLog g10/options.skel
%attr(755,root,root) %{_bindir}/gpg2
%attr(755,root,root) %{_bindir}/gpgv2
+%attr(755,root,root) %{_libexecdir}/gpg2keys_curl
+%attr(755,root,root) %{_libexecdir}/gpg2keys_finger
+%attr(755,root,root) %{_libexecdir}/gpg2keys_hkp
+%attr(755,root,root) %{_libexecdir}/gpg2keys_ldap
+%{_mandir}/man1/gpg2.1*
+%{_mandir}/man1/gpgv2.1*
+# conflicts with gnupg 1.4.x
+#%attr(755,root,root) %{_bindir}/gpg-zip
+#%attr(755,root,root) %{_bindir}/gpgsplit
+#%{_mandir}/man7/gnupg.7*
+# program not built by default
+#%{_mandir}/man1/symcryptrun.1*
%files common -f gnupg2.lang
%defattr(644,root,root,755)
@@ -183,27 +201,37 @@
%attr(755,root,root) %{_bindir}/gpgconf
%attr(755,root,root) %{_bindir}/gpgkey2ssh
%attr(755,root,root) %{_bindir}/gpgparsemail
+%attr(755,root,root) %{_bindir}/kbxutil
%attr(755,root,root) %{_bindir}/watchgnupg
%attr(755,root,root) %{_sbindir}/addgnupghome
-%attr(755,root,root) %{_bindir}/kbxutil
+%dir %{_libexecdir}
%{_datadir}/gnupg
-%{_infodir}/*info*
+%{_mandir}/man1/gpg-connect-agent.1*
+%{_mandir}/man1/gpgconf.1*
+%{_mandir}/man1/gpgparsemail.1*
+%{_mandir}/man1/watchgnupg.1*
+%{_mandir}/man8/addgnupghome.8*
+%{_infodir}/*.info*
%files -n gnupg-smime
%defattr(644,root,root,755)
%doc sm-ChangeLog
%attr(755,root,root) %{_bindir}/gpgsm
%attr(755,root,root) %{_bindir}/gpgsm-gencert.sh
+%{_mandir}/man1/gpgsm.1*
+%{_mandir}/man1/gpgsm-gencert.sh.1*
%files -n gnupg-agent
%defattr(644,root,root,755)
%doc agent-ChangeLog scd-ChangeLog
%attr(755,root,root) %{_bindir}/gpg-agent
%attr(755,root,root) %{_bindir}/scdaemon
-%dir %{_libexecdir}
%attr(755,root,root) %{_libexecdir}/gpg-protect-tool
%attr(755,root,root) %{_libexecdir}/gpg-preset-passphrase
%attr(755,root,root) %{_libexecdir}/pcsc-wrapper
+%{_mandir}/man1/gpg-agent.1*
+%{_mandir}/man1/gpg-preset-passphrase.1*
+%{_mandir}/man1/scdaemon.1*
%files -n gnupg-agent-profile_d
%defattr(644,root,root,755)
@@ -219,6 +247,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2006/10/04 19:14:38 qboosh
+- updated to 1.9.91
+
Revision 1.42 2006/08/16 09:16:17 qboosh
- updated to 1.9.22, compatible with gcc 3.x again
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gnupg2.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list