%global debug_package %{nil} Name: CImg Epoch: 1 Version: 2.6.2 Release: 1%{?dist} Summary: C++ Template Image Processing Toolkit # CImg.h: Dual licensed # plugins/cimgmatlab.h: LGPLv3 License: (CeCILL or CeCILL-C) and LGPLv3 URL: https://github.com/dtschump/CImg Source0: http://cimg.eu/files/CImg_%{version}.zip # This package has no dependencies actually, these below are # for %%check only. BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: fftw-devel BuildRequires: ImageMagick-c++-devel BuildRequires: lapack-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libX11-devel BuildRequires: libXext-devel BuildRequires: libXrandr-devel BuildRequires: opencv-devel BuildRequires: OpenEXR-devel BuildRequires: zlib-devel %description The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file 'CImg.h' providing a minimal set of C++ classes and methods that can be used in your own sources, to load/save, process and display images. Very portable, efficient and easy to use, it's a pleasant library for developping image processing algorithms in C++. %package devel Summary: Development files for %{name} Provides: %{name}-static = %{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. %prep %setup -q sed -i 's|$(X11PATH)/lib|$(X11PATH)/%{_lib}|g' examples/Makefile %build # This is a headers only package. %install install -pdm755 %{buildroot}%{_includedir}/%{name}/plugins install -pm644 CImg.h %{buildroot}%{_includedir}/ install -pm644 plugins/*.h %{buildroot}%{_includedir}/%{name}/plugins/ %check # Build examples based on sources to verify the usability. # CMake couldn't find -lfftw3_threads so I use # make directly. make -C examples linux %{?_smp_mflags} %files devel %doc *.txt resources/CImg_reference.pdf %{_includedir}/CImg.h %{_includedir}/%{name}/ %changelog * Tue Apr 23 2019 josef radinger - 1:2.6.2-1 - bump version * Tue Apr 23 2019 josef radinger - 1:2.6.0-1 - bump version * Thu Apr 18 2019 josef radinger - 1:2.5.7-1 - bump version * Mon Apr 08 2019 josef radinger - 1:2.5.6-2 - bump version * Fri Mar 29 2019 josef radinger - 1:2.5.5-1 - bump version * Sun Mar 17 2019 josef radinger - 1:2.5.4-1 - bump version * Sun Mar 17 2019 josef radinger - 1:2.5.3-1 - bump version * Sat Mar 16 2019 josef radinger - 1:2.5.2-2 - fix release in spec-file * Sat Mar 16 2019 josef radinger - 1:2.5.2-1 - bump version * Thu Jan 31 2019 Fedora Release Engineering - 1:2.4.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 22 2019 josef radinger - 1:2.4.5-1 - bump version * Tue Oct 16 2018 Daniel P. Berrangé - 1:2.4.0-1 - Update to 2.4.0 release * Tue Sep 4 2018 Daniel P. Berrangé - 1:2.3.6-1 - Update to 2.3.6 release * Wed Aug 1 2018 Daniel P. Berrangé - 1:2.3.3-1 - Update to 2.3.3 release * Thu Jul 12 2018 Fedora Release Engineering - 202-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 202-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 202-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 202-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 26 2017 Tom Callaway - 202-1 - update to v.202 * Fri Feb 10 2017 Fedora Release Engineering - 1.5.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 1.5.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild