%{?mingw_package_header} # Build the programs like cjpeg, etc. # https://bugzilla.redhat.com/show_bug.cgi?id=467401#c7 %global build_programs 0 Name: mingw-libjpeg-turbo Version: 2.0.5 Release: 1%{?dist} Summary: MinGW Windows Libjpeg-turbo library License: wxWidgets URL: http://libjpeg-turbo.virtualgl.org/ Source0: http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz # Make jconfig.h more autoconf friendly # https://bugzilla.redhat.com/show_bug.cgi?id=843193 Patch0: libjpeg-turbo-match-autoconf-behavior.patch BuildArch: noarch BuildRequires: mingw32-filesystem >= 95 BuildRequires: mingw32-gcc BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-binutils BuildRequires: mingw64-filesystem >= 95 BuildRequires: mingw64-gcc BuildRequires: mingw64-gcc-c++ BuildRequires: mingw64-binutils BuildRequires: nasm BuildRequires: cmake %description MinGW Windows cross compiled Libjpeg-turbo library. # Win32 %package -n mingw32-libjpeg-turbo Summary: MinGW Windows Libjpeg-turbo library Obsoletes: mingw32-libjpeg < 7-4 Provides: mingw32-libjpeg = 7-4 %description -n mingw32-libjpeg-turbo MinGW Windows cross compiled Libjpeg-turbo library. %package -n mingw32-libjpeg-turbo-static Summary: Static version of the MinGW Windows Libjpeg-turbo library Requires: mingw32-libjpeg-turbo = %{version}-%{release} Obsoletes: mingw32-libjpeg-static < 7-4 Provides: mingw32-libjpeg-static = 7-4 %description -n mingw32-libjpeg-turbo-static Static version of the MinGW Windows cross compiled Libjpeg-turbo library. # Win64 %package -n mingw64-libjpeg-turbo Summary: MinGW Windows Libjpeg-turbo library Obsoletes: mingw64-libjpeg < 8a-2%{?dist} Provides: mingw64-libjpeg = 8a-2%{?dist} %description -n mingw64-libjpeg-turbo MinGW Windows cross compiled Libjpeg-turbo library. %package -n mingw64-libjpeg-turbo-static Summary: Static version of the MinGW Windows Libjpeg-turbo library Requires: mingw64-libjpeg-turbo = %{version}-%{release} Obsoletes: mingw64-libjpeg-static < 8a-2%{?dist} Provides: mingw64-libjpeg-static = 8a-2%{?dist} %description -n mingw64-libjpeg-turbo-static Static version of the MinGW Windows cross compiled Libjpeg-turbo library. %{?mingw_debug_package} %prep %autosetup -n libjpeg-turbo-%{version} -p1 %build %mingw_cmake %mingw_make_build %install %mingw_make_install # Remove manual pages and docs which duplicate Fedora native. rm -rf %{buildroot}%{mingw32_mandir} rm -rf %{buildroot}%{mingw64_mandir} rm -rf %{buildroot}%{mingw32_docdir} rm -rf %{buildroot}%{mingw64_docdir} # The CMake build system also installed some docs rm -rf %{buildroot}%{mingw32_prefix}/doc rm -rf %{buildroot}%{mingw64_prefix}/doc # Remove win32 native binaries if wanted %if %build_programs == 0 rm -f %{buildroot}%{mingw32_bindir}/*.exe rm -f %{buildroot}%{mingw64_bindir}/*.exe %endif # Fix perms chmod -x README.md # Win32 %files -n mingw32-libjpeg-turbo %license LICENSE.md %doc README.* ChangeLog.md %if %build_programs %{mingw32_bindir}/*.exe %endif %{mingw32_bindir}/libjpeg-62.dll %{mingw32_bindir}/libturbojpeg.dll %{mingw32_includedir}/jconfig.h %{mingw32_includedir}/jerror.h %{mingw32_includedir}/jmorecfg.h %{mingw32_includedir}/jpeglib.h %{mingw32_includedir}/turbojpeg.h %{mingw32_libdir}/libjpeg.dll.a %{mingw32_libdir}/libturbojpeg.dll.a %{mingw32_libdir}/pkgconfig/libjpeg.pc %{mingw32_libdir}/pkgconfig/libturbojpeg.pc %files -n mingw32-libjpeg-turbo-static %{mingw32_libdir}/libjpeg.a %{mingw32_libdir}/libturbojpeg.a # Win64 %files -n mingw64-libjpeg-turbo %license LICENSE.md %doc README.* ChangeLog.md %if %build_programs %{mingw64_bindir}/*.exe %endif %{mingw64_bindir}/libjpeg-62.dll %{mingw64_bindir}/libturbojpeg.dll %{mingw64_includedir}/jconfig.h %{mingw64_includedir}/jerror.h %{mingw64_includedir}/jmorecfg.h %{mingw64_includedir}/jpeglib.h %{mingw64_includedir}/turbojpeg.h %{mingw64_libdir}/libjpeg.dll.a %{mingw64_libdir}/libturbojpeg.dll.a %{mingw64_libdir}/pkgconfig/libjpeg.pc %{mingw64_libdir}/pkgconfig/libturbojpeg.pc %files -n mingw64-libjpeg-turbo-static %{mingw64_libdir}/libjpeg.a %{mingw64_libdir}/libturbojpeg.a %changelog * Sat Jul 04 2020 Sandro Mani - 2.0.5-1 - Update to 2.0.5 * Tue Jun 16 2020 Kalev Lember - 2.0.4-3 - Fix CVE-2020-13790 (#1847160) * Wed Jan 29 2020 Fedora Release Engineering - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 09 2020 Sandro Mani - 2.0.4-1 - Update to 2.0.4 * Mon Sep 16 2019 Sandro Mani - 2.0.3-1 - Update to 2.0.3 * Thu Jul 25 2019 Fedora Release Engineering - 2.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Feb 27 2019 Kalev Lember - 2.0.2-1 - Update to 2.0.2 * Fri Feb 01 2019 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 11 2019 Kalev Lember - 2.0.0-2 - Fix CVE-2018-19664 and CVE-2018-20330 * Wed Aug 01 2018 Sandro Mani - 2.0.0-1 - Update to 2.0.0 * Fri Jul 13 2018 Fedora Release Engineering - 1.5.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Oct 13 2016 Kalev Lember - 1.5.1-1 - Update to 1.5.1 * Fri Sep 16 2016 Kalev Lember - 1.5.0-1 - Update to 1.5.0 - Include license files - Don't set group tags * Tue May 10 2016 Kalev Lember - 1.4.2-1 - Update to 1.4.2 * Thu Feb 04 2016 Fedora Release Engineering - 1.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 1.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Dec 22 2014 Erik van Pienbroek - 1.3.1-4 - Fix CVE-2014-9092 (RHBZ #1169851 #1169853) * Sat Jun 07 2014 Fedora Release Engineering - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu May 29 2014 Erik van Pienbroek - 1.3.1-2 - Fix compatibility with older CMake versions (as used on RHEL7) * Thu May 29 2014 Erik van Pienbroek - 1.3.1-1 - Update to 1.3.1 - Fixes CVE-2013-6629 and CVE-2013-6630 (RHBZ #1031740) * Sat Aug 3 2013 Erik van Pienbroek - 1.3.0-1 - Update to 1.3.0 - Make jconfig.h more autoconf friendly (RHBZ #843193) * Sat Aug 03 2013 Fedora Release Engineering - 1.2.90-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Mar 24 2013 Erik van Pienbroek - 1.2.90-1 - Update to 1.2.90 * Thu Feb 14 2013 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Oct 14 2012 Nicola Fontana - 1.2.1-2 - Dropped phantom dependency on libpng and zlib (RHBZ #866185) * Sun Oct 07 2012 Kalev Lember - 1.2.1-1 - Update to 1.2.1 - Dropped upstreamed int32 patch * Fri Jul 20 2012 Fedora Release Engineering - 1.1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Mar 10 2012 Erik van Pienbroek - 1.1.1-8 - Added win64 support - Use mingw macros without leading underscore * Mon Feb 27 2012 Erik van Pienbroek - 1.1.1-7 - Rebuild against the mingw-w64 toolchain * Fri Jan 13 2012 Fedora Release Engineering - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 3 2011 Erik van Pienbroek - 1.1.1-5 - Updated the INT32 patch so that both the mingw.org and the mingw-w64 toolchains are supported * Fri Jun 3 2011 Erik van Pienbroek - 1.1.1-4 - Fix a conflict between w32api's basetsd.h and jmorecfg.h (conflicting declarations for INT32) * Thu Jun 2 2011 Erik van Pienbroek - 1.1.1-3 - Moved the obsoletes/provides to the right location - Bundle the licence and other %%doc's - Fixed a small rpmlint warning * Thu Jun 2 2011 Erik van Pienbroek - 1.1.1-2 - Use CMake to build this package as it creates a more mingw-friendly version of the library * Thu Jun 2 2011 Erik van Pienbroek - 1.1.1-1 - Update to 1.1.1 - Temporary made the package compliant to the old guidelines as the new mingw-w64 based toolchain isn't approved for inclusion in Fedora yet * Fri Apr 15 2011 Erik van Pienbroek - 1.1.0-1 - Update to 1.1.0 - Made the package compliant with the new approved packaging guidelines * Tue Feb 15 2011 Erik van Pienbroek - 1.0.1-3 - Bumped the obsoletes mingw32-libjpeg * Wed Jan 19 2011 Erik van Pienbroek - 1.0.1-2 - Generate per-target RPMs * Sun Oct 3 2010 Erik van Pienbroek - 1.0.1-1 - Initial release (based on mingw32-libjpeg) - Dropped the BR: mingw32-dlfcn - Obsoletes/provides mingw32-libjpeg and mingw32-libjpeg-static - Disable SIMD support for now because libtool doesn't recognize nasm