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