diff --git a/zimlib.spec b/zimlib.spec index ee34e19..fe790d7 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -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 - 4.0.6-2 +- Removed rpath. + * Wed Apr 10 2019 Vitaly Zaitsev - 4.0.6-1 - Updated to version 4.0.6.