From fcc2230860365c4c5808331447fe7ab19ec26a7c Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 18 Sep 2017 19:07:10 +0200 Subject: [PATCH] specfile: remove accidentally dropped URL in global macros --- gawk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gawk.spec b/gawk.spec index df5731a..e43dea6 100644 --- a/gawk.spec +++ b/gawk.spec @@ -38,7 +38,7 @@ # These values are defined in the gawkapi.h header file. To see them, run: # grep -E "gawk_api_(major|minor).*[[:digit:]]" gawkapi.h %global gawk_api_major 1 -https://src.fedoraproject.org/rpms/poppler%global gawk_api_minor 1 +%global gawk_api_minor 1 # =============================================================================