#1 Use make macros
Merged 3 years ago by zdohnal. Opened 3 years ago by tstellar.
rpms/ tstellar/sane-frontends make-macros  into  master

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

  Name: sane-frontends

  Version: 1.0.14

- Release: 34%{?dist}

+ Release: 35%{?dist}

  Summary: Graphical frontend to SANE

  URL: http://www.sane-project.org

  Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
@@ -37,10 +37,10 @@ 

  

  %build

  %configure --with-gnu-ld --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --mandir=%{_mandir}

- make %{?_smp_mflags}

+ %make_build

  

  %install

- make DESTDIR=%{buildroot} install

+ %make_install

  

  # Not xscanimage; use xsane instead.

  rm -f %{buildroot}%{_bindir}/xscanimage
@@ -55,6 +55,10 @@ 

  # intended to be used from the command line

  

  %changelog

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

+ - Use make macros

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

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.14-34

  - 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 merged by zdohnal

3 years ago