diff --git a/sane-frontends.spec b/sane-frontends.spec index fcee543..1fd2e46 100644 --- a/sane-frontends.spec +++ b/sane-frontends.spec @@ -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 @@ This packages includes the scanadf and xcam programs. %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 @@ rm -f %{buildroot}%{_datadir}/sane/sane-style.rc # intended to be used from the command line %changelog +* Tue Jul 14 2020 Tom Stellard - 1.0.14-35 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Thu Jan 30 2020 Fedora Release Engineering - 1.0.14-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild