Remove lib64 rpaths
This commit is contained in:
parent
53010ac66d
commit
ef8f8e4b16
@ -9,6 +9,7 @@ License: LGPLv2
|
|||||||
URL: https://wiki.gnome.org/Projects/libsoup
|
URL: https://wiki.gnome.org/Projects/libsoup
|
||||||
Source0: https://download.gnome.org/sources/%{name}/2.60/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/2.60/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: chrpath
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: glib-networking
|
BuildRequires: glib-networking
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -56,6 +57,9 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
|
|
||||||
|
# Remove lib64 rpaths
|
||||||
|
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so
|
||||||
|
|
||||||
%find_lang libsoup
|
%find_lang libsoup
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -83,6 +87,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 11 2017 Kalev Lember <klember@redhat.com> - 2.60.1-1
|
* Wed Oct 11 2017 Kalev Lember <klember@redhat.com> - 2.60.1-1
|
||||||
- Update to 2.60.1
|
- Update to 2.60.1
|
||||||
|
- Remove lib64 rpaths
|
||||||
|
|
||||||
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 2.60.0-1
|
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 2.60.0-1
|
||||||
- Update to 2.60.0
|
- Update to 2.60.0
|
||||||
|
Loading…
Reference in New Issue
Block a user