Rebuild for f23 to fix i686
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
d17bad4747
commit
f3dabc85f6
@ -1,15 +1,15 @@
|
|||||||
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++
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Uchardet is a C language binding of the original C++ implementation of the
|
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 without any additional information, and attempts to determine the
|
||||||
encoding of the text.
|
encoding of the text.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains headers and shared libraries
|
The %{name}-devel package contains headers and shared libraries
|
||||||
for developing tools for uchardet.
|
for developing tools for uchardet.
|
||||||
|
|
||||||
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user