Hello community, here is the log from the commit of package xbase for openSUSE:Factory checked in at Fri Jan 30 00:25:54 CET 2009. -------- --- xbase/xbase.changes 2008-11-28 14:35:52.000000000 +0100 +++ xbase/xbase.changes 2009-01-28 15:15:16.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Jan 28 15:14:47 CET 2009 - crrodriguez@suse.de + +- remove "la" files with empty dependency_libs +- remove static libraries +- fix -devel package dependencies + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xbase.spec ++++++ --- /var/tmp/diff_new_pack.e27330/_old 2009-01-30 00:24:54.000000000 +0100 +++ /var/tmp/diff_new_pack.e27330/_new 2009-01-30 00:24:54.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xbase (Version 2.0.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -18,13 +18,13 @@ Name: xbase -BuildRequires: doxygen gcc-c++ libstdc++-devel +BuildRequires: doxygen gcc-c++ License: LGPL v2.1 or later Group: Productivity/Databases/Tools Summary: XBase Compatible C++ Class Library Url: http://www.rekallrevealed.org/packages/ Version: 2.0.0 -Release: 251 +Release: 252 Source0: %name-%version.tar.bz2 Patch1: %name-%version-makefiles.patch Patch2: %name-%version-gcc41fix.patch @@ -60,7 +60,7 @@ License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Summary: Developmnet files for XBase Compatible C++ Class Library -Requires: %{name} = %{version} +Requires: %{name} = %{version} libstdc++-devel Provides: xbase:/usr/include/xbase/dbf.h %description devel @@ -125,18 +125,14 @@ %patch4 %build -autoreconf -i -f -export CXXFLAGS="$RPM_OPT_FLAGS" -./configure LDFLAGS=' ' \ - --prefix=/usr \ - --libdir=%{_libdir} \ - --mandir=/usr/share/man/ \ - --sysconfdir=/etc/ -make +autoreconf -fiv +%configure --disable-static --with-pic +%{__make} %{?jobs:-j%jobs} %install make DESTDIR="$RPM_BUILD_ROOT" install mv $RPM_BUILD_ROOT/usr/bin/zap $RPM_BUILD_ROOT/usr/bin/xbase-zap +%{__rm} -f %{buildroot}%{_libdir}/*.la %post -p /sbin/ldconfig @@ -149,14 +145,10 @@ %defattr(-,root,root) %doc AUTHORS TODO COPYING README NEWS /usr/bin/* -%_libdir/lib* -#these files go to the devel subpackage -%exclude %_libdir/libxbase.a -%exclude %_libdir/libxbase.so +%_libdir/libxbase*.so.* %files devel %defattr(-,root,root) -%_libdir/libxbase.a %_libdir/libxbase.so /usr/include/xbase @@ -165,6 +157,10 @@ %doc docs/html %changelog +* Wed Jan 28 2009 crrodriguez@suse.de +- remove "la" files with empty dependency_libs +- remove static libraries +- fix -devel package dependencies * Mon Nov 24 2008 mseben@suse.cz - fixed array delete *-array-del.patch [bnc#445638] * Wed Apr 16 2008 schwab@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de