... add a changelog entry [release 1.18-2mamba;Sun Jul 31 2016]
This commit is contained in:
parent
d4e5650da6
commit
ab047b149e
19
tcllib.spec
19
tcllib.spec
@ -1,15 +1,18 @@
|
|||||||
%define majver %(echo %version|cut -d. -f1-2)
|
%define majver %(echo %version|cut -d. -f1-2)
|
||||||
|
%define pkgver %(echo %version | tr . _)
|
||||||
Name: tcllib
|
Name: tcllib
|
||||||
Version: 1.16
|
Version: 1.18
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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: http://www.scriptics.com
|
URL: https://core.tcl.tk/tcllib
|
||||||
Source: http://core.tcl.tk/tcllib/tarball/Tcllib-%{version}.tar.gz
|
Source: https://github.com/tcltk/tcllib/archive/tcllib_%{pkgver}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: libtcl
|
Requires: libtcl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -18,7 +21,7 @@ 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-%{version}
|
%setup -q -n tcllib-tcllib_%{pkgver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -44,6 +47,12 @@ These modules provide a wide variety of functionality, from implementation of st
|
|||||||
%{_mandir}/mann/*
|
%{_mandir}/mann/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18-2mamba
|
||||||
|
- ... add a changelog entry
|
||||||
|
|
||||||
|
* Sun Jul 31 2016 Automatic Build System <autodist@mambasoft.it> 1.18-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Sep 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16-1mamba
|
* Thu Sep 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16-1mamba
|
||||||
- update to 1.16
|
- update to 1.16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user