]> git.pld-linux.org Git - packages/gjs.git/blobdiff - gjs.spec
- BR: libstdc++-devel, python-modules
[packages/gjs.git] / gjs.spec
index b0bacb61f593f087df43afe3e0f2f7780a357793..e9fad46ddbfd6f2762f632cf1be3f35af505778a 100644 (file)
--- a/gjs.spec
+++ b/gjs.spec
@@ -1,12 +1,12 @@
 Summary:       JavaScript bindings for GNOME
 Summary(pl.UTF-8):     Wiązania JavaScript dla GNOME
 Name:          gjs
-Version:       0.4
+Version:       0.5
 Release:       1
 License:       MIT and (MPL v1.1 / GPL v2+ / LGPL v2+)
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gjs/0.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 584594b22e433d56d660a7dda650809d
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gjs/0.5/%{name}-%{version}.tar.bz2
+# Source0-md5: b1fcaa8a80204608e79daa49c27cbefa
 URL:           http://live.gnome.org/Gjs
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
@@ -14,8 +14,10 @@ BuildRequires:       dbus-glib-devel
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel >= 1:2.16.0
 BuildRequires: gobject-introspection-devel >= 0.6.3
+BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: pkgconfig
+BuildRequires: python-modules
 BuildRequires: xulrunner-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -59,7 +61,7 @@ Pliki nagłówkowe biblioteki gjs.
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 cp examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -89,6 +91,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/gjs-1.0/debugger.so
 %attr(755,root,root) %{_libdir}/gjs-1.0/gettextNative.so
 %attr(755,root,root) %{_libdir}/gjs-1.0/gi.so
+%attr(755,root,root) %{_libdir}/gjs-1.0/langNative.so
 %attr(755,root,root) %{_libdir}/gjs-1.0/mainloop.so
 %{_datadir}/gjs-1.0
 
This page took 0.042369 seconds and 4 git commands to generate.