Correct a description
This commit is contained in:
parent
de2c8e174b
commit
745a101675
13
recode.spec
13
recode.spec
@ -1,6 +1,6 @@
|
||||
Name: recode
|
||||
Version: 3.7.6
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Conversion between character sets and surfaces
|
||||
# COPYING: GPLv3 text
|
||||
# COPYING-LIB: LGPLv3 text
|
||||
@ -71,11 +71,11 @@ BuildRequires: python3-Cython
|
||||
BuildRequires: python3-devel >= 3.7.5
|
||||
|
||||
%description
|
||||
The recode tool and library convert files between character sets and usages.
|
||||
The recode tool and library convert files between character sets and surfaces.
|
||||
It recognizes or produces over 200 different character sets (or about 300 if
|
||||
combined with an iconv library) and transliterates files between almost any
|
||||
pair. When exact transliteration are not possible, it gets rid of the
|
||||
offending characters or falls back on approximations.
|
||||
pair. When exact transliteration is not possible, it gets rid of the offending
|
||||
character or falls back on an approximations.
|
||||
|
||||
%package devel
|
||||
Summary: Header files for development using recode library
|
||||
@ -84,7 +84,7 @@ License: LGPLv3+
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides deader files for recode library.
|
||||
This package provides the header files for a recode library.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -131,6 +131,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Petr Pisar <ppisar@redhat.com> - 3.7.6-4
|
||||
- Correct a description
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user