From c485965bb1b02b9928378fd1d0072253069723b4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sun, 13 Dec 2020 22:31:19 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/jbig2dec.git#7e9da46caaee87aaea2c3dafe80b295132b9cb20 --- jbig2dec.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/jbig2dec.spec b/jbig2dec.spec index 3993b92..91853bd 100644 --- a/jbig2dec.spec +++ b/jbig2dec.spec @@ -1,6 +1,6 @@ Name: jbig2dec Version: 0.19 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A decoder implementation of the JBIG2 image compression format License: AGPLv3+ URL: http://jbig2dec.sourceforge.net/ @@ -48,14 +48,13 @@ which requires the jbig2dec library. %build -autoreconf -i -%configure -make %{?_smp_mflags} +autoreconf -fi +%configure --disable-static +%make_build %install -make DESTDIR=%{buildroot} install -rm -f %{buildroot}%{_libdir}/*.a +%make_install rm -f %{buildroot}%{_libdir}/*.la %ldconfig_scriptlets libs @@ -80,6 +79,11 @@ rm -f %{buildroot}%{_libdir}/*.la %changelog +* Sun Dec 13 2020 Orion Poplawski - 0.19-3 +- Use autoreconf -f to remove rpath +- Use --disable-static to disable static builds +- Use current make macros + * Fri Sep 18 2020 Michael J Gruber - 0.19-2 - remove ABI patch (and coordinate builds)