Hello community,

here is the log from the commit of package scim-unikey for openSUSE:Factory 
checked in at 2015-09-24 06:13:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scim-unikey (Old)
 and      /work/SRC/openSUSE:Factory/.scim-unikey.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scim-unikey"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scim-unikey/scim-unikey.changes  2012-09-13 
00:06:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scim-unikey.new/scim-unikey.changes     
2015-09-24 06:13:57.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 16 15:24:15 UTC 2015 - [email protected]
+
+- use upstream url
+- use macros from macros.scim
+- add pkg-config/glib2-devel as dependency to fix SLE_11_SP3/4 builds
+
+-------------------------------------------------------------------

Old:
----
  scim-unikey-0.3.1.tar.bz2

New:
----
  scim-unikey-0.3.1.tar.gz

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

Other differences:
------------------
++++++ scim-unikey.spec ++++++
--- /var/tmp/diff_new_pack.zSm7RR/_old  2015-09-24 06:13:58.000000000 +0200
+++ /var/tmp/diff_new_pack.zSm7RR/_new  2015-09-24 06:13:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-unikey
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,13 @@
 License:        GPL-2.0
 Group:          System/Localization
 Url:            http://code.google.com/p/scim-unikey/
-Source:         %{name}-%{version}.tar.bz2
+Source:         
https://scim-unikey.googlecode.com/files/scim-unikey-0.3.1.tar.gz
 #FIX-FOR-UPSTREAM replace old gtk functions for openSUSE
 Patch1:         gtk-replace-gtk_signal_connect-and-GTK_OBJECT.patch
-BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  glib2-devel
+BuildRequires:  pkg-config
 BuildRequires:  scim-devel >= 1.4.7
-Requires:       scim
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,20 +44,12 @@
 %endif
 
 %build
-%configure -libdir=%{_libdir} --prefix=%{_prefix}
-make
+%configure --libdir=%{_libdir}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm -f %{buildroot}%{_libdir}/*.so
-
-%if ! 0%{?sles_version}
-%if %{_lib} == lib64
-mv %{buildroot}%{_prefix}/{lib,lib64}/scim-setup-unikey
-%endif
-%endif
-
-find %{buildroot} -name *.la -exec rm '{}' +
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -name "*.la" -delete -print
 %find_lang %{name}
 
 %post -p /sbin/ldconfig
@@ -68,11 +59,20 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_libdir}/scim-1.0/1.4.0/IMEngine/unikey.*
-%{_libdir}/scim-1.0/1.4.0/Helper/unikey-helper.so
-%{_datadir}/scim-unikey/
-%{_libdir}/libunikey-scim.so.*
-%{_datadir}/scim/icons/scim-unikey*.png
-%{_libdir}/scim-setup-unikey
+%{_scim_enginedir}/unikey.so
+%if 0%{?suse_version} >= 1140
+%{_scim_helperdir}/unikey-helper.so
+%{_libexecdir}/scim-setup-unikey
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/setup
+%{_datadir}/%{name}/setup/setup-macro.glade
+%{_datadir}/%{name}/setup/setup-main.glade
+%endif
+%{_libdir}/libunikey-scim.so
+%{_libdir}/libunikey-scim.so.1
+%{_libdir}/libunikey-scim.so.1.0.0
+%{_scim_icondir}/scim-unikey-check.png
+%{_scim_icondir}/scim-unikey-configure.png
+%{_scim_icondir}/scim-unikey.png
 
 %changelog


Reply via email to