From fb1684bcbd3da6df753b1be055acd253734910b3 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Feb 21 2019 16:13:38 +0000 Subject: Fix FTBFS. --- diff --git a/apricots.spec b/apricots.spec index ca2047f..48adffa 100644 --- a/apricots.spec +++ b/apricots.spec @@ -1,7 +1,9 @@ +#remove once using %%configure again +%global debug_package %{nil} %define apricotsdir %{_datadir}/apricots Name: apricots Version: 0.2.6 -Release: 24%{?dist} +Release: 25%{?dist} Summary: 2D air combat game License: GPLv2 @@ -46,7 +48,8 @@ chmod -x TODO #%patch4 -p0 %build -%configure +#Use %%configure once --as-needed is fixed, and fix debug at top of spec. +./configure make @@ -82,6 +85,9 @@ install -p -m 644 %{SOURCE1} \ %changelog +* Thu Feb 21 2019 Gwyn Ciesla - 0.2.6-25 +- Fix FTBFS. + * Thu Jan 31 2019 Fedora Release Engineering - 0.2.6-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild