automatic version update by autodist [release 1.82.0-1mamba;Sat Oct 12 2024]
This commit is contained in:
parent
2666126bf3
commit
a7eb89bfae
11
gjs.spec
11
gjs.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gjs
|
||||
Version: 1.80.2
|
||||
Version: 1.82.0
|
||||
Release: 1mamba
|
||||
Summary: GNOME JavaScript bindings based on gobject-introspection
|
||||
Group: System/Libraries
|
||||
@ -16,11 +16,13 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libmozjs115-devel
|
||||
BuildRequires: libmozjs128-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libmozjs128-devel
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
@ -61,8 +63,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -96,6 +96,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc NEWS
|
||||
|
||||
%changelog
|
||||
* Sat Oct 12 2024 Automatic Build System <autodist@openmamba.org> 1.82.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 26 2024 Automatic Build System <autodist@openmamba.org> 1.80.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user