]> git.pld-linux.org Git - packages/db4.7.git/commitdiff
- rel 2; support for new libtool auto/th/db4_7-4_7_25-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 May 2008 16:16:55 +0000 (16:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    db4.7.spec -> 1.9

db4.7.spec

index 59cffce4cba437b7cefc8695db40a40d0d87a9e2..4173a552c2adfea1e782d4299d5a4fc6f0ef5b31 100644 (file)
@@ -12,7 +12,7 @@ Summary:      Berkeley DB database library for C
 Summary(pl.UTF-8):     Biblioteka C do obsługi baz Berkeley DB
 Name:          db4.7
 Version:       %{mver}.25
-Release:       1
+Release:       2
 Epoch:         0
 License:       Sleepycat public license (GPL-like, see LICENSE)
 Group:         Libraries
@@ -244,7 +244,8 @@ poleceń.
 cd dist
 cp -f /usr/share/aclocal/libtool.m4 aclocal/libtool.ac
 cp -f /usr/share/automake/config.sub .
-cp -f /usr/share/libtool/ltmain.sh .
+# for libtool < 2.2
+[ -f /usr/share/libtool/ltmain.sh ] && cp -f /usr/share/libtool/ltmain.sh .
 sh s_config
 cd ..
 
This page took 0.023829 seconds and 4 git commands to generate.