Drop “forge” macros, which aren’t really doing much here
This commit is contained in:
parent
18f340bbc5
commit
18074ca92c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user