From 58e8fcc422fdd36e36c5969b46c4482f08aaad62 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 11 Dec 2023 16:12:33 +0300 Subject: [PATCH] import inkscape1-1.0.2-2.el8_8.1 --- SPECS/inkscape1.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/SPECS/inkscape1.spec b/SPECS/inkscape1.spec index 3564186..7a5e235 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,9 +339,13 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog -* Wed Jul 26 2023 MSVSphere Packaging Team - 1.0.2-2 +* Wed Jul 26 2023 MSVSphere Packaging Team - 1.0.2-2.1 - Rebuilt for MSVSphere 8.8 +* 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