Skip to content

Commit

Permalink
Bump nodejs-jquery to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Foreman Packaging Automation authored and runner committed Feb 9, 2025
1 parent 7be47fd commit b0cec55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion packages/foreman/nodejs-jquery/jquery-2.2.4.tgz

This file was deleted.

1 change: 1 addition & 0 deletions packages/foreman/nodejs-jquery/jquery-3.7.1.tgz
17 changes: 8 additions & 9 deletions packages/foreman/nodejs-jquery/nodejs-jquery.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@
%global npm_name jquery

Name: %{?scl_prefix}nodejs-jquery
Version: 2.2.4
Release: 4%{?dist}
Version: 3.7.1
Release: 1%{?dist}
Summary: JavaScript library for DOM operations
License: MIT
Group: Development/Libraries
URL: http://jquery.com
Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
%if 0%{?scl:1}
BuildRequires: %{?scl_prefix_nodejs}npm
%else
URL: https://jquery.com
Source0: https://registry.npmjs.org/jquery/-/jquery-%{version}.tgz
%if 0%{?!scl:1}
BuildRequires: nodejs-packaging
BuildRequires: npm
%endif
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
Expand All @@ -30,7 +27,6 @@ Provides: %{?scl_prefix}npm(%{npm_name}) = %{version}
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr dist %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr external %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr package.json %{buildroot}%{nodejs_sitelib}/%{npm_name}
cp -pfr src %{buildroot}%{nodejs_sitelib}/%{npm_name}

Expand All @@ -46,6 +42,9 @@ cp -pfr src %{buildroot}%{nodejs_sitelib}/%{npm_name}
%doc README.md

%changelog
* Sun Feb 09 2025 Foreman Packaging Automation <[email protected]> 3.7.1-1
- Update to 3.7.1

* Tue Mar 17 2020 Zach Huntington-Meath <[email protected]> - 2.2.4-4
- Bump packages to build for el8

Expand Down

0 comments on commit b0cec55

Please sign in to comment.