Resolves: #2023184 Stripping extra rpath again

This commit is contained in:
Jan Horak 2022-01-19 08:41:20 +01:00 committed by Stepan Oksanichenko
parent 08a437ff73
commit 6336b85bec
2 changed files with 7 additions and 2 deletions

1
.inkscape.metadata Normal file
View File

@ -0,0 +1 @@
203960527f27e9fedf3e662847f759a6b4781178 inkscape-1.1.1.tar.xz

View File

@ -2,7 +2,7 @@
Name: inkscape
Version: 1.1.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Vector-based drawing program using SVG
# Inkscape tags their releases with underscores and in ALLCAPS
@ -131,7 +131,8 @@ dos2unix -k -q share/extensions/*.py
%build
%cmake3 \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DBUILD_SHARED_LIBS:BOOL=OFF .
-DBUILD_SHARED_LIBS:BOOL=OFF . \
-DCMAKE_SKIP_RPATH=TRUE
%cmake_build
@ -215,6 +216,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc
%changelog
* Wed Jan 19 2022 Jan Horak <jhorak@redhat.com> - 1.1.1-6
- Stripping extra rpath again
* Tue Jan 18 2022 Jan Horak <jhorak@redhat.com> - 1.1.1-5
- Using system build flags