[libdb/f19] Fixed missing debuginfos for utils subpackage

Jan Staněk jstanek at fedoraproject.org
Thu May 16 11:17:37 UTC 2013


commit 3146a874fdb81a4dfff0a85b9d2f14655ba2e9ea
Author: Jan Staněk <jstanek at redhat.com>
Date:   Thu May 16 13:17:12 2013 +0200

    Fixed missing debuginfos for utils subpackage

 libdb.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libdb.spec b/libdb.spec
index f42135b..64b13ab 100644
--- a/libdb.spec
+++ b/libdb.spec
@@ -4,7 +4,7 @@
 Summary: The Berkeley DB database library for C
 Name: libdb
 Version: 5.3.21
-Release: 9%{?dist}
+Release: 10%{?dist}
 Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
 Patch0: libdb-multiarch.patch
@@ -251,7 +251,8 @@ rm -rf ${RPM_BUILD_ROOT}
 mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
 mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
 
-%makeinstall -C dist/dist-tls
+# Force off stripping of installed binaries
+%makeinstall STRIP=/bin/true -C dist/dist-tls
 
 # XXX Nuke non-versioned archives and symlinks
 rm -f ${RPM_BUILD_ROOT}%{_libdir}/{libdb.a,libdb_cxx.a,libdb_tcl.a,libdb_sql.a}
@@ -397,6 +398,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libdb_java.so
 
 %changelog
+* Thu May 16 2013 Jan Stanek <jstanek at redhat.com> 5.3.21-10
+- Fixed missing debuginfos for utils subpackage
+
 * Wed Apr 03 2013 Jan Stanek <jstanek at redhat.com> 5.3.21-9
 - Added sqlite compability CFLAGS (#788496)
 


More information about the scm-commits mailing list