]> git.pld-linux.org Git - packages/gjs.git/blobdiff - gjs.spec
fix build without systemtap
[packages/gjs.git] / gjs.spec
index c0bd606c83222c3c68a49661304707da370f7efc..31b353948358b07c8aa0b3f2dd27a148e9ddc601 100644 (file)
--- a/gjs.spec
+++ b/gjs.spec
@@ -7,7 +7,7 @@ Summary:        JavaScript bindings for GNOME
 Summary(pl.UTF-8):     Wiązania JavaScriptu dla GNOME
 Name:          gjs
 Version:       1.64.4
-Release:       1
+Release:       2
 License:       MIT and (MPL v1.1 or GPL v2+ or LGPL v2+)
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gjs/1.64/%{name}-%{version}.tar.xz
@@ -56,7 +56,7 @@ Requires:     cairo-gobject-devel
 Requires:      glib2-devel >= 1:2.58.0
 Requires:      gobject-introspection-devel >= 1.61.2
 Requires:      libffi-devel
-Requires:      mozjs60-devel >= 60
+Requires:      mozjs68-devel >= 68
 
 %description devel
 Header files for gjs library.
@@ -125,6 +125,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/gjs-1.0.pc
 %{_examplesdir}/%{name}-%{version}
 
+%if %{with systemtap}
 %files -n systemtap-gjs
 %defattr(644,root,root,755)
 %{_datadir}/systemtap/tapset/gjs.stp
+%endif
This page took 0.097556 seconds and 4 git commands to generate.