84 |
%setup -q |
%setup -q |
85 |
|
|
86 |
%build |
%build |
87 |
%cmake -DENABLE_QT_GUI=OFF -DENABLE_GTK3_IM_MODULE=ON -DCMAKE_SKIP_RPATH=OFF -DENABLE_XDGAUTOSTART=OFF |
%cmake \ |
88 |
%make_build |
-DENABLE_QT_GUI=OFF \ |
89 |
|
-DENABLE_GTK3_IM_MODULE=ON \ |
90 |
|
-DCMAKE_SKIP_RPATH=OFF \ |
91 |
|
-DENABLE_XDGAUTOSTART=OFF |
92 |
|
%cmake_build |
93 |
|
|
94 |
%install |
%install |
95 |
%make_install -C build |
%cmake_install |
96 |
|
|
97 |
chrpath -d %{buildroot}%{_libdir}/*.so |
chrpath -d %{buildroot}%{_libdir}/*.so |
98 |
desktop-file-install --dir %{buildroot}%{_datadir}/applications \ |
desktop-file-install --dir %{buildroot}%{_datadir}/applications \ |