From 9baf212a8e577272cb174825444e8e208ab67ace Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 10 Oct 2023 16:08:27 +0800 Subject: [PATCH] remove rpath --- potrace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/potrace.spec b/potrace.spec index 6a4b50a..6fcda07 100644 --- a/potrace.spec +++ b/potrace.spec @@ -1,6 +1,6 @@ Name: potrace Version: 1.15 -Release: 5 +Release: 6 Summary: Utility for Tracing a Bitmap to Scalable Outline Image License: GPLv2+ URL: http://potrace.sourceforge.net @@ -47,6 +47,7 @@ cp -a %{SOURCE2} . %install %make_install %delete_la +chrpath -d %{buildroot}/%{_bindir}/%{name} %files %doc AUTHORS COPYING @@ -66,5 +67,8 @@ cp -a %{SOURCE2} . %{_mandir}/man1/mkbitmap.1.* %changelog +* Tue Oct 10 2023 Ge Wang - 1.15-6 +- remove rpath + * Thu Dec 12 2019 wutao - 1.15-5 - Package init