From b059cdd047d9dc4d67b591dbd2af56c17359fda926b875f8335b84c4176fccc5 Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Sun, 16 Jul 2023 09:41:20 +0000 Subject: [PATCH] Accepting request 1094989 from home:matwey:branches:devel:languages:tcl - Fix build on armv7l - Fix the conflict in versioned library package content OBS-URL: https://build.opensuse.org/request/show/1094989 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/jimtcl?expand=0&rev=8 --- jimtcl.changes | 6 ++++++ jimtcl.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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