#1 Use make macros
Closed 3 years ago by catanzaro. Opened 3 years ago by tstellar.
rpms/ tstellar/libcroco make-macros  into  master

file modified
+6 -2
@@ -1,7 +1,7 @@ 

  Name:             libcroco

  Summary:          A CSS2 parsing library

  Version:          0.6.13

- Release:          3%{?dist}

+ Release:          4%{?dist}

  License:          LGPLv2

  Source:           http://download.gnome.org/sources/libcroco/0.6/%{name}-%{version}.tar.xz

  #Fedora specific patch
@@ -29,7 +29,7 @@ 

  

  %build

  %configure --disable-static

- make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"

+ %make_build CFLAGS="$CFLAGS -fno-strict-aliasing"

  

  %install

  %make_install
@@ -54,6 +54,10 @@ 

  %{_datadir}/gtk-doc/html/libcroco

  

  %changelog

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

+ - Use make macros

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

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.13-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

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.

Pull-Request has been closed by catanzaro

3 years ago