diff --git a/Cadence.spec b/Cadence.spec index ddbe010..8eb64f9 100644 --- a/Cadence.spec +++ b/Cadence.spec @@ -6,7 +6,7 @@ Name: Cadence Version: 1.0.0 -Release: 0.9.%{commitdate}git%{shortcommit0}%{?dist} +Release: 0.10.%{commitdate}git%{shortcommit0}%{?dist} Summary: A set of tools useful for audio production # The entire source code is GPLv2+ except c++/jackbridge/ which is ISC License # Following files are licensed under LGPLv2+ @@ -20,7 +20,6 @@ Source0: https://github.com/falkTX/%{name}/archive/%{commit0}/%{name}-%{shortcom Patch0: cadence_001_fedora_support.patch Patch1: cadence-desktop-patch Patch2: cadence-makefile.patch -Patch3: cadence-strip.patch BuildRequires: gcc gcc-c++ BuildRequires: python3-qt5-devel @@ -108,11 +107,10 @@ rm -rf data/windows/ # Fix error: Empty %%files file debugsourcefiles.list sed -i "s|-O0 -g|%{optflags}|" c++/Makefile.mk -#sed -i "s|DEBUG ?= false|DEBUG ?= true|" c++/Makefile.mk %build %{set_build_flags} -%make_build SKIP_STRIPPING=true +%make_build SKIP_STRIPPING=true DEBUG=true %install %make_install PREFIX=%{_prefix} @@ -153,9 +151,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %config(noreplace) %{_sysconfdir}/xdg/autostart/cadence-session-start.desktop %changelog -* Fri Feb 07 2020 Martin Gansser - 1.0.0-0.9.20200107git9324d24 -- Update to 1.0.0-0.9.20200107git9324d24 -- Add cadence-strip.patch +* Fri Feb 07 2020 Martin Gansser - 1.0.0-0.10.20200103git9324d24 +- Add %%make_build SKIP_STRIPPING=true DEBUG=true + +* Fri Feb 07 2020 Martin Gansser - 1.0.0-0.9.20200103git9324d24 +- Update to 1.0.0-0.9.20200103git9324d24 * Tue Jan 28 2020 Fedora Release Engineering - 1.0.0-0.8.20191021git0642494 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/cadence-strip.patch b/cadence-strip.patch deleted file mode 100644 index 030129a..0000000 --- a/cadence-strip.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/c++/Makefile.mk.orig 2020-02-07 16:04:37.818918339 +0100 -+++ b/c++/Makefile.mk 2020-02-07 16:05:07.914915110 +0100 -@@ -17,11 +17,12 @@ - - # -------------------------------------------------------------- - --DEBUG ?= false -+DEBUG ?= true - - ifeq ($(DEBUG),true) - BASE_FLAGS = -O0 -g -Wall -Wextra - BASE_FLAGS += -DDEBUG -+STRIP = true # FIXME - else - BASE_FLAGS = -O3 -ffast-math -Wall -Wextra - BASE_FLAGS += -DNDEBUG