From f56209451f08744ff1ac5204dbd50e639598cd31 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Aug 04 2020 10:29:56 +0000 Subject: CMake to do out-of-source builds https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds Resolves: #1865248 --- diff --git a/poppler.spec b/poppler.spec index 039dd28..2cd0a1d 100644 --- a/poppler.spec +++ b/poppler.spec @@ -4,7 +4,7 @@ Summary: PDF rendering library Name: poppler Version: 0.90.0 -Release: 5%{?dist} +Release: 6%{?dist} License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT URL: http://poppler.freedesktop.org/ Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz @@ -157,8 +157,6 @@ other formats. %autosetup -p1 -b 1 %build -mkdir build -cd build %cmake \ -DENABLE_CMS=lcms2 \ -DENABLE_DCTDECODER=libjpeg \ @@ -167,10 +165,10 @@ cd build -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ -DENABLE_ZLIB=OFF \ .. -%make_build +%cmake_build %install -%make_install -C build +%cmake_install %check %make_build test @@ -255,6 +253,11 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}" %{_mandir}/man1/* %changelog +* Tue Aug 04 2020 Marek Kasik - 0.90.0-6 +- Align poppler with +- https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds +- Resolves: #1865248 + * Sat Aug 01 2020 Fedora Release Engineering - 0.90.0-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild