automatic version update by autodist [release 1.68.0-1mamba;Sun Mar 21 2021]
This commit is contained in:
parent
a53215da44
commit
26f4d911b3
23
gjs.spec
23
gjs.spec
@ -1,14 +1,14 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.64.4
|
Version: 1.68.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNOME JavaScript bindings based on gobject-introspection
|
Summary: GNOME JavaScript bindings based on gobject-introspection
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://live.gnome.org
|
URL: https://live.gnome.org
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gjs/%{majver}/gjs-%{version}.tar.xz
|
Source: http://ftp.gnome.org/pub/gnome/sources/gjs/%{majver}/gjs-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -34,7 +34,7 @@ BuildRequires: libgraphite2-devel
|
|||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libmount-devel
|
BuildRequires: libmount-devel
|
||||||
BuildRequires: libmozjs-devel
|
BuildRequires: libmozjs78-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libpcre-devel
|
||||||
@ -48,9 +48,8 @@ BuildRequires: libuuid-devel
|
|||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libmozjs-devel >= 60
|
BuildRequires: libmozjs78-devel
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module contains JavaScript bindings based on gobject-introspection.
|
This module contains JavaScript bindings based on gobject-introspection.
|
||||||
@ -104,9 +103,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib
|
%{_libdir}/gjs/girepository-1.0/GjsPrivate-1.0.typelib
|
||||||
%dir %{_libdir}/gjs
|
%dir %{_libdir}/gjs
|
||||||
#%{_libdir}/gjs/lib*.so
|
#%{_libdir}/gjs/lib*.so
|
||||||
%dir %{_libexecdir}/gjs
|
#%dir %{_libexecdir}/gjs
|
||||||
%dir %{_libexecdir}/gjs/installed-tests
|
%dir %{_libexecdir}/installed-tests/gjs
|
||||||
%{_libexecdir}/gjs/installed-tests/*
|
%{_libexecdir}/installed-tests/gjs/*
|
||||||
%dir %{_datadir}/installed-tests
|
%dir %{_datadir}/installed-tests
|
||||||
%dir %{_datadir}/installed-tests/gjs
|
%dir %{_datadir}/installed-tests/gjs
|
||||||
%{_datadir}/installed-tests/gjs/*
|
%{_datadir}/installed-tests/gjs/*
|
||||||
@ -125,6 +124,12 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 21 2021 Automatic Build System <autodist@mambasoft.it> 1.68.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66.2-1mamba
|
||||||
|
- update to 1.66.2
|
||||||
|
|
||||||
* Tue Jul 07 2020 Automatic Build System <autodist@mambasoft.it> 1.64.4-1mamba
|
* Tue Jul 07 2020 Automatic Build System <autodist@mambasoft.it> 1.64.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user