|
|
@ -3,10 +3,12 @@ Summary: Character set analyzer and detector
|
|
|
|
Version: 1.19
|
|
|
|
Version: 1.19
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: Applications/Text
|
|
|
|
|
|
|
|
Source: http://dl.cihar.com/enca/enca-%{version}.tar.xz
|
|
|
|
Source: http://dl.cihar.com/enca/enca-%{version}.tar.xz
|
|
|
|
URL: http://cihar.com/software/enca
|
|
|
|
URL: http://cihar.com/software/enca
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Enca is an Extremely Naive Charset Analyser. It detects character set and
|
|
|
|
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
|
|
|
|
%package devel
|
|
|
|
Summary: Header files and libraries for %{name} charset analyzer
|
|
|
|
Summary: Header files and libraries for %{name} charset analyzer
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|