OBS User unknown 2008-03-26 15:13:07 +00:00 committed by Git OBS Bridge
parent 04d43f9644
commit 9350ec0211
2 changed files with 12 additions and 2 deletions

View File

@ -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 Tue Feb 12 19:24:37 CET 2008 - bk@suse.de

View File

@ -13,7 +13,7 @@
Name: gpg2 Name: gpg2
Version: 2.0.8 Version: 2.0.8
Release: 14 Release: 26
#krb5 #krb5
BuildRequires: expect fdupes libassuan-devel pth BuildRequires: expect fdupes libassuan-devel pth
BuildRequires: libgcrypt-devel libksba-devel opensc-devel BuildRequires: libgcrypt-devel libksba-devel opensc-devel
@ -50,6 +50,7 @@ Authors:
Werner Koch <wk@gnupg.org> Werner Koch <wk@gnupg.org>
Neal H. Walfield <neal@g10code.de> Neal H. Walfield <neal@g10code.de>
%lang_package
%prep %prep
%setup -q -n gnupg-%version %setup -q -n gnupg-%version
%patch2 -p1 %patch2 -p1
@ -121,7 +122,9 @@ $RPM_BUILD_ROOT/usr/bin/gpgsplit -v -p secsplit- --secret-to-public --uncompress
%postun %postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gnupg.info.gz %install_info_delete --info-dir=%{_infodir} %{_infodir}/gnupg.info.gz
%files -f gnupg2.lang %files lang -f gnupg2.lang
%files
%defattr(-,root,root) %defattr(-,root,root)
%doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO doc/FAQ doc/faq.html %doc ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS TODO doc/FAQ doc/faq.html
%doc %_infodir/gnupg* %doc %_infodir/gnupg*
@ -133,6 +136,8 @@ $RPM_BUILD_ROOT/usr/bin/gpgsplit -v -p secsplit- --secret-to-public --uncompress
/usr/share/gnupg /usr/share/gnupg
%changelog %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 * Tue Feb 12 2008 bk@suse.de
- install gpg-zip and gpgsplit again and use -pie for randomisation - install gpg-zip and gpgsplit again and use -pie for randomisation
* Wed Feb 06 2008 bk@suse.de * Wed Feb 06 2008 bk@suse.de