From 7f5322115f7e575839b59d7b414a7afde021b83c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Mar 2021 10:59:24 +0100 Subject: fix missing file --- gd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gd.spec') diff --git a/gd.spec b/gd.spec index 6b18e59..957caa4 100644 --- a/gd.spec +++ b/gd.spec @@ -56,7 +56,7 @@ Source0: libgd-%{version}-%{commit}.tgz Source0: https://github.com/libgd/libgd/releases/download/gd-%{version}/libgd-%{version}.tar.xz %endif # Missing, temporary workaround, fixed upstream for next version -Source1: https://raw.githubusercontent.com/libgd/libgd/gd-%{version}/config/getlib.sh +Source1: https://raw.githubusercontent.com/libgd/libgd/gd-%{version}/tests/heif/label.heic BuildRequires: freetype-devel BuildRequires: fontconfig-devel @@ -165,7 +165,7 @@ files for gd, a graphics library for creating PNG and JPEG graphics. %prep %setup -q -n libgd-%{version}%{?prever:-%{prever}} -install -m 0755 %{SOURCE1} config/ +install -m 0644 %{SOURCE1} tests/heif/ : $(perl config/getver.pl) -- cgit