8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00

changed soname for embedded library

This commit is contained in:
alexpeshkoff 2008-02-14 16:27:21 +00:00
parent 9d46bd51e1
commit 179d9989b8
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ AutoReqProv: no
# BuildRoot: /var/tmp/%{name}-buildroot
BuildRoot: @BUILD_ROOT_DIR@/gen/buildroot
Requires: ### will be set in Makefile to current libncurses and libstdc ###
Provides: Firebird libfbclient.so.2@RPM64@ libfbembed.so.2@RPM64@ libgds.so
Provides: Firebird libfbclient.so.2@RPM64@ libfbembed.so.2.1@RPM64@ libgds.so
%description
Firebird is a powerful, high-performance relational database designed to be embedded into

View File

@ -168,8 +168,8 @@ s none @prefix@/lib/libfbclient.so.2=@prefix@/lib/libfbclient.so.@FIREBIRD_VERSI
s none @prefix@/lib/libfbclient.so=@prefix@/lib/libfbclient.so.1
f none @prefix@/lib/libfbembed.so.@FIREBIRD_VERSION@=$SRCDIR/lib/libfbembed.so.@FIREBIRD_VERSION@ 0755 root root
s none @prefix@/lib/libfbembed.so.2=@prefix@/lib/libfbembed.so.@FIREBIRD_VERSION@
s none @prefix@/lib/libfbembed.so=@prefix@/lib/libfbembed.so.2
s none @prefix@/lib/libfbembed.so.2.1=@prefix@/lib/libfbembed.so.@FIREBIRD_VERSION@
s none @prefix@/lib/libfbembed.so=@prefix@/lib/libfbembed.so.@FIREBIRD_VERSION@
f none @prefix@/lib/libib_util.so=$SRCDIR/lib/libib_util.so 0755 root root

View File

@ -201,7 +201,7 @@ BLRTABLE = $(BIN)/blrtable$(EXEC_EXT)
#
SharedLibraryName=libfbembed.${SHRLIB_EXT}.${FirebirdVersion}
SharedLibrarySoName=libfbembed.${SHRLIB_EXT}.${MajorVer}
SharedLibrarySoName=libfbembed.${SHRLIB_EXT}.${MajorVer}.${MinorVer}
SharedLibraryBaseName=libfbembed.${SHRLIB_EXT}
LIBFBEMBED_SO = $(LIB)/$(SharedLibraryName)
@ -213,7 +213,7 @@ LIBFBEMBED_SONAME = $(LIB)/$(SharedLibraryBaseName)
# to the fbserver. MOD 28-July-2002
ClientLibraryName = $(LIB_PREFIX)fbclient.$(SHRLIB_EXT)
ClientLibraryNameMajor = $(ClientLibraryName).${MajorVer}
ClientLibraryNameMajor = $(ClientLibraryName).2
ClientLibraryNameFull = $(ClientLibraryName).${FirebirdVersion}
LIBFBCLIENT_SO = $(LIB)/$(ClientLibraryNameFull)