SHA256
1
0
forked from pool/libgcrypt
OBS User unknown 2008-04-10 12:25:16 +00:00 committed by Git OBS Bridge
parent 8363b4f071
commit f5aacf25fd
3 changed files with 19 additions and 3 deletions

4
baselibs.conf Normal file
View File

@ -0,0 +1,4 @@
libgcrypt11
libgcrypt-devel
requires -libgcrypt-<targettype>
requires "libgcrypt11-<targettype> = <version>"

View File

@ -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

View File

@ -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 <twoaday@freakmail.de>
%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 <twoaday@freakmail.de>
%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