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 pkgver %(echo %version | tr . _)
%define pkgver %(echo %version | tr . -)
Name: tcllib
Version: 1.18
Release: 2mamba
Version: 1.21
Release: 1mamba
Summary: Library of utility modules for tcl
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://core.tcl.tk/tcllib
Source: https://github.com/tcltk/tcllib/archive/tcllib_%{pkgver}.tar.gz
URL: https://core.tcl-lang.org/tcllib/doc/trunk/embedded/index.md
Source: https://github.com/tcltk/tcllib.git/tcllib-%{pkgver}/tcllib-%{version}.tar.bz2
License: BSD
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: libtcl
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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.
%prep
%setup -q -n tcllib-tcllib_%{pkgver}
%setup -q
%build
%configure
@ -36,6 +35,7 @@ These modules provide a wide variety of functionality, from implementation of st
%files -n tcllib
%defattr(-,root,root)
%{_bindir}/dtplite
%{_bindir}/mkdoc
%{_bindir}/nns
%{_bindir}/nnsd
%{_bindir}/nnslog
@ -47,6 +47,9 @@ These modules provide a wide variety of functionality, from implementation of st
%{_mandir}/mann/*
%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
- ... add a changelog entry