From f5aacf25fd4db24e3ee6ed6981957ed8d352df0b07094c69cba8d7f96799779f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 12:25:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgcrypt?expand=0&rev=5 --- baselibs.conf | 4 ++++ libgcrypt.changes | 6 ++++++ libgcrypt.spec | 12 +++++++++--- 3 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..470d766 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,4 @@ +libgcrypt11 +libgcrypt-devel + requires -libgcrypt- + requires "libgcrypt11- = " diff --git a/libgcrypt.changes b/libgcrypt.changes index 4c3658e..e9e4e80 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Thu Jan 17 12:20:25 CET 2008 - mkoenig@suse.de diff --git a/libgcrypt.spec b/libgcrypt.spec index de4f053..b086abb 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -10,11 +10,12 @@ # norootforbuild + Name: libgcrypt BuildRequires: libgpg-error-devel Url: http://www.gnu.org/directory/Security/libgcrypt.html Version: 1.4.0 -Release: 1 +Release: 2 Summary: The GNU Crypto Library License: GPL v2 or later; LGPL v2.1 or later Group: Development/Libraries/C and C++ @@ -43,6 +44,7 @@ Authors: Timo Schulz %package -n libgcrypt11 +License: GPL v2 or later; LGPL v2.1 or later Summary: The GNU Crypto Library Group: Development/Libraries/C and C++ # libgcrypt last used in 10.3 @@ -67,6 +69,7 @@ Authors: Timo Schulz %package devel +License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later; LGPL v2.1 or later; X11/MIT Summary: The GNU Crypto Library Group: Development/Libraries/C and C++ Requires: libgcrypt11 == %version, libgpg-error-devel, glibc-devel @@ -161,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT %_datadir/aclocal/libgcrypt.m4 %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Thu Jan 17 2008 mkoenig@suse.de - update to version 1.4.0: * The entire library is now under the LGPL. The helper programs and @@ -247,7 +253,7 @@ rm -rf $RPM_BUILD_ROOT - add libgcrypt-1.1.12-sexp-valgrind-error.patch from SLEC * Thu Apr 24 2003 ro@suse.de - fix install_info --delete call and move from preun to postun -* Mon Feb 10 2003 mmj@suse.de +* Tue Feb 11 2003 mmj@suse.de - Use %%install_info macro [#23433] * Mon Feb 10 2003 mc@suse.de - switch to version 1.1.12 @@ -263,5 +269,5 @@ rm -rf $RPM_BUILD_ROOT - Smaller bugs fixes and a few new OIDs. * Tue Jan 14 2003 nadvornik@suse.cz - fixed multi-line string literals -* Thu Aug 01 2002 poeml@suse.de +* Fri Aug 02 2002 poeml@suse.de - create package