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
This commit is contained in:
Matwey Kornilov 2023-07-16 09:41:20 +00:00 committed by Git OBS Bridge
parent 73c1c57e98
commit b059cdd047
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jun 24 07:29:53 UTC 2023 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Fix build on armv7l
- Fix the conflict in versioned library package content
-------------------------------------------------------------------
Sat Jun 3 14:27:09 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -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