]> git.pld-linux.org Git - packages/leveldb.git/commitdiff
- added soname patch (remove invalid path from libleveldb SONAME)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Oct 2012 16:09:45 +0000 (18:09 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 Oct 2012 16:09:45 +0000 (18:09 +0200)
leveldb.spec

index 074f43104c6dec3c3a0cda82efe4ae495625d4c4..25c7358d3f0d5d8251f62d6d950ef332aad4fb03 100644 (file)
@@ -8,6 +8,7 @@ Group:          Libraries
 #Source0Download: http://code.google.com/p/leveldb/downloads/list
 Source0:       http://leveldb.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5: d0b73edbb86996d58b073bba6b206295
+Patch0:                %{name}-soname.patch
 URL:           http://code.google.com/p/leveldb/
 BuildRequires: libstdc++-devel
 BuildRequires: libtcmalloc-devel
@@ -52,6 +53,7 @@ Statyczna biblioteka LevelDB.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__make} \
This page took 0.154799 seconds and 4 git commands to generate.