Fixup summary in devel subpkg
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
a7fa9480ba
commit
d17bad4747
@ -1,6 +1,6 @@
|
||||
Name: uchardet
|
||||
Version: 0.0.5
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: An encoding detector library ported from Mozilla
|
||||
|
||||
License: MPLv1.1
|
||||
@ -19,7 +19,7 @@ encoding without any additional information, and attempts to determine the
|
||||
encoding of the text.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for ${name}
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -33,8 +33,8 @@ mkdir build
|
||||
%build
|
||||
pushd build
|
||||
%cmake .. \
|
||||
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
|
||||
-DBUILD_STATIC=OFF
|
||||
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
|
||||
-DBUILD_STATIC=OFF
|
||||
%make_build
|
||||
popd
|
||||
|
||||
@ -69,6 +69,9 @@ popd
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.0.5-3
|
||||
- Fixup summary in devel subpkg
|
||||
|
||||
* Mon Feb 08 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.0.5-2
|
||||
- Fix building on i686 properly
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user