]> git.pld-linux.org Git - packages/dbh.git/commitdiff
- up to 1.0-19
authorjpc <jpc@pld-linux.org>
Tue, 22 Jun 2004 12:25:44 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- aclocal fix (package has its own macros in m4/)

Changed files:
    dbh.spec -> 1.7

dbh.spec

index e56c4fe569cffc9275d2c49848899c7eae984cfe..d10ba352b9a90c222e156ad49bc9853506e61c80 100644 (file)
--- a/dbh.spec
+++ b/dbh.spec
@@ -1,5 +1,5 @@
 %define                ver             1.0
-%define                rel             15
+%define                rel             19
 
 Summary:       Disk based hash library
 Summary(pl):   Biblioteka obs³uguj±ca tablice haszuj±ce na dysku
@@ -8,8 +8,8 @@ Version:        %{ver}.%{rel}
 Release:       1
 License:       LGPL
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/dbh/%{name}_%{ver}-%{rel}.tar.gz
-# Source0-md5: b4124966219088f8cd6ff02806f16725
+Source0:       http://dl.sourceforge.net/dbh/%{name}_%{ver}-%{rel}.tar.bz2
+# Source0-md5: ecb04f791525e3059717c5694fa1865a
 URL:           http://dbh.sourceforge.net/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -64,7 +64,7 @@ Statyczna biblioteka dbh.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__automake}
 %{__autoconf}
 %configure
This page took 0.081885 seconds and 4 git commands to generate.