!20 【轻量级 PR】:remove redundant provide fields
From: @kerongw Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
4890943f54
@ -1,6 +1,6 @@
|
||||
Name: libjpeg-turbo
|
||||
Version: 2.1.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: MMX/SSE2/SIMD accelerated libjpeg-compatible JPEG codec library
|
||||
License: IJG
|
||||
URL: http://sourceforge.net/projects/libjpeg-turbo
|
||||
@ -11,9 +11,6 @@ BuildRequires: gcc cmake libtool nasm
|
||||
Obsoletes: libjpeg < 6b-47 turbojpeg < %{version}-%{release}
|
||||
Provides: libjpeg = 6b-47 turbojpeg = %{version}-%{release}
|
||||
|
||||
Provides: %{name}-utils = %{version}-%{release}
|
||||
Obsoletes: %{name}-utils < %{version}-%{release}
|
||||
|
||||
%description
|
||||
libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec)
|
||||
to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems.
|
||||
@ -144,6 +141,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test %{?_smp_mflags}
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 13 2022 wangkerong <wangkerong@h-partners.com> - 2.1.1-3
|
||||
- utils provide by libjpeg-turbo-utils subpackage,the main package shouldn't provide it
|
||||
|
||||
* Wed Mar 30 2022 liuyumeng <liuyumeng5@h-partners.com> - 2.1.1-2
|
||||
- enable tests
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user