#8 Use make macros
Merged 3 years ago by limb. Opened 3 years ago by tstellar.
rpms/ tstellar/inkscape make-macros  into  master

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

  

  Name:           inkscape

  Version:        1.0

- Release:        4%{?dist}

+ Release:        5%{?dist}

  Summary:        Vector-based drawing program using SVG

  

  # Inkscape tags their releases with underscores and in ALLCAPS
@@ -148,11 +148,11 @@ 

  %endif 

          -DBUILD_SHARED_LIBS:BOOL=OFF .

  

- make %{?_smp_mflags}

+ %make_build

  

  

  %install

- make install DESTDIR=$RPM_BUILD_ROOT

+ %make_install

  find $RPM_BUILD_ROOT -type f -name 'lib*.a' | xargs rm -f

  

  desktop-file-install --vendor="%{?desktop_vendor}" --delete-original --remove-key=TargetEnvironment \
@@ -223,6 +223,10 @@ 

  

  

  %changelog

+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.0-5

+ - Use make macros

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

+ 

  * Mon Jul 13 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.0-4

  - Poppler 0.90.0 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 merged by limb

3 years ago