Drop “forge” macros, which aren’t really doing much here

This commit is contained in:
Benjamin A. Beasley 2022-04-20 13:59:37 -04:00
parent 18f340bbc5
commit 18074ca92c
1 changed files with 3 additions and 5 deletions

View File

@ -32,10 +32,8 @@ Summary: Port of http_parser to llparse
# installed, so its contents do not contribute to the license of the binary
# RPMs, and we do not need a file llhttp-%%{version}-bundled-licenses.txt.
License: MIT
%global forgeurl https://github.com/nodejs/llhttp
%forgemeta
URL: %{forgeurl}
Source0: %{forgesource}
URL: https://github.com/nodejs/llhttp
Source0: %{url}/archive/v%{version}/llhttp-%{version}.tar.gz
# Based closely on nodejs-packaging-bundler, except:
#
@ -92,7 +90,7 @@ developing applications that use llhttp.
%prep
%forgeautosetup
%autosetup
# Set up bundled (dev) node modules required to generate the C sources from the
# TypeScript sources.