Provides: libgdbm.so.2()(64bit) for x86_64 architecture
This commit is contained in:
parent
0b2d05d0a7
commit
8c3360eb06
@ -1,7 +1,7 @@
|
|||||||
Summary: A GNU set of database routines which use extensible hashing
|
Summary: A GNU set of database routines which use extensible hashing
|
||||||
Name: gdbm
|
Name: gdbm
|
||||||
Version: 1.8.3
|
Version: 1.8.3
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
|
||||||
# Prevent gdbm from storing uninitialized memory content
|
# Prevent gdbm from storing uninitialized memory content
|
||||||
# to database files.
|
# to database files.
|
||||||
@ -24,7 +24,11 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
# Temporary
|
# Temporary
|
||||||
|
%ifarch x86_64
|
||||||
|
Provides: libgdbm.so.2()(64bit)
|
||||||
|
%else
|
||||||
Provides: libgdbm.so.2
|
Provides: libgdbm.so.2
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gdbm is a GNU database indexing library, including routines which use
|
Gdbm is a GNU database indexing library, including routines which use
|
||||||
@ -112,6 +116,9 @@ fi
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 11 2010 Karel Klic <kklic@redhat.com> - 1.8.3-4
|
||||||
|
- Provides: libgdbm.so.2()(64bit) for x86_64 architecture
|
||||||
|
|
||||||
* Thu Mar 11 2010 Karel Klic <kklic@redhat.com> - 1.8.3-3
|
* Thu Mar 11 2010 Karel Klic <kklic@redhat.com> - 1.8.3-3
|
||||||
- Added temporary symlinks to retain compatibility with gdbm 1.8.0
|
- Added temporary symlinks to retain compatibility with gdbm 1.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user