mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Merge pull request #7055 from dgarske/fix_rpmspec
Fixes for RPM Spec: Move the .so to devel files
This commit is contained in:
@ -80,8 +80,7 @@ mkdir -p $RPM_BUILD_ROOT/
|
|||||||
%{_docdir}/wolfssl/example/tls_bench.c
|
%{_docdir}/wolfssl/example/tls_bench.c
|
||||||
%{_docdir}/wolfssl/README.txt
|
%{_docdir}/wolfssl/README.txt
|
||||||
%{_docdir}/wolfssl/QUIC.md
|
%{_docdir}/wolfssl/QUIC.md
|
||||||
|
%{_libdir}/libwolfssl@LIBSUFFIX@.so.*
|
||||||
%{_libdir}/libwolfssl@LIBSUFFIX@.so*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -91,6 +90,7 @@ mkdir -p $RPM_BUILD_ROOT/
|
|||||||
%{_includedir}/wolfssl/wolfcrypt/*.h
|
%{_includedir}/wolfssl/wolfcrypt/*.h
|
||||||
%{_includedir}/wolfssl/openssl/*.h
|
%{_includedir}/wolfssl/openssl/*.h
|
||||||
%{_libdir}/pkgconfig/wolfssl.pc
|
%{_libdir}/pkgconfig/wolfssl.pc
|
||||||
|
%{_libdir}/libwolfssl@LIBSUFFIX@.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 17 2022 Juliusz Sosinowicz <juliusz@wolfssl.com>
|
* Mon Oct 17 2022 Juliusz Sosinowicz <juliusz@wolfssl.com>
|
||||||
|
Reference in New Issue
Block a user