|
|
@ -1,11 +1,11 @@
|
|
|
|
Name: uchardet
|
|
|
|
Name: uchardet
|
|
|
|
Version: 0.0.5
|
|
|
|
Version: 0.0.5
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: An encoding detector library ported from Mozilla
|
|
|
|
Summary: An encoding detector library ported from Mozilla
|
|
|
|
|
|
|
|
|
|
|
|
License: MPLv1.1
|
|
|
|
License: MPLv1.1
|
|
|
|
URL: https://github.com/BYVoid/%{name}
|
|
|
|
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
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
@ -69,6 +69,9 @@ popd
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 07 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.0.5-4
|
|
|
|
|
|
|
|
- Rebuild for f23 to fix i686
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.0.5-3
|
|
|
|
* Fri Feb 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.0.5-3
|
|
|
|
- Fixup summary in devel subpkg
|
|
|
|
- Fixup summary in devel subpkg
|
|
|
|
|
|
|
|
|
|
|
|