!4 Remove Rpath

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-10-11 06:49:30 +00:00 committed by Gitee
commit f5add14d36
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <wang__ge@126.com> - 1.15-6
- remove rpath
* Thu Dec 12 2019 wutao <wutao61@huawei.com> - 1.15-5
- Package init