From 0bb3ee78d34d6d2eb7a3fe3a5ae0755c552541ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Wed, 8 Jun 2016 14:56:09 +0300 Subject: [PATCH 1/2] Updated to 1.5.0 --- .abf.yml | 2 +- libjpeg-turbo.spec | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.abf.yml b/.abf.yml index 565320c..08f063d 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - libjpeg-turbo-1.4.0.tar.gz: a9ed7a99a6090e0848836c5df8e836f300a098b9 + libjpeg-turbo-1.5.0.tar.gz: 9adc21b927e48e4c6889e77079f6c1f3eecf98ab diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec index 0c8f019..f4127c1 100644 --- a/libjpeg-turbo.spec +++ b/libjpeg-turbo.spec @@ -12,12 +12,12 @@ Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files Name: libjpeg-turbo Epoch: 1 -Version: 1.4.0 -Release: 2 +Version: 1.5.0 +Release: 1 License: wxWidgets Library License Group: System/Libraries Url: http://sourceforge.net/projects/libjpeg-turbo -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Source0: https://sourceforge.net/projects/libjpeg-turbo/files/%{version}/%{name}-%{version}.tar.gz # These two allow automatic lossless rotation of JPEG images from a digital # camera which have orientation markings in the EXIF data. After rotation # the orientation markings are reset to avoid duplicate rotation when @@ -48,7 +48,7 @@ This package contains the library needed to run programs dynamically linked with libjpeg. %files -n %{libname} -%doc change.log ChangeLog.txt README README-turbo.txt +%doc change.log %{_libdir}/libjpeg.so.%{major}* #---------------------------------------------------------------------------- @@ -100,6 +100,8 @@ library. %{_libdir}/libjpeg.so %{_libdir}/libturbojpeg.so %{_includedir}/*.h +%{_libdir}/pkgconfig/libjpeg.pc +%{_libdir}/pkgconfig/libturbojpeg.pc #---------------------------------------------------------------------------- @@ -152,8 +154,6 @@ have orientation markings in the EXIF data. %prep %setup -q %patch0 -p0 -# Fix perms -chmod -x README-turbo.txt cp %{SOURCE2} jpegexiforient.c cp %{SOURCE3} exifautotran @@ -193,5 +193,4 @@ install -m755 exifautotran -D %{buildroot}%{_bindir}/exifautotran install -m644 jpegint.h -D %{buildroot}%{_includedir}/jpegint.h # cleanup -rm -f %{buildroot}%{_docdir}/* - +rm -rf %{buildroot}%{_docdir}/* From 7ad381bbdea816b939897a3b7aa03c5134b6a13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Thu, 25 Aug 2016 17:32:50 +0400 Subject: [PATCH 2/2] Updated URL --- libjpeg-turbo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libjpeg-turbo.spec b/libjpeg-turbo.spec index f4127c1..e70ac32 100644 --- a/libjpeg-turbo.spec +++ b/libjpeg-turbo.spec @@ -16,7 +16,7 @@ Version: 1.5.0 Release: 1 License: wxWidgets Library License Group: System/Libraries -Url: http://sourceforge.net/projects/libjpeg-turbo +Url: http://www.libjpeg-turbo.org Source0: https://sourceforge.net/projects/libjpeg-turbo/files/%{version}/%{name}-%{version}.tar.gz # These two allow automatic lossless rotation of JPEG images from a digital # camera which have orientation markings in the EXIF data. After rotation