|
|
@ -6,9 +6,16 @@
|
|
|
|
%global __provides_exclude ^(%{_privatelibs})$
|
|
|
|
%global __provides_exclude ^(%{_privatelibs})$
|
|
|
|
%global __requires_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
|
|
|
|
Name: inkscape1
|
|
|
|
Version: 1.0.2
|
|
|
|
Version: 1.0.2
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}.1
|
|
|
|
Summary: Vector-based drawing program using SVG
|
|
|
|
Summary: Vector-based drawing program using SVG
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and CC-BY
|
|
|
|
License: GPLv2+ and CC-BY
|
|
|
@ -86,7 +93,6 @@ Suggests: texlive-amsmath
|
|
|
|
Suggests: texlive-amsfonts
|
|
|
|
Suggests: texlive-amsfonts
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: inkscape < 0.92.3-17
|
|
|
|
Obsoletes: inkscape < 0.92.3-17
|
|
|
|
Provides: inkscape = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides: bundled(libcroco) = 0.6
|
|
|
|
Provides: bundled(libcroco) = 0.6
|
|
|
|
Provides: bundled(libgdl) = 3.34.0-3
|
|
|
|
Provides: bundled(libgdl) = 3.34.0-3
|
|
|
@ -108,7 +114,6 @@ Summary: Viewing program for SVG files
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: inkscape-view < 0.92.3-17
|
|
|
|
Obsoletes: inkscape-view < 0.92.3-17
|
|
|
|
Provides: inkscape-view = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description view
|
|
|
|
%description view
|
|
|
|
Viewer for files in W3C standard Scalable Vector Graphics (SVG) file
|
|
|
|
Viewer for files in W3C standard Scalable Vector Graphics (SVG) file
|
|
|
@ -119,7 +124,6 @@ format.
|
|
|
|
Summary: Documentation for Inkscape
|
|
|
|
Summary: Documentation for Inkscape
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: inkscape-docs < 0.92.3-17
|
|
|
|
Obsoletes: inkscape-docs < 0.92.3-17
|
|
|
|
Provides: inkscape-docs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
%description docs
|
|
|
|
Tutorial and examples for Inkscape, a graphics editor for vector
|
|
|
|
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
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 25 2023 Kyle Walker <kwalker@redhat.com> - 1.0.2-2.1
|
|
|
|
|
|
|
|
- Remove the Provides RPM tags
|
|
|
|
|
|
|
|
- Resolves: rhbz#2210023
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 20 2022 Tomas Popela <tpopela@redhat.com> - 1.0.2-2
|
|
|
|
* Thu Oct 20 2022 Tomas Popela <tpopela@redhat.com> - 1.0.2-2
|
|
|
|
- Fix the rpath by backporting an upstream patch
|
|
|
|
- Fix the rpath by backporting an upstream patch
|
|
|
|
- Add gating.yaml
|
|
|
|
- Add gating.yaml
|
|
|
|