[dbh] 5.0.11.

Jon Ciesla limb at fedoraproject.org
Fri Dec 20 13:58:12 UTC 2013


commit dd5081905e8c3f64d399e284a28cfa2253ee7f6d
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Dec 20 07:56:46 2013 -0600

    5.0.11.

 .gitignore |    1 +
 dbh.spec   |   24 ++++++++++--------------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc4631f..1140574 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 dbh-1.0.24.tar.gz
 /dbh-5.0.7.tar.gz
 /dbh-5.0.8.tar.bz2
+/libdbh2-5.0.11.tar.gz
diff --git a/dbh.spec b/dbh.spec
index e1ddde4..eb2766c 100644
--- a/dbh.spec
+++ b/dbh.spec
@@ -1,16 +1,14 @@
 Summary: Disk based hash library
 Name: dbh
-Version: 5.0.8
+Version: 5.0.11
 Release: 1%{?dist}
 URL: http://dbh.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/%{name}/lib%{name}2-%{version}.tar.gz
 Epoch: 1
 License: GPLv3+
 Group: System Environment/Libraries
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: autoconf automake libtool glib2-devel
-
-Patch0: dbh-5.0.8-rpath.patch
+BuildRequires: glib2-devel
 
 %description 
 Disk based hashes is a method to create multidimensional binary trees on disk.
@@ -31,14 +29,10 @@ This package includes the static libraries and header files you will need
 to compile applications for dbh.
 
 %prep
-%setup -q
+%setup -qn lib%{name}2-%{version}
 
-%patch0 -p0
 
 %build
-#rm ltmain.sh
-#libtoolize
-#autoreconf -if
 %configure --disable-rpath --disable-static
 
 make %{?_smp_mflags}
@@ -47,9 +41,9 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-mkdir -p $RPM_BUILD_ROOT%{_mandir}
-mv $RPM_BUILD_ROOT/usr/man/* $RPM_BUILD_ROOT%{_mandir}/
 mv $RPM_BUILD_ROOT/usr/share/gtk-doc .
+rm -rf $RPM_BUILD_ROOT/usr/share/dbh
+
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
@@ -63,19 +57,21 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README
-%{_bindir}/*
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-, root, root)
 %doc examples/*.c examples/Makefile* doc/html gtk-doc
 %{_libdir}/lib*.so
-%{_datadir}/pkgconfig/*
+%{_libdir}/pkgconfig/*
 %{_includedir}/*
 %{_mandir}/man1/dbh*
 %{_mandir}/man3/dbh*
 
 %changelog
+* Fri Dec 20 2013 Jon Ciesla <limburgher at gmail.com> - 1:5.0.11-1
+- Update to 5.0.11, BZ 1045249.
+
 * Thu Oct 24 2013 Jon Ciesla <limburgher at gmail.com> - 1:5.0.8-1
 - Update to 5.0.8, BZ 1021194.
 
diff --git a/sources b/sources
index 11d8e55..0a3cd67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbc9cb42e72c4a70b95f07923aa46dff  dbh-5.0.8.tar.bz2
+668c0089e93c2baa3e58f1adb522072c  libdbh2-5.0.11.tar.gz


More information about the scm-commits mailing list