#1 Use make macros
Closed 3 years ago by zdohnal. Opened 3 years ago by tstellar.
rpms/ tstellar/cups-filters make-macros  into  master

file modified
+7 -3
@@ -4,7 +4,7 @@ 

  Summary: OpenPrinting CUPS filters and backends

  Name:    cups-filters

  Version: 1.27.5

- Release: 1%{?dist}

+ Release: 2%{?dist}

  

  # For a breakdown of the licensing, see COPYING file

  # GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
@@ -175,10 +175,10 @@ 

             --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
@@ -312,6 +312,10 @@ 

  %{_libdir}/libfontembed.so

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.27.5-2

+ - Use make macros

+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

+ 

  * Mon Jun 08 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.27.5-1

  - 1.27.5

  

This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.

This pull request will be automatically merged in 1 week if there are not objections.

The pull request has a conflict with current master branch. I applied the changes manually.

Pull-Request has been closed by zdohnal

3 years ago