Kill hardened build, does not build

This commit is contained in:
Mamoru TASAKA 2015-05-04 23:11:59 +09:00
commit 98662dd935

View file

@ -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 <mtasaka@fedoraproject.org> - 3.0-7
- Kill hardened build, does not build
* Mon Dec 22 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.0-6
- Patch for toolbar issue, requested by the upstream