|
@@ -2,7 +2,7 @@
|
|
%define _qt4_plugindir %(pkg-config --variable plugindir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/plugins)
|
|
%define _qt4_plugindir %(pkg-config --variable plugindir --silence-errors Qt 2>/dev/null || echo %{_qt4_prefix}/plugins)
|
|
|
|
|
|
%define ver 1.3.2
|
|
%define ver 1.3.2
|
|
-%define rel 3
|
|
|
|
|
|
+%define rel 4
|
|
|
|
|
|
Summary: Qt IBus library and Qt input method plugin
|
|
Summary: Qt IBus library and Qt input method plugin
|
|
Summary(ja): Qt iBus ライブラリと入力メソッドプラグイン
|
|
Summary(ja): Qt iBus ライブラリと入力メソッドプラグイン
|
|
@@ -44,7 +44,8 @@ The ibus-qt-devel package contains the header files for ibus Qt library.
|
|
%build
|
|
%build
|
|
%cmake \
|
|
%cmake \
|
|
-DCMAKE_INSTALL_PREFIX=%{_usr} \
|
|
-DCMAKE_INSTALL_PREFIX=%{_usr} \
|
|
- -DLIBDIR=%{_libdir}
|
|
|
|
|
|
+ -DLIBDIR=%{_libdir} \
|
|
|
|
+ -DCMAKE_CXX_FLAGS="-std=c++11"
|
|
|
|
|
|
make \
|
|
make \
|
|
VERBOSE=1 \
|
|
VERBOSE=1 \
|
|
@@ -79,6 +80,10 @@ make install DESTDIR=%{buildroot}
|
|
%{_libdir}/libibus-qt.so
|
|
%{_libdir}/libibus-qt.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jan 18 2018 Toshiaki Ara <ara_t@384.jp> 1.3.2-4
|
|
|
|
+- rebuild with icu-60.2
|
|
|
|
+- add option: -DCMAKE_CXX_FLAGS="-std=c++11"
|
|
|
|
+
|
|
* Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> 1.3.2-3
|
|
* Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> 1.3.2-3
|
|
- rebuild with gcc-5.4.0
|
|
- rebuild with gcc-5.4.0
|
|
|
|
|