]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[Packaging] Shared libraries instead of static in freeswitch devel CentOS package. 1841/head
authorAndrey Volk <andywolk@gmail.com>
Tue, 25 Oct 2022 09:19:58 +0000 (12:19 +0300)
committerAndrey Volk <andywolk@gmail.com>
Tue, 25 Oct 2022 16:36:14 +0000 (19:36 +0300)
freeswitch.spec

index 769859ea16ef6a7d0e77999c4b158c1a84450fd0..3af95eabce28f0ed905bda2883cebce8cc4c7637 100644 (file)
@@ -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