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:
parent
10cf354b36
commit
fc43991f4c
@ -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
|
Fri Mar 19 09:01:25 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
5
gjs.spec
5
gjs.spec
@ -16,11 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{suse_version} > 1120
|
||||||
|
%define xulrunner_ver 192
|
||||||
|
%else
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
%define xulrunner_ver 191
|
%define xulrunner_ver 191
|
||||||
%else
|
%else
|
||||||
%define xulrunner_ver 190
|
%define xulrunner_ver 190
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
@ -57,6 +61,7 @@ Mozilla SpiderMonkey JavaScript engine.
|
|||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
|
Requires: dbus-1-devel
|
||||||
Requires: gobject-introspection-devel
|
Requires: gobject-introspection-devel
|
||||||
Requires: libgjs-0 = %{version}
|
Requires: libgjs-0 = %{version}
|
||||||
Requires: mozilla-xulrunner%{xulrunner_ver}-devel
|
Requires: mozilla-xulrunner%{xulrunner_ver}-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user