Hello community, here is the log from the commit of package scim-input-pad for openSUSE:Factory checked in at 2013-08-06 11:54:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scim-input-pad (Old) and /work/SRC/openSUSE:Factory/.scim-input-pad.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scim-input-pad" Changes: -------- --- /work/SRC/openSUSE:Factory/scim-input-pad/scim-input-pad.changes 2012-06-15 14:05:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.scim-input-pad.new/scim-input-pad.changes 2013-08-06 11:54:05.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Aug 3 17:27:29 UTC 2013 - [email protected] + +- update version 0.1.3.1 + * This release repaired the bootstrap and the compile with makefile.am. + * The last release had problems with it, I think that it works now. + * The last release added more then 40 tables to the input-pad. +- based on that, add gtk3 build fix from github + +------------------------------------------------------------------- Old: ---- scim-input-pad-0.1.1.tar.bz2 New: ---- scim-input-pad-0.1.3.20130804.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scim-input-pad.spec ++++++ --- /var/tmp/diff_new_pack.mv9pe0/_old 2013-08-06 11:54:06.000000000 +0200 +++ /var/tmp/diff_new_pack.mv9pe0/_new 2013-08-06 11:54:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package scim-input-pad # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,56 +17,59 @@ Name: scim-input-pad +Version: 0.1.3.20130804 +Release: 0 +Summary: An onscreen input pad to easily input symbols +License: GPL-2.0+ +Group: System/I18n/Chinese +Url: https://github.com/scim-im/scim-input-pad +Source: %{name}-%{version}.tar.gz +Patch: scim-input-pad-missing-fclose.diff BuildRequires: gcc-c++ +%if 0%{?sles_version} BuildRequires: gtk2-devel +%else +BuildRequires: gtk3-devel +%endif +BuildRequires: intltool +BuildRequires: libtool BuildRequires: scim-devel -BuildRequires: update-desktop-files -Version: 0.1.1 -Release: 0 -# Provides: locale(scim:ja;ko) -Url: http://www.scim-im.org -# CVS repository: -# cvs -d:pserver:[email protected]:/cvsroot/scim login -# cvs -z3 -d:pserver:[email protected]:/cvsroot/scim co scim-input-pad -Source0: http://belnet.dl.sourceforge.net/sourceforge/scim/scim-input-pad-0.1.1.tar.bz2 -Patch: scim-input-pad-missing-fclose.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: an onscreen input pad to easily input symbols -License: GPL-2.0+ -Group: System/X11/Utilities %description An onscreen input pad to easily input symbols %prep %define scim_binary_version %(pkg-config --variable=scim_binary_version scim) -%setup -q -n %{name}-%{version} +%setup -q %patch -p1 +./bootstrap %build -%if %suse_version <= 1110 -autoreconf -I /opt/gnome/share/aclocal --force --install --verbose +CXXFLAGS="%{optflags}" \ +%configure --with-pic \ + --disable-static \ + --enable-debug \ + --disable-rpath \ +%if 0%{?sles_version} + --with-gtk-version=2 %endif -CXXFLAGS="$RPM_OPT_FLAGS" \ -%configure --with-pic --disable-static \ - --enable-debug -make + +make %{?_smp_mflags} %install -make DESTDIR=${RPM_BUILD_ROOT} install -rm -f $RPM_BUILD_ROOT/%{_libdir}/scim-1.0/%{scim_binary_version}/Helper/input-pad.{a,la} -%find_lang scim-input-pad +%makeinstall +rm -f %{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/Helper/input-pad.{a,la} -%clean -rm -rf $RPM_BUILD_ROOT; +%find_lang %{name} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f scim-input-pad.lang +%files -f %{name}.lang %defattr(-, root, root) -%doc AUTHORS COPYING NEWS README ChangeLog +%doc COPYING README ChangeLog %{_bindir}/* %{_libdir}/libscim* %dir %{_libdir}/scim-1.0/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
