- Following packaging guidelines, exclude static libraries again.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=6
This commit is contained in:
parent
80b836bd6b
commit
50e0698a54
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 19 15:31:37 UTC 2020 - Matthias Bach <marix@marix.org> - 51
|
||||||
|
|
||||||
|
- Following packaging guidelines, exclude static libraries again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 18 19:44:27 UTC 2020 - Matthias Bach <marix@marix.org> - 51
|
Fri Sep 18 19:44:27 UTC 2020 - Matthias Bach <marix@marix.org> - 51
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ This package provides the development headers for INIH including the C++ binding
|
|||||||
%setup -q -n %{name}-r%{version}
|
%setup -q -n %{name}-r%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Ddefault_library=both -Ddistro_install=true -Dwith_INIReader=true
|
%meson -Ddefault_library=shared -Ddistro_install=true -Dwith_INIReader=true
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -85,8 +85,6 @@ mv %{buildroot}%{_libdir}/libINIReader.so.49 %{buildroot}%{_libdir}/libINIReader
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/ini.h
|
%{_includedir}/ini.h
|
||||||
%{_includedir}/INIReader.h
|
%{_includedir}/INIReader.h
|
||||||
%{_libdir}/libinih.a
|
|
||||||
%{_libdir}/libINIReader.a
|
|
||||||
%{_libdir}/libinih.so
|
%{_libdir}/libinih.so
|
||||||
%{_libdir}/libINIReader.so
|
%{_libdir}/libINIReader.so
|
||||||
%{_libdir}/pkgconfig/inih.pc
|
%{_libdir}/pkgconfig/inih.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user