Kill hardened build, does not build
This commit is contained in:
parent
5350dd78f3
commit
98662dd935
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue