update to 2.5.12 [release 2.5.12-1mamba;Mon Feb 12 2024]
This commit is contained in:
parent
2e881ac49f
commit
4009d27be8
@ -1,13 +1,13 @@
|
||||
%define pkg_version %(echo %version | tr . _)
|
||||
Name: libteckit
|
||||
Version: 2.5.10
|
||||
Version: 2.5.12
|
||||
Release: 1mamba
|
||||
Summary: A Text Encoding Conversion toolkit
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=teckit
|
||||
URL: https://github.com/silnrsi/teckit
|
||||
Source: https://github.com/silnrsi/teckit.git/v%{version}/teckit-%{version}.tar.bz2
|
||||
Patch0: libteckit-2.5.1-includes.patch
|
||||
License: Common Public License Version 0.5, GPL, LGPL
|
||||
@ -41,19 +41,17 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description static
|
||||
A Text Encoding Conversion toolkit.
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
This package contains static libraries need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n teckit-%{version}
|
||||
%patch 0 -p1
|
||||
|
||||
#sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
|
||||
#chmod 755 ./autogen.sh
|
||||
#rm -rf zlib*
|
||||
sh ./autogen.sh
|
||||
|
||||
%build
|
||||
sh ./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -99,6 +97,9 @@ sh ./autogen.sh
|
||||
%{_libdir}/libTECkit_Compiler.*a
|
||||
|
||||
%changelog
|
||||
* Mon Feb 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.12-1mamba
|
||||
- update to 2.5.12
|
||||
|
||||
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 2.5.10-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user