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 . _)
|
%define pkg_version %(echo %version | tr . _)
|
||||||
Name: libteckit
|
Name: libteckit
|
||||||
Version: 2.5.10
|
Version: 2.5.12
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Text Encoding Conversion toolkit
|
Summary: A Text Encoding Conversion toolkit
|
||||||
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://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
|
Source: https://github.com/silnrsi/teckit.git/v%{version}/teckit-%{version}.tar.bz2
|
||||||
Patch0: libteckit-2.5.1-includes.patch
|
Patch0: libteckit-2.5.1-includes.patch
|
||||||
License: Common Public License Version 0.5, GPL, LGPL
|
License: Common Public License Version 0.5, GPL, LGPL
|
||||||
@ -41,19 +41,17 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description static
|
%description static
|
||||||
A Text Encoding Conversion toolkit.
|
A Text Encoding Conversion toolkit.
|
||||||
|
This package contains static libraries needed for development.
|
||||||
|
|
||||||
This package contains static libraries need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n teckit-%{version}
|
%setup -q -n teckit-%{version}
|
||||||
%patch0 -p1
|
%patch 0 -p1
|
||||||
|
|
||||||
#sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.ac
|
sh ./autogen.sh
|
||||||
#chmod 755 ./autogen.sh
|
|
||||||
#rm -rf zlib*
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
sh ./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -99,6 +97,9 @@ sh ./autogen.sh
|
|||||||
%{_libdir}/libTECkit_Compiler.*a
|
%{_libdir}/libTECkit_Compiler.*a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 2.5.10-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user