Author: qboosh Date: Sun Apr 23 20:52:34 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.3, updated pl.po patch - added fix patch (for broken m-guard), but disabled m-guard anyway (obsolete according to configure) - http plugin replaced by curl
---- Files affected: SPECS: gnupg.spec (1.105 -> 1.106) ---- Diffs: ================================================================ Index: SPECS/gnupg.spec diff -u SPECS/gnupg.spec:1.105 SPECS/gnupg.spec:1.106 --- SPECS/gnupg.spec:1.105 Fri Mar 10 23:05:43 2006 +++ SPECS/gnupg.spec Sun Apr 23 22:52:29 2006 @@ -13,17 +13,19 @@ Summary(uk): GNU Privacy Guard - ׌ĚŘÎÁ ÚÁÍŚÎÁ PGP Summary(zh_CN): GPLľÄPGPźÓĂÜłĚĐň Name: gnupg -Version: 1.4.2.2 +Version: 1.4.3 Release: 1 License: GPL Group: Applications/File Source0: ftp://ftp.gnupg.org/GnuPG/gnupg/%{name}-%{version}.tar.bz2 -# Source0-md5: c34736eb7cb687f9e5b6d4df48aaf7c8 +# Source0-md5: d237d8fe1c4afa379f56dbda0e0b40e4 Patch0: %{name}-info.patch Patch1: %{name}-pl.po-update.patch +Patch2: %{name}-fix.patch URL: http://www.gnupg.org/ BuildRequires: automake BuildRequires: bzip2-devel +BuildRequires: curl-devel BuildRequires: gettext-devel BuildRequires: libcap-devel BuildRequires: libusb-devel @@ -108,6 +110,20 @@ ÁÎŚ RSA, ÔÁË ÝĎ ÎÁ ĘĎÇĎ ÚÁÓÔĎÓŐ×ÁÎÎŃ ÎĹ ÎÁËĚÁÄÁ¤ÔŘÓŃ ÎŚŃËÉČ ĎÂÍĹÖĹÎŘ. GnuPG ׌ÄĐĎ׌ÄÁ¤ ÓĐĹĂÉĆŚËÁĂŚ§ OpenPGP (RFC2440). +%package plugin-keys_curl +Summary: GnuPG plugin for allow talk to a HTTP/FTP keyserver +Summary(pl): Wtyczka GnuPG pozwalająca komunikować się z serwerem kluczy HTTP/FTP +Group: Applications/File +Requires: %{name} = %{version}-%{release} +Obsoletes: gnupg-plugin-keys_http + +%description plugin-keys_curl +GnuPG plugin for allow talk to a HTTP(S)/FTP(S) keyserver. + +%description plugin-keys_curl -l pl +Wtyczka GnuPG pozwalająca komunikować się z serwerem kluczy +HTTP(S)/FTP(S). + %package plugin-keys_finger Summary: GnuPG plugin for allow talk to a FINGER keyserver Summary(pl): Wtyczka GnuPG pozwalająca komunikować się z serwerem kluczy FINGER @@ -132,18 +148,6 @@ %description plugin-keys_hkp -l pl Wtyczka GnuPG pozwalająca komunikować się z serwerem kluczy HKP. -%package plugin-keys_http -Summary: GnuPG plugin for allow talk to a HTTP keyserver -Summary(pl): Wtyczka GnuPG pozwalająca komunikować się z serwerem kluczy HTTP -Group: Applications/File -Requires: %{name} = %{version}-%{release} - -%description plugin-keys_http -GnuPG plugin for allow talk to a HTTP keyserver. - -%description plugin-keys_http -l pl -Wtyczka GnuPG pozwalająca komunikować się z serwerem kluczy HTTP. - %package plugin-keys_ldap Summary: GnuPG plugin for allow talk to a LDAP keyserver Summary(pl): Wtyczka GnuPG pozwalająca komunikować się z serwerem kluczy LDAP @@ -173,6 +177,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 rm -f po/stamp-po @@ -183,17 +188,11 @@ %{?with_ldap:--enable-ldap} \ %{!?with_ldap:--disable-ldap} \ --disable-m-debug \ -%ifarch sparc sparc64 --disable-m-guard \ -%else - --enable-m-guard \ -%endif --enable-mailto \ --without-included-gettext \ --with-mailprog=/usr/sbin/sendmail -# --with-libcurl -- experimental (curl for http/https/ftp/ftps), disables gpgkeys_http - %{__make} %install @@ -216,15 +215,12 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS TODO doc/{DETAILS,FAQ,OpenPGP} - %attr(755,root,root) %{_bindir}/* - %dir %{_libexecdir}/gnupg - -%{_mandir}/man?/* -%{_infodir}/*.info* %dir %{_datadir}/gnupg %{_datadir}/gnupg/options.skel +%{_mandir}/man?/* +%{_infodir}/*.info* %files plugin-keys_finger %defattr(644,root,root,755) @@ -234,9 +230,9 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libexecdir}/gnupg/gpgkeys_hkp -%files plugin-keys_http +%files plugin-keys_curl %defattr(644,root,root,755) -%attr(755,root,root) %{_libexecdir}/gnupg/gpgkeys_http +%attr(755,root,root) %{_libexecdir}/gnupg/gpgkeys_curl %if %{with ldap} %files plugin-keys_ldap @@ -254,6 +250,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.106 2006/04/23 20:52:29 qboosh +- updated to 1.4.3, updated pl.po patch +- added fix patch (for broken m-guard), but disabled m-guard anyway (obsolete + according to configure) +- http plugin replaced by curl + Revision 1.105 2006/03/10 22:05:43 qboosh - added CVE note to previous commit message, STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnupg.spec?r1=1.105&r2=1.106&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
