SHA256
5
0
forked from pool/libstfl

Stop shipping static library

This commit is contained in:
2025-01-06 12:34:22 +01:00
parent e68313edc1
commit 0eb47e360d
2 changed files with 2 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ make %{?_smp_mflags} \
ln -s libstfl.so.*.* libstfl.so.%{sover}
popd
}
rm -fv "%{buildroot}/%{_libdir}"/*.a
%post -n libstfl%{sover} -p /sbin/ldconfig
%postun -n libstfl%{sover} -p /sbin/ldconfig
@@ -97,7 +98,6 @@ make %{?_smp_mflags} \
%files -n libstfl-devel
%{_includedir}/stfl.h
%{_libdir}/libstfl.so
%{_libdir}/libstfl.a
%{_libdir}/pkgconfig/stfl.pc
%changelog