|
|
|
@ -3,10 +3,12 @@ Summary: Character set analyzer and detector
|
|
|
|
|
Version: 1.19
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2
|
|
|
|
|
Group: Applications/Text
|
|
|
|
|
Source: http://dl.cihar.com/enca/enca-%{version}.tar.xz
|
|
|
|
|
URL: http://cihar.com/software/enca
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Enca is an Extremely Naive Charset Analyser. It detects character set and
|
|
|
|
@ -27,7 +29,6 @@ and unknown encoding and convert them to some reasonable encoding.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Header files and libraries for %{name} charset analyzer
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
@ -90,9 +91,6 @@ make check LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.19-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Wed Mar 28 2018 Dmitry Butskoy <Dmitry@Butskoy.name> - 1.19-1
|
|
|
|
|
- update to 1.19
|
|
|
|
|
- avoid rpath in binaries
|