|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: js-jquery
|
|
|
|
|
Version: 3.5.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: JavaScript DOM manipulation, event handling, and AJAX library
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
@ -20,6 +20,7 @@ Patch1: %{name}-disable-gzip-js.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: web-assets-devel
|
|
|
|
|
BuildRequires: nodejs-packaging
|
|
|
|
|
BuildRequires: nodejs
|
|
|
|
|
|
|
|
|
|
Provides: jquery = %{version}-%{release}
|
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
|
|
@ -80,6 +81,9 @@ ln -s %{version} %{installdir}/%{ver_x}.%{ver_y}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 3.5.0-3
|
|
|
|
|
- Add explicit dependency on nodejs
|
|
|
|
|
|
|
|
|
|
* Wed Apr 15 2020 Stephen Gallagher <sgallagh@redhat.com> - 3.5.0-2
|
|
|
|
|
- Add virtual Provides: for bundled sizzle
|
|
|
|
|
|
|
|
|
|