diff --git a/uchardet.spec b/uchardet.spec index 6f8748d..721df37 100644 --- a/uchardet.spec +++ b/uchardet.spec @@ -1,15 +1,15 @@ Name: uchardet Version: 0.0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An encoding detector library ported from Mozilla License: MPLv1.1 URL: https://github.com/BYVoid/%{name} -Source0: https://github.com/BYVoid/uchardet/archive/v%{version}/%{name}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: gcc -BuildRequires: gcc-c++ -BuildRequires: cmake +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: cmake %description Uchardet is a C language binding of the original C++ implementation of the @@ -18,11 +18,11 @@ detector library, which takes a sequence of bytes in an unknown character encoding without any additional information, and attempts to determine the encoding of the text. -%package devel +%package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -%description devel +%description devel The %{name}-devel package contains headers and shared libraries for developing tools for uchardet. @@ -69,6 +69,9 @@ popd %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Jul 07 2016 Igor Gnatenko - 0.0.5-4 +- Rebuild for f23 to fix i686 + * Fri Feb 12 2016 Igor Gnatenko - 0.0.5-3 - Fixup summary in devel subpkg