Hello community,

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

Package is "scim-m17n"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scim-m17n/scim-m17n.changes      2013-08-06 
11:54:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scim-m17n.new/scim-m17n.changes 2015-09-24 
06:13:54.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 16 09:33:10 UTC 2015 - i...@marguerite.su
+
+- clean up specfile, use macros from macros.scim
+- add pkg-config as dependency to fix SLE_11_SP3/4 builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scim-m17n.spec ++++++
--- /var/tmp/diff_new_pack.HpeEdR/_old  2015-09-24 06:13:55.000000000 +0200
+++ /var/tmp/diff_new_pack.HpeEdR/_new  2015-09-24 06:13:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-m17n
 #
-# Copyright (c) 2013 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
@@ -28,6 +28,7 @@
 BuildRequires:  libotf-devel
 BuildRequires:  libtool
 BuildRequires:  m17n-lib-devel
+BuildRequires:  pkg-config
 BuildRequires:  scim-devel
 BuildRequires:  wordcut-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -49,9 +50,7 @@
 are also included.
 
 %prep
-%define scim_binary_version %(pkg-config --variable=scim_binary_version scim)
 %setup -q
-find . -name CVS -type d | xargs rm -rf
 
 %build
 libtoolize --force
@@ -62,8 +61,8 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
-rm -f 
%{buildroot}/%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/m17n.{a,la}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
 
@@ -72,11 +71,7 @@
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING README
-%dir %{_libdir}/scim-1.0/
-%dir %{_libdir}/scim-1.0/%{scim_binary_version}/
-%dir %{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/
-%{_libdir}/scim-1.0/%{scim_binary_version}/IMEngine/m17n.so
-%dir %{_datadir}/scim/icons/
-%{_datadir}/scim/icons/scim-m17n.png
+%{_scim_enginedir}/m17n.so
+%{_scim_icondir}/scim-m17n.png
 
 %changelog


Reply via email to