- Remove rpath removal; we need an rpath on libmozjs, since
it's in a nonstandard directory.
This commit is contained in:
parent
ce982d8d02
commit
1e24437abe
9
gjs.spec
9
gjs.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 0.7.7
|
Version: 0.7.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -42,9 +42,6 @@ Files for development with %{name}.
|
|||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||||
%configure --disable-static)
|
%configure --disable-static)
|
||||||
# Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -85,6 +82,10 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 22 2010 Colin Walters <walters@verbum.org> - 0.7.7-2
|
||||||
|
- Remove rpath removal; we need an rpath on libmozjs, since
|
||||||
|
it's in a nonstandard directory.
|
||||||
|
|
||||||
* Mon Nov 15 2010 Owen Taylor <otaylor@redhat.com> - 0.7.7-1
|
* Mon Nov 15 2010 Owen Taylor <otaylor@redhat.com> - 0.7.7-1
|
||||||
- Update to 0.7.7
|
- Update to 0.7.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user