1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 09:44:26 +00:00

Merge pull request from signalwire/rpmshared

[Packaging] Shared libraries instead of static in freeswitch devel CentOS package.
This commit is contained in:
Andrey Volk 2022-10-25 20:45:34 +03:00 committed by GitHub
commit fee17e1480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1709,6 +1709,8 @@ cd ../..
%{__rm} -f %{buildroot}/%{MODINSTDIR}/ftmod_sangoma_isdn*
%endif
%{__rm} -f %{buildroot}/%{LIBDIR}/*.la
%{__rm} -f %{buildroot}/%{MODINSTDIR}/*.la
######################################################################################################################
@ -1861,10 +1863,8 @@ fi
#
######################################################################################################################
%files devel
%{LIBDIR}/*.a
%{LIBDIR}/*.la
%{LIBDIR}/*.so*
%{PKGCONFIGDIR}/*
%{MODINSTDIR}/*.*a
%{INCLUDEDIR}/*.h
%{INCLUDEDIR}/test/*.h