diff --git a/jimtcl.changes b/jimtcl.changes index 4529d95..25ea1a8 100644 --- a/jimtcl.changes +++ b/jimtcl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 24 07:29:53 UTC 2023 - Matwey Kornilov + +- Fix build on armv7l +- Fix the conflict in versioned library package content + ------------------------------------------------------------------- Sat Jun 3 14:27:09 UTC 2023 - Andrea Manzini diff --git a/jimtcl.spec b/jimtcl.spec index 6b2b950..aacf755 100644 --- a/jimtcl.spec +++ b/jimtcl.spec @@ -57,7 +57,7 @@ Jim is an opensource small-footprint implementation of the Tcl programming langu %prep %autosetup -N -n %{name}-%{version} # exclude aio-stat-1.1 mtime test on 32bit arch -%ifarch i586 armv8l +%ifarch i586 %arm %autopatch -p1 %endif # exclude SSL test because build env does not have internet connectivity @@ -96,9 +96,6 @@ rm -rf %{buildroot}%{_prefix}/docs %files -n %{libjim_name} %license LICENSE %{_libdir}/libjim.so.* -%dir %{_libdir}/jim -%{_libdir}/jim/README.extensions -%{_libdir}/jim/tcltest.tcl %files devel %license LICENSE @@ -107,5 +104,8 @@ rm -rf %{buildroot}%{_prefix}/docs %{_bindir}/build-jim-ext %{_libdir}/libjim.so %{_libdir}/pkgconfig/jimtcl.pc +%dir %{_libdir}/jim +%{_libdir}/jim/README.extensions +%{_libdir}/jim/tcltest.tcl %changelog