enable testing
This commit is contained in:
parent
69dc56e4e2
commit
c63dd6e3d7
@ -8,7 +8,7 @@ Summary: A documentation system for C/C++
|
|||||||
Name: doxygen
|
Name: doxygen
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.8.14
|
Version: 1.8.14
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
|
|
||||||
# No version is specified.
|
# No version is specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -157,6 +157,9 @@ rm -rf %{buildroot}/%{_docdir}/packages
|
|||||||
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%check
|
||||||
|
make tests -C %{_target_platform}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc LANGUAGE.HOWTO README.md
|
%doc LANGUAGE.HOWTO README.md
|
||||||
%if ! 0%{?_module_build}
|
%if ! 0%{?_module_build}
|
||||||
@ -187,6 +190,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 06 2018 Than Ngo <than@redhat.com> - 1:1.8.14-8
|
||||||
|
- enable testing
|
||||||
|
|
||||||
* Mon Jul 23 2018 Than Ngo <than@redhat.com> - 1:1.8.14-7
|
* Mon Jul 23 2018 Than Ngo <than@redhat.com> - 1:1.8.14-7
|
||||||
- add BR: gcc-c++ gcc
|
- add BR: gcc-c++ gcc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user