-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Foreman Packaging Automation
authored and
runner
committed
Feb 9, 2025
1 parent
7be47fd
commit b0cec55
Showing
3 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/vX/g1/SHA256E-s404231--68a9f787516da47c680e09c187bcbac4536b6f85d90eb882844e12919e583f53.1.tgz/SHA256E-s404231--68a9f787516da47c680e09c187bcbac4536b6f85d90eb882844e12919e583f53.1.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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} | ||
|
||
|
@@ -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 | ||
|
||
|