diff --git a/potrace.spec b/potrace.spec index da05d6b..27fd650 100644 --- a/potrace.spec +++ b/potrace.spec @@ -1,6 +1,6 @@ Name: potrace Version: 1.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Transform bitmaps into vector graphics # README defines license as GPLv2+ License: GPLv2+ @@ -55,11 +55,11 @@ cp -a %{SOURCE2} . %build %configure --enable-shared --disable-static \ --enable-metric --with-libpotrace --with-pic -make %{?_smp_mflags} +%make_build %install rm -rf %{buildroot} -make install DESTDIR=%{buildroot} +%make_install find %{buildroot} -name *.la -exec rm -rf {} \; # Get rid of installed copy of placement.pdf @@ -81,6 +81,10 @@ rm -rf %{buildroot}%{_docdir}/%{name} %doc potrace.pdf potracelib.pdf %changelog +* Tue Jul 14 2020 Tom Stellard - 1.16-3 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Thu Jan 30 2020 Fedora Release Engineering - 1.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild