a3c663d
Summary: Disk based hash library
a3c663d
Name: dbh
48bc0b7
Version: 1.0.24
d54a647
Release: 12%{?dist}
a3c663d
URL: http://www.xfce.org/
48bc0b7
Source0: http://www.us.xfce.org/archive/xfce-4.2.2/src/dbh-1.0.24.tar.gz
a3c663d
Patch: dbh-1.0.22-rpath.patch
a3c663d
Epoch: 1
e969ccc
# No version specified.
e969ccc
License: LGPLv2+
a3c663d
Group: System Environment/Libraries
a3c663d
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
d54a647
BuildRequires: autoconf automake libtool
a3c663d
a3c663d
%description 
a3c663d
Disk based hashes is a method to create multidimensional binary trees on disk.
a3c663d
This library permits the extension of database concept to a plethora of 
a3c663d
electronic data, such as graphic information. With the multidimensional binary 
a3c663d
tree it is possible to mathematically prove that access time to any 
a3c663d
particular record is minimized (using the concept of critical points from 
a3c663d
calculus), which provides the means to construct optimized databases for 
a3c663d
particular applications.
a3c663d
a3c663d
%package devel
a3c663d
Summary: Header files for disk based hash library
a3c663d
Group: Development/Libraries
a3c663d
Requires: %{name} = %{epoch}:%{version}-%{release}
a3c663d
a3c663d
%description devel
a3c663d
This package includes the static libraries and header files you will need
a3c663d
to compile applications for dbh.
a3c663d
a3c663d
%prep
a3c663d
%setup -q
a3c663d
a3c663d
%patch -p1 -b .rpath
a3c663d
a3c663d
%build
d54a647
rm ltmain.sh
d54a647
libtoolize
d54a647
autoreconf -if
222fa99
%configure --disable-rpath --disable-static
a3c663d
a3c663d
make %{?_smp_mflags}
a3c663d
a3c663d
%install
a3c663d
rm -rf $RPM_BUILD_ROOT
a3c663d
make install DESTDIR=$RPM_BUILD_ROOT 
a3c663d
222fa99
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
222fa99
a3c663d
%clean
a3c663d
rm -rf $RPM_BUILD_ROOT
a3c663d
a3c663d
%post -p /sbin/ldconfig
a3c663d
a3c663d
%postun -p /sbin/ldconfig
a3c663d
a3c663d
%files
a3c663d
%defattr(-,root,root)
222fa99
%doc AUTHORS COPYING ChangeLog README
a3c663d
%{_libdir}/*.so.*
a3c663d
a3c663d
%files devel
a3c663d
%defattr(-, root, root)
a3c663d
%doc examples/*.c examples/Makefile* doc/*.html
a3c663d
%{_libdir}/lib*.so
a3c663d
%{_libdir}/pkgconfig/*
a3c663d
%{_includedir}/*
a3c663d
a3c663d
%changelog
d54a647
* Tue Mar 06 2012 Jon Ciesla <limburgher@gmail.com> - 1:1.0.24-12
d54a647
- Fixed FTBFS.
d54a647
8b5a812
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.24-11
8b5a812
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8b5a812
dbdf736
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.24-10
dbdf736
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
dbdf736
c67dc9e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.24-9
c67dc9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c67dc9e
15a4614
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.24-8
15a4614
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
15a4614
e969ccc
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:1.0.24-7
e969ccc
- fix license tag
e969ccc
0776444
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:1.0.24-6
0776444
- Autorebuild for GCC 4.3
0776444
e60ac63
* Tue Aug 29 2006 Kevin Fenzi <kevin@tummy.com> - 1:1.0.24-5
e60ac63
- Rebuild for fc6
e60ac63
001f21d
* Thu Feb 16 2006 Kevin Fenzi <kevin@tummy.com> - 1:1.0.24-4.fc5
001f21d
- Rebuild for fc5 
001f21d
b03a6d6
* Fri Dec 23 2005 Kevin Fenzi <kevin@tummy.com> - 1:1.0.24-3.fc5
b03a6d6
- Bump release to fix tagging issue
b03a6d6
222fa99
* Thu Dec 22 2005 Kevin Fenzi <kevin@tummy.com> - 1:1.0.24-2.fc5
222fa99
- Remove hard coded dist tag (fixes bug 176471)
222fa99
- Remove zero length TODO and NEWS files
222fa99
- Remove static libs
222fa99
- Remove .la files
222fa99
48bc0b7
* Tue May 17 2005 Kevin Fenzi <kevin@tummy.com> - 1:1.0.24-1.fc4
48bc0b7
- Update to 1.0.24
48bc0b7
cb56a8a
* Fri Mar 25 2005 Kevin Fenzi <kevin@tummy.com> - 1:1.0.22-3.fc4
cb56a8a
- lowercase Release
cb56a8a
b23bce6
* Sat Mar 19 2005 Warren Togami <wtogami@redhat.com> - 1:1.0.22-2
b23bce6
- remove stuff
b23bce6
a3c663d
* Tue Mar 15 2005 Kevin Fenzi <kevin@tummy.com> - 1:1.0.22-1
a3c663d
- Updated to 4.2.1 version
a3c663d
- Rediffed rpath patch for new version
a3c663d
a3c663d
* Tue Mar  8 2005 Kevin Fenzi <kevin@tummy.com> - 1:1.0.20-3
b23bce6
- Removed generic INSTALL doc
a3c663d
a3c663d
* Sun Mar  6 2005 Kevin Fenzi <kevin@tummy.com> - 1:1.0.20-2
a3c663d
- Changed license to LGPL
a3c663d
a3c663d
* Wed Dec 08 2004 Than Ngo <than@redhat.com> 1:1.0.20-1
a3c663d
- update to 1.0.20
a3c663d
a3c663d
* Tue Sep 28 2004 Than Ngo <than@redhat.com> 1:1.0.18-5
a3c663d
- fix file conflicts
a3c663d
a3c663d
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
a3c663d
- rebuilt
a3c663d
a3c663d
* Thu May 13 2004 Than Ngo <than@redhat.com> 1:1.0.18-3
a3c663d
- get rid of rpath
a3c663d
a3c663d
* Sun Apr 18 2004 Warren Togami <wtogami@redhat.com> 1:1.0.18-2
a3c663d
- #121140 explicit epoch in -devel dep
a3c663d
a3c663d
* Thu Apr 15 2004 Than Ngo <than@redhat.com> 1:1.0.18-1
a3c663d
- update to 1.0.18
a3c663d
a3c663d
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
a3c663d
- rebuilt
a3c663d
a3c663d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
a3c663d
- rebuilt
a3c663d
a3c663d
* Tue Dec 16 2003 Than Ngo <than@redhat.com> 1.0.15-1
a3c663d
- initial build