diff --git a/imgui.changes b/imgui.changes index 7fad89b..eba2ed1 100644 --- a/imgui.changes +++ b/imgui.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 20 11:18:02 UTC 2021 - Anton Smorodskyi + +- drop logic building imgui.so because this library is dummy and not +ship any actual functionality. ImGui suppose to be used as sources + ------------------------------------------------------------------- Sat Feb 20 15:07:04 UTC 2021 - Matthias Mailänder diff --git a/imgui.spec b/imgui.spec index eb9006d..5fe8cb8 100644 --- a/imgui.spec +++ b/imgui.spec @@ -47,21 +47,11 @@ No specific build process is required. You can add the .cpp files to your projec %setup -q %build -CXXFLAGS="%{optflags} -fPIC" make -C examples/example_null -cd examples/example_null -c++ -shared -o imgui.so imgui.o imgui_draw.o - %install mkdir -p %{buildroot}%{_includedir}/imgui cp *.h %{buildroot}%{_includedir}/imgui -install -Dm 0655 examples/example_null/imgui.so %{buildroot}%{_libdir}/imgui.so - -%files -%doc docs/README.md docs/CHANGELOG.txt -%license LICENSE.txt %files devel -%{_libdir}/imgui.so %{_includedir}/imgui %changelog