- Include static library
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=3
This commit is contained in:
parent
618538bca4
commit
6af63101a1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 20:39:44 UTC 2020 - Matthias Bach <marix@marix.org>
|
||||
|
||||
- Include static library
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 20:27:11 UTC 2020 - Matthias Bach <marix@marix.org>
|
||||
|
||||
|
@ -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=shared -Ddistro_install=true -Dwith_INIReader=true
|
||||
%meson -Ddefault_library=both -Ddistro_install=true -Dwith_INIReader=true
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
@ -80,6 +80,8 @@ This package provides the development headers for INIH including the C++ binding
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user