|
@@ -4,7 +4,7 @@ Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
|
Summary(ja): MMX/SSE2 でアクセラレーションされた libjpeg ライブラリ
|
|
Summary(ja): MMX/SSE2 でアクセラレーションされた libjpeg ライブラリ
|
|
|
|
|
|
Name: libjpeg-turbo
|
|
Name: libjpeg-turbo
|
|
-Version: 1.4.2
|
|
|
|
|
|
+Version: 1.5.3
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -21,7 +21,7 @@ BuildRequires: nasm
|
|
Obsoletes: libjpeg < 6b-50vl6
|
|
Obsoletes: libjpeg < 6b-50vl6
|
|
Provides: libjpeg = 6b-50vl6
|
|
Provides: libjpeg = 6b-50vl6
|
|
|
|
|
|
-Patch0: libjpeg-turbo12-noinst.patch
|
|
|
|
|
|
+Patch0: libjpeg-turbo14-noinst.patch
|
|
Patch1: libjpeg-turbo-header-files.patch
|
|
Patch1: libjpeg-turbo-header-files.patch
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -97,9 +97,6 @@ make %{?_smp_mflags}
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
-# Fix perms
|
|
|
|
-chmod -x README-turbo.txt
|
|
|
|
-
|
|
|
|
# Remove unwanted files
|
|
# Remove unwanted files
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/lib{,turbo}jpeg.la
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/lib{,turbo}jpeg.la
|
|
|
|
|
|
@@ -113,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc README README-turbo.txt change.log ChangeLog.txt
|
|
|
|
|
|
+%doc README.md README.ijg ChangeLog.md
|
|
%{_libdir}/libjpeg.so.62*
|
|
%{_libdir}/libjpeg.so.62*
|
|
%{_libdir}/libturbojpeg.so.0*
|
|
%{_libdir}/libturbojpeg.so.0*
|
|
|
|
|
|
@@ -128,6 +125,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_includedir}/turbojpeg.h
|
|
%{_includedir}/turbojpeg.h
|
|
%{_libdir}/libjpeg.so
|
|
%{_libdir}/libjpeg.so
|
|
%{_libdir}/libturbojpeg.so
|
|
%{_libdir}/libturbojpeg.so
|
|
|
|
+%{_libdir}/pkgconfig/libjpeg.pc
|
|
|
|
+%{_libdir}/pkgconfig/libturbojpeg.pc
|
|
|
|
|
|
%files utils
|
|
%files utils
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -156,6 +155,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Dec 19 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.5.3-1
|
|
|
|
+- update to 1.5.3
|
|
|
|
+- update Patch0,doc
|
|
|
|
+
|
|
* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
|
|
* Mon Nov 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-1
|
|
- update to 1.4.2
|
|
- update to 1.4.2
|
|
- update Patch0
|
|
- update Patch0
|