Some profile doesn't support %check section. It causes the build error
issue. To solve the issue, this patch adjusts %check section position.
Change-Id: I7f3e0f66691cb8e062d7d1a2ebd12cbbba5bca6b
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
find . -name '*.gcno' -exec cp '{}' gcov-obj ';'
%endif
-%install
-rm -rf %{buildroot}
-
-%make_install
-
-%if 0%{?gcov:1}
-mkdir -p %{buildroot}%{_datadir}/gcov/obj
-install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
-%endif
-
%check
ctest --output-on-failure %{?_smp_mflags}
%if 0%{?gcov:1}
install -m 0644 rpc-port.zip %{buildroot}%{_datadir}/gcov/
%endif
+%install
+rm -rf %{buildroot}
+
+%make_install
+
+%if 0%{?gcov:1}
+mkdir -p %{buildroot}%{_datadir}/gcov/obj
+install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
+%endif
%post -p /sbin/ldconfig