update to 1.21 [release 1.21-1mamba;Sat Nov 26 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 18:21:22 +01:00
parent ab047b149e
commit 975e81cefe

View File

@ -1,27 +1,26 @@
%define majver %(echo %version|cut -d. -f1-2) %define majver %(echo %version|cut -d. -f1-2)
%define pkgver %(echo %version | tr . _) %define pkgver %(echo %version | tr . -)
Name: tcllib Name: tcllib
Version: 1.18 Version: 1.21
Release: 2mamba Release: 1mamba
Summary: Library of utility modules for tcl Summary: Library of utility modules for tcl
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://core.tcl.tk/tcllib URL: https://core.tcl-lang.org/tcllib/doc/trunk/embedded/index.md
Source: https://github.com/tcltk/tcllib/archive/tcllib_%{pkgver}.tar.gz Source: https://github.com/tcltk/tcllib.git/tcllib-%{pkgver}/tcllib-%{version}.tar.bz2
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: libtcl Requires: libtcl
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Tcllib is a collection of utility modules for tcl. Tcllib is a collection of utility modules for tcl.
These modules provide a wide variety of functionality, from implementation of standard data structures to implementation of common networking protocols. The intent is to collect commoly used function into a single library, which users can rely on to be available and stable. These modules provide a wide variety of functionality, from implementation of standard data structures to implementation of common networking protocols. The intent is to collect commoly used function into a single library, which users can rely on to be available and stable.
%prep %prep
%setup -q -n tcllib-tcllib_%{pkgver} %setup -q
%build %build
%configure %configure
@ -36,6 +35,7 @@ These modules provide a wide variety of functionality, from implementation of st
%files -n tcllib %files -n tcllib
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/dtplite %{_bindir}/dtplite
%{_bindir}/mkdoc
%{_bindir}/nns %{_bindir}/nns
%{_bindir}/nnsd %{_bindir}/nnsd
%{_bindir}/nnslog %{_bindir}/nnslog
@ -47,6 +47,9 @@ These modules provide a wide variety of functionality, from implementation of st
%{_mandir}/mann/* %{_mandir}/mann/*
%changelog %changelog
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.21-1mamba
- update to 1.21
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18-2mamba * Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18-2mamba
- ... add a changelog entry - ... add a changelog entry