Minor provides tuning (#863231)
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
176d736ea8
commit
3c565cc1d9
@ -1,6 +1,6 @@
|
|||||||
Name: libjpeg-turbo
|
Name: libjpeg-turbo
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -19,7 +19,10 @@ BuildRequires: nasm
|
|||||||
Obsoletes: libjpeg < 6b-47
|
Obsoletes: libjpeg < 6b-47
|
||||||
# add provides (even if it not needed) to workaround bad packages, like
|
# add provides (even if it not needed) to workaround bad packages, like
|
||||||
# java-1.6.0-openjdk (#rh607554) -- atkac
|
# java-1.6.0-openjdk (#rh607554) -- atkac
|
||||||
Provides: libjpeg = 6b-47
|
Provides: libjpeg = 6b-47%{?dist}
|
||||||
|
%if "%{?_isa}" != ""
|
||||||
|
Provides: libjpeg%{_isa} = 6b-47%{?dist}
|
||||||
|
%endif
|
||||||
|
|
||||||
Patch0: libjpeg-turbo12-noinst.patch
|
Patch0: libjpeg-turbo12-noinst.patch
|
||||||
|
|
||||||
@ -31,9 +34,9 @@ JPEG images.
|
|||||||
Summary: Headers for the libjpeg-turbo library
|
Summary: Headers for the libjpeg-turbo library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Obsoletes: libjpeg-devel < 6b-47
|
Obsoletes: libjpeg-devel < 6b-47
|
||||||
Provides: libjpeg-devel = 6b-47
|
Provides: libjpeg-devel = 6b-47%{?dist}
|
||||||
%if "%{?_isa}" != ""
|
%if "%{?_isa}" != ""
|
||||||
Provides: libjpeg-devel%{_isa} = 6b-47
|
Provides: libjpeg-devel%{_isa} = 6b-47%{?dist}
|
||||||
%endif
|
%endif
|
||||||
Requires: libjpeg-turbo%{?_isa} = %{version}-%{release}
|
Requires: libjpeg-turbo%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
@ -59,9 +62,9 @@ text comments into a JPEG file.
|
|||||||
Summary: Static version of the libjpeg-turbo library
|
Summary: Static version of the libjpeg-turbo library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Obsoletes: libjpeg-static < 6b-47
|
Obsoletes: libjpeg-static < 6b-47
|
||||||
Provides: libjpeg-static = 6b-47
|
Provides: libjpeg-static = 6b-47%{?dist}
|
||||||
%if "%{?_isa}" != ""
|
%if "%{?_isa}" != ""
|
||||||
Provides: libjpeg-static%{_isa} = 6b-47
|
Provides: libjpeg-static%{_isa} = 6b-47%{?dist}
|
||||||
%endif
|
%endif
|
||||||
Requires: libjpeg-turbo-devel%{?_isa} = %{version}-%{release}
|
Requires: libjpeg-turbo-devel%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
@ -156,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/turbojpeg.h
|
%{_includedir}/turbojpeg.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 18 2012 Adam Tkac <atkac redhat com> 1.2.1-3
|
||||||
|
- minor provides tuning (#863231)
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user