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
|
Name: uchardet
|
||||||
Version: 0.0.5
|
Version: 0.0.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: An encoding detector library ported from Mozilla
|
Summary: An encoding detector library ported from Mozilla
|
||||||
|
|
||||||
License: MPLv1.1
|
License: MPLv1.1
|
||||||
@ -19,7 +19,7 @@ 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
|
||||||
@ -33,8 +33,8 @@ mkdir build
|
|||||||
%build
|
%build
|
||||||
pushd build
|
pushd build
|
||||||
%cmake .. \
|
%cmake .. \
|
||||||
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
|
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
|
||||||
-DBUILD_STATIC=OFF
|
-DBUILD_STATIC=OFF
|
||||||
%make_build
|
%make_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -69,6 +69,9 @@ popd
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 08 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.0.5-2
|
||||||
- Fix building on i686 properly
|
- Fix building on i686 properly
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user