Author: kiesiu Date: Wed Jan 18 22:37:15 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.30.1 - drop jsval patch - link against SpiderMonkey (ged rid off xulrunner dependency at all)
---- Files affected: packages/gjs: gjs.spec (1.36 -> 1.37) ---- Diffs: ================================================================ Index: packages/gjs/gjs.spec diff -u packages/gjs/gjs.spec:1.36 packages/gjs/gjs.spec:1.37 --- packages/gjs/gjs.spec:1.36 Tue Dec 27 16:49:43 2011 +++ packages/gjs/gjs.spec Wed Jan 18 23:37:10 2012 @@ -2,15 +2,14 @@ Summary: JavaScript bindings for GNOME Summary(pl.UTF-8): Wiązania JavaScript dla GNOME Name: gjs -Version: 1.30.0 -Release: 9 +Version: 1.30.1 +Release: 1 License: MIT and (MPL v1.1 / GPL v2+ / LGPL v2+) Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gjs/1.30/%{name}-%{version}.tar.xz -# Source0-md5: 908c1c8654d141d64aac07d57de9a457 +# Source0-md5: 7f8842aea298a033f0c8d725278e1e50 Patch0: %{name}-rpath.patch Patch1: am.patch -Patch2: jsval.patch URL: http://live.gnome.org/Gjs BuildRequires: autoconf >= 2.61 BuildRequires: automake @@ -20,12 +19,11 @@ BuildRequires: gettext-devel BuildRequires: glib2-devel >= 1:2.18.0 BuildRequires: gobject-introspection-devel >= 1.29.17 +BuildRequires: js185-devel BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: readline-devel -BuildRequires: xulrunner-devel >= 1.9.2 -%requires_eq xulrunner-libs BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -45,7 +43,7 @@ Requires: dbus-devel Requires: glib2-devel >= 1:2.18.0 Requires: gobject-introspection-devel >= 1.29.17 -Requires: xulrunner-devel +Requires: js185-devel %description devel Header files for gjs library. @@ -57,7 +55,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %{__libtoolize} @@ -67,6 +64,7 @@ %{__automake} %configure \ --disable-silent-rules + --with-js-package=mozjs185 %{__make} %install @@ -128,6 +126,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.37 2012/01/18 22:37:10 kiesiu +- updated to 1.30.1 +- drop jsval patch +- link against SpiderMonkey (ged rid off xulrunner dependency at all) + Revision 1.36 2011/12/27 15:49:43 wiget - use macros to detect JSVAL_NULL/JSVAL_VOID - rel. 9 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gjs/gjs.spec?r1=1.36&r2=1.37&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
