update to 1.65.4
This commit is contained in:
parent
819d360592
commit
bbfb67f3f1
Binary file not shown.
BIN
gjs-1.65.4.tar.xz
Normal file
BIN
gjs-1.65.4.tar.xz
Normal file
Binary file not shown.
34
gjs.spec
34
gjs.spec
@ -1,16 +1,16 @@
|
|||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.54.1
|
Version: 1.65.4
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: using GNOME libraries from Javascript
|
Summary: using GNOME libraries from Javascript
|
||||||
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
||||||
URL: https://wiki.gnome.org/Attic/Gjs
|
URL: https://wiki.gnome.org/Attic/Gjs
|
||||||
Source0: https://download.gnome.org/sources/gjs/1.54/gjs-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gjs/1.65/gjs-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: cairo-gobject-devel chrpath gobject-introspection-devel >= 1.41.4
|
BuildRequires: cairo-gobject-devel chrpath gobject-introspection-devel >= 1.61.2 meson cmake sysprof-devel
|
||||||
BuildRequires: glib2-devel >= 2.54.0 gtk3-devel >= 3.20 mozjs60-devel >= 60.2.2
|
BuildRequires: glib2-devel >= 2.58.0 gtk3-devel >= 3.20 mozjs68-devel >= 68.11.0
|
||||||
BuildRequires: readline-devel dbus-glib-devel gcc-c++ gettext pkgconfig dbus-daemon
|
BuildRequires: readline-devel dbus-glib-devel gcc-c++ gettext pkgconfig dbus-daemon
|
||||||
|
|
||||||
Requires: glib2 >= 2.54.0 gobject-introspection >= 1.41.4 gtk3 >= 3.20 mozjs60 >= 60.2.2
|
Requires: glib2 >= 2.58.0 gobject-introspection >= 1.61.2 gtk3 >= 3.20 mozjs68 >= 68.11.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Gjs is a Javascript binding for GNOME. It's mainly based on Spidermonkey javascript
|
Gjs is a Javascript binding for GNOME. It's mainly based on Spidermonkey javascript
|
||||||
@ -27,24 +27,18 @@ Obsoletes: %{name}-tests < %{version}-%{release}
|
|||||||
Development files for gjs.
|
Development files for gjs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-installed-tests
|
%meson
|
||||||
|
%meson_build
|
||||||
%make_build V=1
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
chrpath --delete %{buildroot}%{_bindir}/gjs-console
|
|
||||||
chrpath --delete %{buildroot}%{_libexecdir}/gjs/installed-tests/minijasmine
|
|
||||||
|
|
||||||
%delete_la
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS README
|
%doc NEWS README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/gjs*
|
%{_bindir}/gjs*
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
@ -56,12 +50,16 @@ chrpath --delete %{buildroot}%{_libexecdir}/gjs/installed-tests/minijasmine
|
|||||||
%{_includedir}/gjs-1.0
|
%{_includedir}/gjs-1.0
|
||||||
%{_libdir}/pkgconfig/gjs-1.0.pc
|
%{_libdir}/pkgconfig/gjs-1.0.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libexecdir}/gjs/installed-tests
|
%{_libexecdir}/installed-tests
|
||||||
%{_datadir}/gjs-1.0/lsan/
|
%{_datadir}/gjs-1.0/lsan/
|
||||||
%{_datadir}/gjs-1.0/valgrind/
|
%{_datadir}/gjs-1.0/valgrind/
|
||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.GjsTest.gschema.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 9 2020 jinzhimin <jinzhimin2@huawei.com> - 1.65.4-1
|
||||||
|
- update to 1.65.4
|
||||||
|
|
||||||
* Mon Jan 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.54.1-5
|
* Mon Jan 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.54.1-5
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user