[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*
|
%{__rm} -f %{buildroot}/%{MODINSTDIR}/ftmod_sangoma_isdn*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%{__rm} -f %{buildroot}/%{LIBDIR}/*.la
|
||||||
|
%{__rm} -f %{buildroot}/%{MODINSTDIR}/*.la
|
||||||
|
|
||||||
|
|
||||||
######################################################################################################################
|
######################################################################################################################
|
||||||
|
@ -1861,10 +1863,8 @@ fi
|
||||||
#
|
#
|
||||||
######################################################################################################################
|
######################################################################################################################
|
||||||
%files devel
|
%files devel
|
||||||
%{LIBDIR}/*.a
|
%{LIBDIR}/*.so*
|
||||||
%{LIBDIR}/*.la
|
|
||||||
%{PKGCONFIGDIR}/*
|
%{PKGCONFIGDIR}/*
|
||||||
%{MODINSTDIR}/*.*a
|
|
||||||
%{INCLUDEDIR}/*.h
|
%{INCLUDEDIR}/*.h
|
||||||
%{INCLUDEDIR}/test/*.h
|
%{INCLUDEDIR}/test/*.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue