Author: qboosh Date: Thu May 29 20:46:42 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.4.9 (fixes CVE-2008-1530) - updated pl.po-update patch - move ru gpg(1) man to proper place
---- Files affected: SPECS: gnupg.spec (1.127 -> 1.128) ---- Diffs: ================================================================ Index: SPECS/gnupg.spec diff -u SPECS/gnupg.spec:1.127 SPECS/gnupg.spec:1.128 --- SPECS/gnupg.spec:1.127 Thu Feb 28 00:31:18 2008 +++ SPECS/gnupg.spec Thu May 29 22:46:37 2008 @@ -13,12 +13,12 @@ Summary(uk.UTF-8): GNU Privacy Guard - вільна заміна PGP Summary(zh_CN.UTF-8): GPL的PGP加密程序 Name: gnupg -Version: 1.4.8 -Release: 3 +Version: 1.4.9 +Release: 1 License: GPL v3+ Group: Applications/File Source0: ftp://ftp.gnupg.org/GnuPG/gnupg/%{name}-%{version}.tar.bz2 -# Source0-md5: e5be39ea81bb07de006e7dd44439cb76 +# Source0-md5: cc52393087480ac8d245625004a6a30c Patch0: %{name}-info.patch Patch1: %{name}-pl.po-update.patch Patch2: %{name}-fix.patch @@ -203,6 +203,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_mandir}/ru/man1 +mv -f $RPM_BUILD_ROOT%{_mandir}/man1/gpg.ru.1 $RPM_BUILD_ROOT%{_mandir}/ru/man1/gpg.1 + %find_lang %{name} rm -f $RPM_BUILD_ROOT{%{_datadir}/gnupg/{FAQ,faq.html},%{_infodir}/dir} @@ -210,21 +213,27 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/postshell +%post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun -p /sbin/postshell +%postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %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}/* +%attr(755,root,root) %{_bindir}/gpg +%attr(755,root,root) %{_bindir}/gpg-zip +%attr(755,root,root) %{_bindir}/gpgsplit +%attr(755,root,root) %{_bindir}/gpgv %dir %{_libexecdir}/gnupg %dir %{_datadir}/gnupg %{_datadir}/gnupg/options.skel -%{_mandir}/man?/* -%{_infodir}/*.info* +%{_mandir}/man1/gpg.1* +%{_mandir}/man1/gpgv.1* +%{_mandir}/man7/gnupg.7* +%lang(ru) %{_mandir}/ru/man1/gpg.1* +%{_infodir}/gnupg1.info* %files plugin-keys_finger %defattr(644,root,root,755) @@ -254,6 +263,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.128 2008-05-29 20:46:37 qboosh +- updated to 1.4.9 (fixes CVE-2008-1530) +- updated pl.po-update patch +- move ru gpg(1) man to proper place + Revision 1.127 2008-02-27 23:31:18 glen - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnupg.spec?r1=1.127&r2=1.128&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
