diff --git a/SPECS/inkscape1.spec b/SPECS/inkscape1.spec index 729f2c8..6e0a671 100644 --- a/SPECS/inkscape1.spec +++ b/SPECS/inkscape1.spec @@ -6,9 +6,16 @@ %global __provides_exclude ^(%{_privatelibs})$ %global __requires_exclude ^(%{_privatelibs})$ +# Only on 8.8.0.z and ppc64le the compilation of Inkscape fails on some race +# condition when compiling the translations. Turn off the parallel compilation +# on ppc64le to fix the build. +%ifarch ppc64le +%global _smp_mflags -j1 +%endif + Name: inkscape1 Version: 1.0.2 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Vector-based drawing program using SVG License: GPLv2+ and CC-BY @@ -86,7 +93,6 @@ Suggests: texlive-amsmath Suggests: texlive-amsfonts Obsoletes: inkscape < 0.92.3-17 -Provides: inkscape = %{version}-%{release} Provides: bundled(libcroco) = 0.6 Provides: bundled(libgdl) = 3.34.0-3 @@ -108,7 +114,6 @@ Summary: Viewing program for SVG files Requires: %{name} = %{version}-%{release} Obsoletes: inkscape-view < 0.92.3-17 -Provides: inkscape-view = %{version}-%{release} %description view Viewer for files in W3C standard Scalable Vector Graphics (SVG) file @@ -119,7 +124,6 @@ format. Summary: Documentation for Inkscape Obsoletes: inkscape-docs < 0.92.3-17 -Provides: inkscape-docs = %{version}-%{release} %description docs Tutorial and examples for Inkscape, a graphics editor for vector @@ -335,6 +339,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Thu May 25 2023 Kyle Walker - 1.0.2-2.1 +- Remove the Provides RPM tags +- Resolves: rhbz#2210023 + * Thu Oct 20 2022 Tomas Popela - 1.0.2-2 - Fix the rpath by backporting an upstream patch - Add gating.yaml