From b88bb6a47b31af4e9b82de11bb09608606bfc57e Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Fri, 18 Jan 2013 14:28:36 +0100 Subject: [PATCH] Build with jpeg6 API/ABI (jpeg8-ABI feature was dropped) Signed-off-by: Adam Tkac --- libjpeg-turbo.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec index 889e48c..d98dbc2 100644 --- a/libjpeg-turbo.spec +++ b/libjpeg-turbo.spec @@ -1,6 +1,6 @@ Name: libjpeg-turbo Version: 1.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files Group: System Environment/Libraries @@ -96,7 +96,7 @@ will manipulate JPEG files using the TurboJPEG library. %build autoreconf -fiv -%configure --with-jpeg8 +%configure make %{?_smp_mflags} @@ -122,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README README-turbo.txt change.log ChangeLog.txt -%{_libdir}/libjpeg.so.8* +%{_libdir}/libjpeg.so.62* %files devel %defattr(-,root,root,-) @@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/turbojpeg.h %changelog +* Fri Jan 18 2013 Adam Tkac 1.2.1-6 +- build with jpeg6 API/ABI (jpeg8-ABI feature was dropped) + * Tue Dec 04 2012 Adam Tkac 1.2.1-5 - change license to IJG (#877517)