automatic version update by autodist [release 8.6.15-1mamba;Thu Sep 19 2024]
This commit is contained in:
parent
4fdc99e489
commit
364c4cbe8c
10
tcl.spec
10
tcl.spec
@ -1,7 +1,7 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f1-2)
|
%define majversion %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: tcl
|
Name: tcl
|
||||||
Version: 8.6.14
|
Version: 8.6.15
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A simple scripting language designed to be embedded into other applications
|
Summary: A simple scripting language designed to be embedded into other applications
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -166,8 +166,6 @@ if [ $1 -gt 0 ]; then
|
|||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -189,7 +187,8 @@ fi
|
|||||||
%dir %{_libdir}/itcl4.*/
|
%dir %{_libdir}/itcl4.*/
|
||||||
%{_libdir}/itcl4.*/*
|
%{_libdir}/itcl4.*/*
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
%{_libdir}/tcl8/%{majversion}/tdbc/sqlite3-*.tm
|
%dir %{_libdir}/tcl8/%{majversion}/tdbc
|
||||||
|
%{_libdir}/tcl8/%{majversion}/tdbc/*
|
||||||
%endif
|
%endif
|
||||||
%dir %{_libdir}/tdbc1.*/
|
%dir %{_libdir}/tdbc1.*/
|
||||||
%{_libdir}/tdbc1.*/*
|
%{_libdir}/tdbc1.*/*
|
||||||
@ -230,6 +229,9 @@ fi
|
|||||||
%doc ChangeLog* changes
|
%doc ChangeLog* changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 19 2024 Automatic Build System <autodist@openmamba.org> 8.6.15-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 8.6.14-1mamba
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 8.6.14-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user