[Packaging] Shared libraries instead of static in freeswitch devel CentOS package.
This commit is contained in:
parent
442ebe344b
commit
d07b8af199
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue