- run unit tests in the %check target

- install LICENSE as a %license, not a %doc

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=6
This commit is contained in:
Adam Majer 2018-04-16 08:55:03 +00:00 committed by Git OBS Bridge
parent 150a230b80
commit b6439598b7
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 16 08:54:14 UTC 2018 - adam.majer@suse.de
- run unit tests in the %check target
- install LICENSE as a %license, not a %doc
-------------------------------------------------------------------
Sat Apr 14 11:36:10 UTC 2018 - aloisio@gmx.com

View File

@ -82,8 +82,12 @@ make %{?_smp_mflags}
%install
%cmake_install
%check
%ctest
%files devel
%doc LICENSE README.md
%doc README.md
%license LICENSE
%{_includedir}/%{name}
%{_libdir}/cmake/%{name}
%{_libdir}/pkgconfig/%{name}.pc