build against js, not gecko
This commit is contained in:
parent
e62399ccf7
commit
cf3354d187
17
gjs.spec
17
gjs.spec
@ -1,8 +1,6 @@
|
|||||||
%global gecko_version 2.0.1
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.29.0
|
Version: 1.29.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,7 +14,8 @@ URL: http://live.gnome.org/Gjs/
|
|||||||
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.29/%{name}-%{version}.tar.xz
|
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.29/%{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: gecko-devel-unstable = %{gecko_version}
|
BuildRequires: js-devel
|
||||||
|
BuildRequires: cairo-devel
|
||||||
BuildRequires: gobject-introspection-devel >= 0.10.1
|
BuildRequires: gobject-introspection-devel >= 0.10.1
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
@ -25,12 +24,6 @@ BuildRequires: pkgconfig
|
|||||||
# Bootstrap requirements
|
# Bootstrap requirements
|
||||||
BuildRequires: gtk-doc gnome-common
|
BuildRequires: gtk-doc gnome-common
|
||||||
|
|
||||||
# This will have 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: gecko-libs%{?_isa} = %{gecko_version}
|
|
||||||
|
|
||||||
%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
|
||||||
@ -91,6 +84,10 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 27 2011 Adam Williamson <awilliam@redhat.com> - 1.29.0-2
|
||||||
|
- build against js, not gecko (from f15 branch, but patch not needed)
|
||||||
|
- BR cairo-devel (also from f15)
|
||||||
|
|
||||||
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.0-1
|
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.0-1
|
||||||
- Update to 1.29.0
|
- Update to 1.29.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user