SHA256
1
0
forked from pool/gjs

Accepting request 583602 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/583602
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=144
This commit is contained in:
2018-03-09 10:09:01 +00:00
committed by Git OBS Bridge
parent aed788e560
commit 28a7c2412e
4 changed files with 93 additions and 14 deletions

View File

@@ -17,14 +17,13 @@
Name: gjs
Version: 1.50.4
Version: 1.51.91
Release: 0
# FIXME: find out if tapsets should really be in devel package or in main package
Summary: JavaScript bindings based on gobject-introspection and Mozilla
License: MIT
Group: Development/Libraries/GNOME
Url: https://wiki.gnome.org/Projects/Gjs
Source: https://download.gnome.org/sources/gjs/1.50/%{name}-%{version}.tar.xz
URL: https://wiki.gnome.org/Projects/Gjs
Source0: http://download.gnome.org/sources/gjs/1.51/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: mozjs52-devel
BuildRequires: pkgconfig
@@ -97,30 +96,28 @@ make %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%post -n libgjs0 -p /sbin/ldconfig
%postun -n libgjs0 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%license COPYING
%doc NEWS README
%{_bindir}/gjs
%{_bindir}/gjs-console
%files -n libgjs0
%defattr(-,root,root)
%doc COPYING NEWS README
%license COPYING.LGPL
%{_libdir}/*.so.*
%files -n typelib-1_0-GjsPrivate-1_0
%defattr(-,root,root)
%dir %{_libdir}/gjs
%dir %{_libdir}/gjs/girepository-1.0/
%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib
%files -n libgjs-devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/%{name}-1.0/
%{_datadir}/systemtap/tapset/*.stp
%changelog