From 3adc0fa1c3329e53d712c6943da5fe608898fc0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Oct 2024 08:25:18 +0200 Subject: add links to check tag/commit --- njs.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'njs.spec') diff --git a/njs.spec b/njs.spec index ce777e9..a1d6a2c 100644 --- a/njs.spec +++ b/njs.spec @@ -34,7 +34,9 @@ Release: 2%{?dist} License: BSD-2-Clause URL: https://github.com/%{gh_owner}/%{project} +# See https://github.com/nginx/njs/tags Source0: https://github.com/%{gh_owner}/%{project}/archive/%{gh_commit}/%{project}-%{version}-%{gh_short}.tar.gz +# See https://github.com/bellard/quickjs/commits/master/ Source1: https://github.com/%{qjs_owner}/%{qjs_project}/archive/%{qjs_commit}/%{qjs_project}-%{qjs_short}.tar.gz BuildRequires: make -- cgit