[dbh] Fix FTBF.

Jon Ciesla limb at fedoraproject.org
Tue Mar 6 15:32:30 UTC 2012


commit d54a64714b5a2258bd76737980780df3bff2f045
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Mar 6 09:32:20 2012 -0600

    Fix FTBF.

 dbh.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/dbh.spec b/dbh.spec
index 6660f1a..2687e36 100644
--- a/dbh.spec
+++ b/dbh.spec
@@ -1,7 +1,7 @@
 Summary: Disk based hash library
 Name: dbh
 Version: 1.0.24
-Release: 11%{?dist}
+Release: 12%{?dist}
 URL: http://www.xfce.org/
 Source0: http://www.us.xfce.org/archive/xfce-4.2.2/src/dbh-1.0.24.tar.gz
 Patch: dbh-1.0.22-rpath.patch
@@ -10,6 +10,7 @@ Epoch: 1
 License: LGPLv2+
 Group: System Environment/Libraries
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: autoconf automake libtool
 
 %description 
 Disk based hashes is a method to create multidimensional binary trees on disk.
@@ -35,6 +36,9 @@ to compile applications for dbh.
 %patch -p1 -b .rpath
 
 %build
+rm ltmain.sh
+libtoolize
+autoreconf -if
 %configure --disable-rpath --disable-static
 
 make %{?_smp_mflags}
@@ -65,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 
 %changelog
+* Tue Mar 06 2012 Jon Ciesla <limburgher at gmail.com> - 1:1.0.24-12
+- Fixed FTBFS.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.0.24-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list