forked from pool/libgcrypt
This commit is contained in:
parent
f5aacf25fd
commit
483178bbab
@ -1,4 +1,6 @@
|
||||
libgcrypt11
|
||||
obsoletes "libgcrypt-<targettype> <= <version>"
|
||||
provides "libgcrypt-<targettype> = <version>"
|
||||
libgcrypt-devel
|
||||
requires -libgcrypt-<targettype>
|
||||
requires "libgcrypt11-<targettype> = <version>"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 11:54:39 CEST 2008 - coolo@suse.de
|
||||
|
||||
- fix rename of xxbit packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||
|
||||
|
@ -15,7 +15,7 @@ Name: libgcrypt
|
||||
BuildRequires: libgpg-error-devel
|
||||
Url: http://www.gnu.org/directory/Security/libgcrypt.html
|
||||
Version: 1.4.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: The GNU Crypto Library
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -49,7 +49,7 @@ Summary: The GNU Crypto Library
|
||||
Group: Development/Libraries/C and C++
|
||||
# libgcrypt last used in 10.3
|
||||
Obsoletes: libgcrypt < %{version}
|
||||
Provides: libgcrypt == %{version}
|
||||
Provides: libgcrypt = %{version}
|
||||
|
||||
%description -n libgcrypt11
|
||||
Libgcrypt is a general purpose crypto library based on the code used in
|
||||
@ -72,7 +72,7 @@ Authors:
|
||||
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
|
||||
Requires: libgcrypt11 = %version, libgpg-error-devel, glibc-devel
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
%description devel
|
||||
@ -164,6 +164,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_datadir/aclocal/libgcrypt.m4
|
||||
|
||||
%changelog
|
||||
* Sun May 11 2008 coolo@suse.de
|
||||
- fix rename of xxbit packages
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
|
Loading…
Reference in New Issue
Block a user