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

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 # 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. # RPMs, and we do not need a file llhttp-%%{version}-bundled-licenses.txt.
License: MIT License: MIT
%global forgeurl https://github.com/nodejs/llhttp URL: https://github.com/nodejs/llhttp
%forgemeta Source0: %{url}/archive/v%{version}/llhttp-%{version}.tar.gz
URL: %{forgeurl}
Source0: %{forgesource}
# Based closely on nodejs-packaging-bundler, except: # Based closely on nodejs-packaging-bundler, except:
# #
@ -92,7 +90,7 @@ developing applications that use llhttp.
%prep %prep
%forgeautosetup %autosetup
# Set up bundled (dev) node modules required to generate the C sources from the # Set up bundled (dev) node modules required to generate the C sources from the
# TypeScript sources. # TypeScript sources.