diff --git a/libkeyfinder.spec b/libkeyfinder.spec index 675a6d1..32e34c7 100644 --- a/libkeyfinder.spec +++ b/libkeyfinder.spec @@ -1,5 +1,5 @@ Name: libkeyfinder -Version: 2.2.5 +Version: 2.2.6 Release: 1mamba Summary: A small C++11 library for estimating the musical key of digital audio Group: System/Libraries @@ -58,12 +58,17 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %dir %{_includedir}/keyfinder %{_includedir}/keyfinder/*.h -%dir %{_prefix}/lib/cmake/KeyFinder -%{_prefix}/lib/cmake/KeyFinder/KeyFinder*.cmake +%dir %{_libdir}/cmake/KeyFinder +%{_libdir}/cmake/KeyFinder/KeyFinder*.cmake +%dir %{_libdir}/cmake/KeyFinder/modules +%{_libdir}/cmake/KeyFinder/modules/*.cmake %{_libdir}/libkeyfinder.so %{_libdir}/pkgconfig/libkeyfinder.pc %doc README.md %changelog +* Fri Jan 07 2022 Automatic Build System 2.2.6-1mamba +- automatic version update by autodist + * Sat Oct 23 2021 Silvan Calarco 2.2.5-1mamba - package created using the webbuild interface