SHA256
1
0
forked from pool/gjs

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
This commit is contained in:
Vincent Untz 2010-03-29 11:19:49 +00:00 committed by Git OBS Bridge
parent 10cf354b36
commit fc43991f4c
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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