
Hello community, here is the log from the commit of package qnotify checked in at Mon Dec 31 22:38:13 CET 2007. -------- --- qnotify/qnotify.changes 2007-10-23 10:37:01.000000000 +0200 +++ /mounts/work_src_done/STABLE/qnotify/qnotify.changes 2007-12-27 06:57:42.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Dec 27 06:57:17 CET 2007 - crrodriguez@suse.de + +- fix library-without-ldconfig-* errors + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qnotify.spec ++++++ --- /var/tmp/diff_new_pack.E16073/_old 2007-12-31 22:38:00.000000000 +0100 +++ /var/tmp/diff_new_pack.E16073/_new 2007-12-31 22:38:00.000000000 +0100 @@ -14,7 +14,7 @@ BuildRequires: libdrm-devel libjpeg-devel qt3-devel update-desktop-files Summary: Notifications for multiple workspaces Version: 0.5.2 -Release: 113 +Release: 131 License: GPL v2 or later Url: http://qnotify.homac.de Group: System/GUI/Other @@ -22,11 +22,6 @@ Patch: %{name}-fix-includes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%package libs -Summary: Library to be used by other applications for displaying nice popups -AutoReqProv: on -Group: Development/Libraries/C and C++ - %description QNotify is a small and windowmanager independent utility to inform you of events of any kind. When a specific event occurres, a small window @@ -51,6 +46,10 @@ -------- Holger Macht +%package libs +Summary: Library to be used by other applications for displaying nice popups +Group: Development/Libraries/C and C++ + %description libs LibQNotify is a library intended for use with other Qt or KDE applications. It provides an easy to use API for displaying highly @@ -64,7 +63,7 @@ Holger Macht <holger@homac.de> %prep -%setup +%setup -q %patch %build @@ -72,7 +71,7 @@ autoconf autoheader automake -a -./configure --with-qtdir=%_libdir/qt3 --prefix=%_prefix --libdir=%_libdir --mandir=%_mandir +%configure --with-qtdir=%_libdir/qt3 --disable-static make %install @@ -82,6 +81,10 @@ %clean +%post libs -p /sbin/ldconfig + +%postun libs -p /sbin/ldconfig + %files %defattr(-,root,root) /usr/bin/qnotify @@ -94,9 +97,11 @@ %defattr(-,root,root) %_libdir/lib*.so* %_libdir/lib*.la -%_libdir/lib*.a %_includedir/* + %changelog +* Thu Dec 27 2007 - crrodriguez@suse.de +- fix library-without-ldconfig-* errors * Tue Oct 23 2007 - hmacht@suse.de - add qnotify-fix-inlcudes.patch to fix errors due to gcc4.3 * Thu Aug 24 2006 - cthiel@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