update to 0.0.8 [release 0.0.8-1mamba;Tue Dec 13 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 18:46:10 +01:00
parent c3db793e53
commit 4414da0013

View File

@ -1,5 +1,5 @@
Name: uchardet
Version: 0.0.7
Version: 0.0.8
Release: 1mamba
Summary: An encoding detectory tool and library
Group: Development/Tools
@ -11,13 +11,11 @@ Source: https://www.freedesktop.org/software/uchardet/releases/uchardet-%
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The Uchardet package contains an encoding detectory library which takes a sequence of bytes in an unknown character encoding and attempts to determine the encoding of the text.
@ -75,9 +73,14 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libuchardet.a
%{_libdir}/libuchardet.so
%{_libdir}/pkgconfig/uchardet.pc
%dir %{_libdir}/cmake/uchardet
%{_libdir}/cmake/uchardet/uchardet*.cmake
%doc README.md
%changelog
* Tue Dec 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.8-1mamba
- update to 0.0.8
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 0.0.7-1mamba
- automatic version update by autodist