File mingw32-libjpeg-turbo.spec of Package mingw32-libjpeg-turbo
#
# spec file for package libjpeg-turbo
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define srcver 1.4.0
%define major 8
%define minor 0
%define micro 2
%define libver %major.%minor.%micro
%define tmajor 0
%define tminor 1
%define tmicro 0
%define tlibver %tmajor.%tminor.%tmicro
Name: mingw32-libjpeg-turbo
Version: %srcver
Release: 0
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
License: BSD-3-Clause
Group: Productivity/Graphics/Convertors
URL: http://sourceforge.net/projects/libjpeg-turbo
Source: http://downloads.sf.net/libjpeg-turbo/libjpeg-turbo-%version.tar.gz
Patch0: libjpeg-turbo-1.4.0-int32.patch
Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
Patch2: libjpeg-1.4.0-ocloexec.patch
Patch3: libjpeg-turbo-remove-test.patch
Patch4: jpeg-typedef-boolean.diff
BuildRequires: mingw32-cross-gcc-c++
BuildRequires: libtool
BuildRequires: yasm
Obsoletes: mingw32-jpeg = 6b
Obsoletes: mingw32-jpeg = 8.0.1
Obsoletes: mingw32-jpeg = 8.0.2
Provides: mingw32-jpeg = %version
Obsoletes: mingw32-jpeg < %version
BuildRoot: %_tmppath/%name-%version-build
Conflicts: mingw32-jpeg%major
%_mingw32_package_header_debug
BuildArch: noarch
#!BuildIgnore: post-build-checks
%description
The libjpeg-turbo package contains a library of functions for manipulating
JPEG images.
%package -n mingw32-libjpeg%major
Version: %libver
Release: 0
Summary: The MMX/SSE accelerated JPEG compression/decompression library
Group: System/Libraries
%description -n mingw32-libjpeg%major
This library contains MMX/SSE accelerated functions for manipulating
JPEG images.
%package -n mingw32-libturbojpeg%tmajor
Version: %version
Release: 0
Summary: The MMX/SSE accelerated JPEG compression/decompression library
Group: System/Libraries
%description -n mingw32-libturbojpeg%tmajor
This library contains MMX/SSE accelerated functions for manipulating
JPEG images.
%package -n mingw32-libjpeg%major-devel
Version: %libver
Release: 0
Summary: Development Tools for applications which will use the Libjpeg Library
Group: Development/Libraries/C and C++
Provides: mingw32-libjpeg-devel = %version
Obsoletes: mingw32-libjpeg-devel < %version
Conflicts: otherproviders(mingw32-libjpeg-devel)
%description -n mingw32-libjpeg%major-devel
The libjpeg-devel package includes the header files and libraries
necessary for compiling and linking programs which will manipulate JPEG
files using the libjpeg library.
%_mingw32_debug_package
%prep
%setup -qn libjpeg-turbo-%srcver
%patch0
%patch1
%patch2
%patch -P 3 -P 4 -p1
%build
autoreconf -fiv
export LDFLAGS="-Wl,-z,relro,-z,now"
%_mingw32_configure --disable-static \
--with-jpeg8
make %{?_smp_mflags}
%install
%make_install
# Fix perms
chmod -x README-turbo.txt
# Remove unwanted files
rm -f %buildroot/%_mingw32_libdir/lib{,turbo}jpeg.la
# Remove docs, we'll select docs manually
rm -rf "%buildroot/%_mingw32_datadir/doc/"
%files
%defattr(-,root,root)
%doc README README-turbo.txt change.log ChangeLog.txt
%doc usage.txt wizard.txt
%_mingw32_bindir/*.exe
%doc %_mingw32_mandir/man1/*
%files -n mingw32-libjpeg%major
%defattr(-,root,root)
%_mingw32_bindir/libjpeg-%major.dll
%files -n mingw32-libturbojpeg%tmajor
%defattr(-,root,root)
%_mingw32_bindir/libturbojpeg-%tmajor.dll
%files -n mingw32-libjpeg%major-devel
%defattr(-,root,root)
%_mingw32_includedir/*.h
%_mingw32_libdir/libjpeg.dll.a
%_mingw32_libdir/libturbojpeg.dll.a
%doc coderules.txt jconfig.txt libjpeg.txt structure.txt example.c
%changelog