From d17bad47476ac7eaabf0cd78383d65c246015a88 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 12 Feb 2016 13:12:27 +0100 Subject: [PATCH] Fixup summary in devel subpkg Signed-off-by: Igor Gnatenko --- uchardet.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/uchardet.spec b/uchardet.spec index 9c8e6a4..6f8748d 100644 --- a/uchardet.spec +++ b/uchardet.spec @@ -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 - 0.0.5-3 +- Fixup summary in devel subpkg + * Mon Feb 08 2016 Igor Gnatenko - 0.0.5-2 - Fix building on i686 properly