2009-08-04 12:20:43 +02:00
|
|
|
#
|
2011-01-17 18:54:16 +01:00
|
|
|
# spec file for package gjs
|
2009-08-04 12:20:43 +02:00
|
|
|
#
|
2012-01-20 09:28:06 +01:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2009-08-04 12:20:43 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-03-11 18:45:16 +01:00
|
|
|
|
2009-08-04 12:20:43 +02:00
|
|
|
Name: gjs
|
2012-03-11 18:45:16 +01:00
|
|
|
Version: 1.31.20
|
2011-12-21 06:05:24 +01:00
|
|
|
Release: 0
|
2010-08-10 00:39:16 +02:00
|
|
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
2009-09-03 23:35:28 +02:00
|
|
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
2011-12-21 06:05:24 +01:00
|
|
|
License: MIT
|
2009-09-03 23:35:28 +02:00
|
|
|
Group: Development/Libraries/GNOME
|
2011-01-17 10:51:00 +01:00
|
|
|
Url: http://live.gnome.org/Gjs
|
2011-12-21 06:05:24 +01:00
|
|
|
Source: http://download.gnome.org/sources/gjs/1.31/%{name}-%{version}.tar.xz
|
2012-03-11 18:45:16 +01:00
|
|
|
# PATCH-FIX-UPSTREAM gjs-fix-build.patch bgo#671390 vuntz@opensuse.org -- Fix code that cannot build
|
|
|
|
Patch0: gjs-fix-build.patch
|
2010-03-20 00:46:42 +01:00
|
|
|
BuildRequires: gcc-c++
|
2009-08-04 12:20:43 +02:00
|
|
|
BuildRequires: python
|
|
|
|
BuildRequires: readline-devel
|
2010-08-10 00:39:16 +02:00
|
|
|
BuildRequires: systemtap-sdt-devel
|
2011-12-21 06:05:24 +01:00
|
|
|
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
|
|
|
BuildRequires: xz
|
2010-11-05 12:22:58 +01:00
|
|
|
BuildRequires: pkgconfig(cairo)
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
2011-11-15 15:41:38 +01:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
2011-09-02 02:12:21 +02:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.29.16
|
2011-06-17 10:02:33 +02:00
|
|
|
BuildRequires: pkgconfig(mozjs185)
|
2010-11-05 12:22:58 +01:00
|
|
|
Requires: libgjs0 = %{version}
|
2009-08-04 12:20:43 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
This module contains JavaScript bindings based on gobject-introspection and the
|
|
|
|
Mozilla SpiderMonkey JavaScript engine.
|
|
|
|
|
2010-11-05 12:22:58 +01:00
|
|
|
%package -n libgjs0
|
2009-08-04 12:20:43 +02:00
|
|
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
2011-12-24 15:24:50 +01:00
|
|
|
Group: Development/Libraries/GNOME
|
2010-11-05 12:22:58 +01:00
|
|
|
Provides: libgjs-0 = %{version}
|
|
|
|
Obsoletes: libgjs-0 < %{version}
|
2009-08-04 12:20:43 +02:00
|
|
|
|
2010-11-05 12:22:58 +01:00
|
|
|
%description -n libgjs0
|
2009-08-04 12:20:43 +02:00
|
|
|
This module contains JavaScript bindings based on gobject-introspection and the
|
|
|
|
Mozilla SpiderMonkey JavaScript engine.
|
|
|
|
|
2011-12-24 15:24:50 +01:00
|
|
|
%package -n typelib-1_0-GjsDBus-1_0
|
|
|
|
Summary: GJS DBus utility library -- Introspection bindings
|
|
|
|
Group: Development/Libraries/GNOME
|
|
|
|
|
|
|
|
%description -n typelib-1_0-GjsDBus-1_0
|
|
|
|
This module contains JavaScript bindings based on gobject-introspection and the
|
|
|
|
Mozilla SpiderMonkey JavaScript engine.
|
|
|
|
|
2009-08-04 12:20:43 +02:00
|
|
|
%package -n libgjs-devel
|
|
|
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
2011-12-24 15:24:50 +01:00
|
|
|
Group: Development/Libraries/GNOME
|
2010-11-05 12:22:58 +01:00
|
|
|
Requires: libgjs0 = %{version}
|
2011-12-24 15:24:50 +01:00
|
|
|
Requires: typelib-1_0-GjsDBus-1_0
|
2009-08-04 12:20:43 +02:00
|
|
|
# Just a helper provides
|
2010-11-05 12:22:58 +01:00
|
|
|
Provides: gjs-devel = %{version}
|
2009-08-04 12:20:43 +02:00
|
|
|
|
|
|
|
%description -n libgjs-devel
|
|
|
|
This module contains JavaScript bindings based on gobject-introspection and the
|
|
|
|
Mozilla SpiderMonkey JavaScript engine.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2012-03-11 18:45:16 +01:00
|
|
|
%patch0 -p1
|
2009-08-04 12:20:43 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
2010-11-05 12:22:58 +01:00
|
|
|
--disable-static \
|
|
|
|
--enable-systemtap
|
2011-04-21 17:35:12 +02:00
|
|
|
make %{?_smp_mflags} V=1
|
2009-08-04 12:20:43 +02:00
|
|
|
|
|
|
|
%install
|
2010-11-05 12:22:58 +01:00
|
|
|
%make_install
|
2009-09-03 23:35:28 +02:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2010-08-10 00:39:16 +02:00
|
|
|
# fix installation of systemtap files
|
|
|
|
mv %{buildroot}%{buildroot}%{_datadir}/systemtap %{buildroot}%{_datadir}/systemtap
|
2009-08-04 12:20:43 +02:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2010-11-05 12:22:58 +01:00
|
|
|
%post -n libgjs0 -p /sbin/ldconfig
|
2009-08-04 12:20:43 +02:00
|
|
|
|
2010-11-05 12:22:58 +01:00
|
|
|
%postun -n libgjs0 -p /sbin/ldconfig
|
2009-08-04 12:20:43 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2011-07-28 00:07:27 +02:00
|
|
|
%{_bindir}/gjs
|
|
|
|
%{_bindir}/gjs-console
|
2009-08-04 12:20:43 +02:00
|
|
|
|
2010-11-05 12:22:58 +01:00
|
|
|
%files -n libgjs0
|
2009-08-04 12:20:43 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc COPYING NEWS README
|
2010-11-05 12:22:58 +01:00
|
|
|
%{_datadir}/gjs-1.0/
|
2009-08-04 12:20:43 +02:00
|
|
|
%{_libdir}/*.so.*
|
2010-11-05 12:22:58 +01:00
|
|
|
%{_libdir}/gjs-1.0/
|
2009-08-04 12:20:43 +02:00
|
|
|
|
2011-12-24 15:24:50 +01:00
|
|
|
%files -n typelib-1_0-GjsDBus-1_0
|
|
|
|
%defattr(-,root,root)
|
2012-01-20 09:28:06 +01:00
|
|
|
%{_libdir}/girepository-1.0/GjsDBus-1.0.typelib
|
2011-12-24 15:24:50 +01:00
|
|
|
|
2009-08-04 12:20:43 +02:00
|
|
|
%files -n libgjs-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2012-01-20 09:28:06 +01:00
|
|
|
%{_datadir}/gir-1.0/GjsDBus-1.0.gir
|
2010-08-10 00:39:16 +02:00
|
|
|
%{_datadir}/systemtap/tapset/*.stp
|
2009-08-04 12:20:43 +02:00
|
|
|
|
|
|
|
%changelog
|