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
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