Remove lib64 rpaths
This commit is contained in:
parent
e1ab1e4690
commit
0fecc7ae4e
6
gjs.spec
6
gjs.spec
@ -15,6 +15,7 @@ URL: https://wiki.gnome.org/Projects/Gjs
|
|||||||
Source0: https://download.gnome.org/sources/%{name}/1.47/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.47/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
|
BuildRequires: chrpath
|
||||||
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
@ -59,6 +60,10 @@ make %{?_smp_mflags} V=1
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
# Remove lib64 rpaths
|
||||||
|
chrpath --delete %{buildroot}%{_bindir}/gjs-console
|
||||||
|
chrpath --delete %{buildroot}%{_libexecdir}/gjs/installed-tests/minijasmine
|
||||||
|
|
||||||
#Remove libtool archives.
|
#Remove libtool archives.
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
@ -90,6 +95,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
%changelog
|
%changelog
|
||||||
* Sun Jan 15 2017 Kalev Lember <klember@redhat.com> - 1.47.4-1
|
* Sun Jan 15 2017 Kalev Lember <klember@redhat.com> - 1.47.4-1
|
||||||
- Update to 1.47.4
|
- Update to 1.47.4
|
||||||
|
- Remove lib64 rpaths
|
||||||
|
|
||||||
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.47.0-2
|
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.47.0-2
|
||||||
- Rebuild for readline 7.x
|
- Rebuild for readline 7.x
|
||||||
|
Loading…
Reference in New Issue
Block a user