From 9866ec1f82bc948c8a4d3784d9b58823f4b32c54 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 5 Aug 2020 09:56:17 +0200 Subject: [PATCH] use %make_build and %make_install according FPG --- cups-filters.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cups-filters.spec b/cups-filters.spec index 580bb34..60897a6 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -4,7 +4,7 @@ Summary: OpenPrinting CUPS filters and backends Name: cups-filters Version: 1.27.5 -Release: 3%{?dist} +Release: 4%{?dist} # For a breakdown of the licensing, see COPYING file # GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*, @@ -178,10 +178,10 @@ This is the development package for OpenPrinting CUPS filters and backends. --enable-driverless \ --enable-pclm -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} +%make_install # Don't ship libtool la files. rm -f %{buildroot}%{_libdir}/lib*.la @@ -315,6 +315,9 @@ done %{_libdir}/libfontembed.so %changelog +* Wed Aug 05 2020 Zdenek Dohnal - 1.27.5-4 +- use %%make_build and %%make_install according FPG + * Mon Jul 27 2020 Fedora Release Engineering - 1.27.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild