Hello community, here is the log from the commit of package ibus-qt for openSUSE:Factory checked in at 2019-02-08 12:05:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibus-qt (Old) and /work/SRC/openSUSE:Factory/.ibus-qt.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus-qt" Fri Feb 8 12:05:16 2019 rev:18 rq:669875 version:1.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ibus-qt/ibus-qt.changes 2017-06-17 10:17:10.652940782 +0200 +++ /work/SRC/openSUSE:Factory/.ibus-qt.new.28833/ibus-qt.changes 2019-02-08 12:05:24.993649110 +0100 @@ -1,0 +2,6 @@ +Tue Jan 29 13:25:23 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Convert to pkgconfig dependencies +- Use %cmake macros + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibus-qt.spec ++++++ --- /var/tmp/diff_new_pack.G4ZMFK/_old 2019-02-08 12:05:25.857648786 +0100 +++ /var/tmp/diff_new_pack.G4ZMFK/_new 2019-02-08 12:05:25.865648782 +0100 @@ -1,7 +1,7 @@ # # spec file for package ibus-qt # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,22 +20,25 @@ Version: 1.3.3 Release: 0 Summary: Qt IBus library and Qt input method plugin -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Libraries -Url: https://github.com/ibus/ibus-qt/ +URL: https://github.com/ibus/ibus-qt/ Source: https://github.com/ibus/ibus-qt/releases/download/%{version}/%{name}-%{version}-Source.tar.gz Source99: baselibs.conf Patch1: fix-keysym-type.patch BuildRequires: cmake -BuildRequires: dbus-1-devel >= 1.2 BuildRequires: doxygen BuildRequires: fdupes -BuildRequires: ibus-devel >= 1.2 -BuildRequires: libicu-devel >= 4.0 -BuildRequires: libqt4-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtDBus) +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtXml) +BuildRequires: pkgconfig(dbus-1) >= 1.2 +BuildRequires: pkgconfig(ibus-1.0) >= 1.3.7 +BuildRequires: pkgconfig(icu-i18n) >= 4.0 Supplements: packageand(ibus:libqt4) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%ibus_requires +%{ibus_requires} %description Qt IBus library and Qt input method plugin. @@ -53,29 +56,24 @@ %patch1 -p1 %build -cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DLIBDIR=%{_libdir} -make %{?_smp_mflags} +%cmake +%make_jobs %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%cmake_install %fdupes %{buildroot} # handled by %doc macro rm -rf %{buildroot}%{_datadir}/doc/%{name}-%{version} %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/libibus-qt.so.* %{_libdir}/qt4/plugins/inputmethods/libqtim-ibus.so %files devel -%defattr(-,root,root) %doc AUTHORS README %{_includedir}/* %{_libdir}/libibus-qt.so
