remove rpath

This commit is contained in:
wang--ge 2023-10-10 16:08:27 +08:00
parent 054f82afcf
commit 9baf212a8e

View File

@ -1,6 +1,6 @@
Name: potrace Name: potrace
Version: 1.15 Version: 1.15
Release: 5 Release: 6
Summary: Utility for Tracing a Bitmap to Scalable Outline Image Summary: Utility for Tracing a Bitmap to Scalable Outline Image
License: GPLv2+ License: GPLv2+
URL: http://potrace.sourceforge.net URL: http://potrace.sourceforge.net
@ -47,6 +47,7 @@ cp -a %{SOURCE2} .
%install %install
%make_install %make_install
%delete_la %delete_la
chrpath -d %{buildroot}/%{_bindir}/%{name}
%files %files
%doc AUTHORS COPYING %doc AUTHORS COPYING
@ -66,5 +67,8 @@ cp -a %{SOURCE2} .
%{_mandir}/man1/mkbitmap.1.* %{_mandir}/man1/mkbitmap.1.*
%changelog %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 * Thu Dec 12 2019 wutao <wutao61@huawei.com> - 1.15-5
- Package init - Package init