From fc43991f4c55a58f29b8eded155f3403aeb0f063779cdf2ab3169b60086bb73e Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 29 Mar 2010 11:19:49 +0000 Subject: [PATCH] Accepting request 35790 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/gjs via accept of submit request 35790 revision 7. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/35790 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=12 --- gjs.changes | 6 ++++++ gjs.spec | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/gjs.changes b/gjs.changes index 192e803..a49873b 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 26 12:58:30 CET 2010 - vuntz@opensuse.org + +- Build against mozilla-xulrunner192-devel on openSUSE > 11.2. +- Add dbus-1-devel Requires to devel package. + ------------------------------------------------------------------- Fri Mar 19 09:01:25 CET 2010 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index ab29922..26cbe33 100644 --- a/gjs.spec +++ b/gjs.spec @@ -16,11 +16,15 @@ # +%if 0%{suse_version} > 1120 +%define xulrunner_ver 192 +%else %if 0%{suse_version} > 1110 %define xulrunner_ver 191 %else %define xulrunner_ver 190 %endif +%endif Name: gjs Version: 0.6 @@ -57,6 +61,7 @@ Mozilla SpiderMonkey JavaScript engine. License: MIT License (or similar) Summary: JavaScript bindings based on gobject-introspection and Mozilla Group: Development/Libraries/GNOME +Requires: dbus-1-devel Requires: gobject-introspection-devel Requires: libgjs-0 = %{version} Requires: mozilla-xulrunner%{xulrunner_ver}-devel