- Add a hardcoded Requires on xulrunner; see comment

This commit is contained in:
Colin Walters 2011-02-09 16:18:06 -05:00
parent 615dedd0e0
commit 5fb8d0bbcd

View File

@ -1,6 +1,6 @@
Name: gjs Name: gjs
Version: 0.7.10 Version: 0.7.10
Release: 2%{?dist} Release: 3%{?dist}
Summary: Javascript Bindings for GNOME Summary: Javascript Bindings for GNOME
Group: System Environment/Libraries Group: System Environment/Libraries
@ -22,6 +22,14 @@ BuildRequires: pkgconfig
# Bootstrap requirements # Bootstrap requirements
BuildRequires: gtk-doc gnome-common BuildRequires: gtk-doc gnome-common
# XULRunner has a versioned directory path, and we depend on the rpath
# there for gjs-console to work.
# This will to be updated every time xulrunner changes version.
# A better fix would be to get all of Fedora's spidermonkey consumers
# to not depend on xulrunner. See
# https://bugzilla.mozilla.org/show_bug.cgi?id=618381
Requires: xulrunner = 2.0-0.19b11%{?dist}
%description %description
Gjs allows using GNOME libraries from Javascript. It's based on the Gjs allows using GNOME libraries from Javascript. It's based on the
Spidermonkey Javascript engine from Mozilla and the GObject introspection Spidermonkey Javascript engine from Mozilla and the GObject introspection
@ -82,6 +90,9 @@ rm -rf %{buildroot}
%{_libdir}/*.so %{_libdir}/*.so
%changelog %changelog
* Wed Feb 9 2011 Colin Walters <walters@verbum.org> - 0.7.10-3
- Add a hardcoded Requires on xulrunner; see comment
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.10-2 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild