]> git.pld-linux.org Git - packages/gdbm.git/commitdiff
- fixed broken *.la file; rel 15; STBR gdbm-1_8_0-15
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 25 Apr 2002 20:34:20 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdbm.spec -> 1.53

gdbm.spec

index 5903316756235b5d2489ea85c421776232765f5a..e410771019cd85a9734e9098ffb40b9c4ed911e8 100644 (file)
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -4,7 +4,7 @@ Summary(fr):    La librairie GNU de bases de donn
 Summary(pl):   Biblioteka GNU bazy danych dla jêzyka C
 Name:          gdbm
 Version:       1.8.0
-Release:       14
+Release:       15
 License:       GPL
 Group:         Libraries
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/%{name}-%{version}.tar.gz
@@ -109,6 +109,9 @@ autoconf
 
 makeinfo gdbm.texinfo
 
+cat .libs/libgdbm.lai|sed -e 's/\/usr\/local\/lib/\/usr\/lib/'>libgdbm.lai.tmp
+mv libgdbm.lai.tmp .libs/libgdbm.lai
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}} \
This page took 0.121191 seconds and 4 git commands to generate.