diff --git a/gpg2.changes b/gpg2.changes index 49ae9b9..7771fda 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 23 12:10:56 CET 2008 - coolo@suse.de + +- splitting out a third of the package by using a lang subpack + ------------------------------------------------------------------- Tue Feb 12 19:24:37 CET 2008 - bk@suse.de diff --git a/gpg2.spec b/gpg2.spec index 0e959fd..818d191 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -13,7 +13,7 @@ Name: gpg2 Version: 2.0.8 -Release: 14 +Release: 26 #krb5 BuildRequires: expect fdupes libassuan-devel pth BuildRequires: libgcrypt-devel libksba-devel opensc-devel @@ -50,6 +50,7 @@ Authors: Werner Koch Neal H. Walfield +%lang_package %prep %setup -q -n gnupg-%version %patch2 -p1 @@ -121,7 +122,9 @@ $RPM_BUILD_ROOT/usr/bin/gpgsplit -v -p secsplit- --secret-to-public --uncompress %postun %install_info_delete --info-dir=%{_infodir} %{_infodir}/gnupg.info.gz -%files -f gnupg2.lang +%files lang -f gnupg2.lang + +%files %defattr(-,root,root) %doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO doc/FAQ doc/faq.html %doc %_infodir/gnupg* @@ -133,6 +136,8 @@ $RPM_BUILD_ROOT/usr/bin/gpgsplit -v -p secsplit- --secret-to-public --uncompress /usr/share/gnupg %changelog +* Sun Mar 23 2008 coolo@suse.de +- splitting out a third of the package by using a lang subpack * Tue Feb 12 2008 bk@suse.de - install gpg-zip and gpgsplit again and use -pie for randomisation * Wed Feb 06 2008 bk@suse.de