- 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:
parent
150a230b80
commit
b6439598b7
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user