Hello community,

here is the log from the commit of package dbh for openSUSE:Factory
checked in at Mon Sep 19 15:59:01 CEST 2011.



--------
--- dbh/dbh.changes     2009-01-28 15:59:50.000000000 +0100
+++ /mounts/work_src_done/STABLE/dbh/dbh.changes        2011-09-18 
19:52:03.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+- Implement shlib policy
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dbh.spec ++++++
--- /var/tmp/diff_new_pack.sEPOtv/_old  2011-09-19 15:58:57.000000000 +0200
+++ /var/tmp/diff_new_pack.sEPOtv/_new  2011-09-19 15:58:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dbh (Version 4.5.0)
+# spec file for package dbh
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,10 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           dbh
+%define lname  libdbh-4_5-4
 Summary:        Disk-Based Hash Library
 Version:        4.5.0
 Release:        124
@@ -37,18 +37,41 @@
 concept of critical points from calculus), which provides the means to
 construct optimized databases for particular applications.
 
+%package -n %lname
+Summary:        Disk-Based Hash Library
+Group:          Development/Libraries/Other
+Obsoletes:      dbh < %version-%release
+Provides:       dbh = %version-%release
 
+%description -n %lname
+Disk-based hashes is a method to create multidimensional binary trees
+on disk. This library permits the extension of the database concept to
+a plethora of electronic data, such as graphic information. With the
+multidimensional binary tree, it is possible to mathematically prove
+that access time to any particular record is minimized (using the
+concept of critical points from calculus), which provides the means to
+construct optimized databases for particular applications.
 
-Authors:
---------
-    Edscott Wilson Garc�a <edsc...@users.sourceforge.net>
+%package devel
+Summary:        Development files for the Disk-Based Hash Library
+Group:          Development/Libraries/Other
+Requires:       %lname = %version
+
+%description devel
+Disk-based hashes is a method to create multidimensional binary trees
+on disk. This library permits the extension of the database concept to
+a plethora of electronic data, such as graphic information. With the
+multidimensional binary tree, it is possible to mathematically prove
+that access time to any particular record is minimized (using the
+concept of critical points from calculus), which provides the means to
+construct optimized databases for particular applications.
 
 %prep
 %setup -q
 
 %build
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install 
@@ -57,18 +80,19 @@
 %check
 make check
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%files -n %lname
+%defattr(-,root,root)
+%_libdir/lib*.so.*
 
-%files 
+%files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog README examples/*.c examples/Makefile* 
doc/*.html
 %{_includedir}/*
-%{_libdir}/lib*
+%{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
 
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to