Compare commits

...

8 Commits

Author SHA1 Message Date
Robin Lee b21b247bd6 Merge branch 'master' into epel7 2019-12-01 16:04:27 +08:00
Li Rui Bin 03923e5042 Merge branch 'master' into epel7 2019-10-12 08:47:05 +08:00
Robin Lee 375a40c8ec rebuild (qt5) (BZ#1568394) 2018-04-17 23:38:55 +08:00
Li Rui Bin 0cb7fe8e1a Merge branch 'master' into epel7 2018-02-01 15:59:54 +08:00
Robin Lee b66aefc9e7 Merge branch 'master' into epel7 2017-08-15 00:28:12 +08:00
Robin Lee 9aa6d0c6af Merge branch 'master' into epel7 2016-10-21 11:11:03 +08:00
Rex Dieter cf889ac5a0 rebuild (Qt5) 2016-06-16 12:17:33 -05:00
Robin Lee 9d465cf76b Build for epel7.
- Rely on extra-cmake-modules to pull in a proper version of cmake
2016-04-24 11:03:23 +08:00
1 changed files with 5 additions and 3 deletions

View File

@ -10,8 +10,6 @@ Summary: Fcitx IM module for Qt5
License: GPLv2+ and BSD
URL: https://github.com/fcitx/fcitx-qt5
Source0: http://download.fcitx-im.org/%{name}/%{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: fcitx-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: libxkbcommon-devel
@ -32,7 +30,7 @@ This package provides Fcitx Qt5 input context.
%package devel
Summary: Development files for fcitx-qt5
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: cmake
%description devel
The %{name}-devel package contains libraries and header files necessary for
@ -44,7 +42,11 @@ developing programs using fcitx-qt5 libraries.
%build
mkdir -pv build
pushd build
%if "%{?__cmake3}" != ""
%cmake3 ..
%else
%cmake ..
%endif
popd
make %{?_smp_mflags} -C build