
Hello community, here is the log from the commit of package scim-input-pad checked in at Mon Dec 31 22:39:10 CET 2007. -------- --- scim-input-pad/scim-input-pad.changes 2006-10-29 00:02:22.000000000 +0200 +++ /mounts/work_src_done/STABLE/scim-input-pad/scim-input-pad.changes 2007-12-27 02:30:43.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Dec 27 02:30:15 CET 2007 - crrodriguez@suse.de + +- fix library-without-ldconfig-* errors + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim-input-pad.spec ++++++ --- /var/tmp/diff_new_pack.E17721/_old 2007-12-31 22:38:36.000000000 +0100 +++ /var/tmp/diff_new_pack.E17721/_new 2007-12-31 22:38:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package scim-input-pad (Version 0.1.1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -13,12 +13,12 @@ Name: scim-input-pad BuildRequires: gcc-c++ gtk2-devel scim-devel update-desktop-files Version: 0.1.1 -Release: 32 -License: GNU General Public License (GPL) - all versions +Release: 163 +License: GPL v2 or later Group: System/X11/Utilities -Autoreqprov: on +AutoReqProv: on Provides: locale(scim:ja;ko;zh) -URL: http://www.scim-im.org +Url: http://www.scim-im.org # CVS repository: # cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/scim login # cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/scim co scim-input-pad @@ -40,12 +40,9 @@ %setup -q -n %{name}-%{version} %build -libtoolize --force autoreconf -I /opt/gnome/share/aclocal --force --install --verbose CXXFLAGS="$RPM_OPT_FLAGS" \ -./configure --prefix=/usr \ - --sysconfdir=%{_sysconfdir} \ - --libdir=%{_libdir} \ +%configure --with-pic --disable-static \ --enable-debug make @@ -55,7 +52,11 @@ %find_lang scim-input-pad %clean -#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; +rm -rf $RPM_BUILD_ROOT; + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files -f scim-input-pad.lang %defattr(-, root, root) @@ -69,7 +70,9 @@ %dir %{_datadir}/scim/ %{_datadir}/scim/* -%changelog -n scim-input-pad +%changelog +* Thu Dec 27 2007 - crrodriguez@suse.de +- fix library-without-ldconfig-* errors * Sun Oct 29 2006 - meissner@suse.de - use optflags * Thu Oct 12 2006 - mfabian@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