Removed Rpath.

This commit is contained in:
Vitaly Zaitsev 2019-04-10 14:22:13 +02:00
parent 9aaee29314
commit d4a49b5dd3
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: zimlib
Version: 4.0.6
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2 and ASL 2.0 and BSD
Summary: Reference implementation of the ZIM specification
@ -34,6 +34,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%prep
%autosetup -n %{appname}-%{version}
sed -e '/rpath/d' -i src/meson.build
%build
%meson
@ -53,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%{_libdir}/pkgconfig/%{appname}.pc
%changelog
* Wed Apr 10 2019 Vitaly Zaitsev <vitaly@easycoding.org> - 4.0.6-2
- Removed rpath.
* Wed Apr 10 2019 Vitaly Zaitsev <vitaly@easycoding.org> - 4.0.6-1
- Updated to version 4.0.6.