From 98662dd93570475ac7409453dfdca639991ef8fb Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: May 04 2015 14:11:59 +0000 Subject: Kill hardened build, does not build --- diff --git a/4Pane.spec b/4Pane.spec index 9db0986..3cc8a9d 100644 --- a/4Pane.spec +++ b/4Pane.spec @@ -5,10 +5,11 @@ # really expects this # (expanded afterwards, use %%define) %define _docdir_fmt %{NAME} +%undefine _hardened_build Name: 4Pane Version: 3.0 -Release: 6%{?dist} +Release: 7{?dist} Summary: Multi-pane, detailed-list file manager License: GPLv3 @@ -73,7 +74,8 @@ export EXTRA_CXXFLAGS="%{optflags}" # --without-builtin_bzip2 means using system bzip2 %configure\ --disable-desktop \ - --without-builtin_bzip2 + --without-builtin_bzip2 || \ + { sleep 5 ; cat config.log ; sleep 10 ; exit 1; } make %{?_smp_mflags} %install @@ -129,6 +131,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/*/apps/%{name}* %changelog +* Mon May 4 2015 Mamoru TASAKA - 3.0-7 +- Kill hardened build, does not build + * Mon Dec 22 2014 Mamoru TASAKA - 3.0-6 - Patch for toolbar issue, requested by the upstream