diff --git a/inih.changes b/inih.changes index 3a61abf..1a61780 100644 --- a/inih.changes +++ b/inih.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 19 15:31:37 UTC 2020 - Matthias Bach - 51 + +- Following packaging guidelines, exclude static libraries again. + ------------------------------------------------------------------- Fri Sep 18 19:44:27 UTC 2020 - Matthias Bach - 51 diff --git a/inih.spec b/inih.spec index 44dfe36..ad920c2 100644 --- a/inih.spec +++ b/inih.spec @@ -58,7 +58,7 @@ This package provides the development headers for INIH including the C++ binding %setup -q -n %{name}-r%{version} %build -%meson -Ddefault_library=both -Ddistro_install=true -Dwith_INIReader=true +%meson -Ddefault_library=shared -Ddistro_install=true -Dwith_INIReader=true %meson_build %check @@ -85,8 +85,6 @@ mv %{buildroot}%{_libdir}/libINIReader.so.49 %{buildroot}%{_libdir}/libINIReader %defattr(-,root,root) %{_includedir}/ini.h %{_includedir}/INIReader.h -%{_libdir}/libinih.a -%{_libdir}/libINIReader.a %{_libdir}/libinih.so %{_libdir}/libINIReader.so %{_libdir}/pkgconfig/inih.pc