mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
Add .cmake build files to .spec file
This commit is contained in:
parent
ebed81099d
commit
1e6c5b75e3
1 changed files with 3 additions and 1 deletions
|
@ -133,8 +133,10 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_includedir}/*
|
%dir %{_libdir}/cmake/%{name}
|
||||||
|
%{_libdir}/cmake/%{name}/*.cmake
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_includedir}/*
|
||||||
|
|
||||||
%files -n libfluidsynth3
|
%files -n libfluidsynth3
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
Loading…
Reference in a new issue