From 975e81cefe92165e15e67ff854d31be382e3bf20 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:21:22 +0100 Subject: [PATCH] update to 1.21 [release 1.21-1mamba;Sat Nov 26 2022] --- tcllib.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/tcllib.spec b/tcllib.spec index 02d726d..19bc554 100644 --- a/tcllib.spec +++ b/tcllib.spec @@ -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 -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 1.21-1mamba +- update to 1.21 + * Sun Jul 31 2016 Silvan Calarco 1.18-2mamba - ... add a changelog entry