From 03351697af2ec41504ce0dec7979e1c751c485da Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Apr 07 2016 11:41:53 +0000 Subject: fix cflags on configure --- diff --git a/4Pane.spec b/4Pane.spec index 1283c5a..75619f3 100644 --- a/4Pane.spec +++ b/4Pane.spec @@ -5,11 +5,10 @@ # really expects this # (expanded afterwards, use %%define) %define _docdir_fmt %{NAME} -%undefine _hardened_build Name: 4Pane -Version: 3.0 -Release: 9%{?dist} +Version: 4.0 +Release: 0.100%{?dist} Summary: Multi-pane, detailed-list file manager License: GPLv3 @@ -28,7 +27,8 @@ Patch5: 4Pane-HEAD-0005-Make-the-toolbar-the-correct-size-for-its-tools-in-g.pa BuildRequires: bzip2-devel BuildRequires: xz-devel BuildRequires: wxGTK3-devel -BuildRequires: desktop-file-utils +BuildRequires: %{_bindir}/desktop-file-install +BuildRequires: %{_bindir}/appstream-util BuildRequires: git %description @@ -44,6 +44,7 @@ tools. %prep %setup -q -n 4pane-%{version} +%if 0 cat > .gitignore </dev/null || : %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* -%if 0%{?fedora} >= 21 %{_datadir}/appdata/%{name}.appdata.xml -%endif %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}* %changelog +* Thu Apr 07 2016 Mamoru TASAKA - 4.0-1 +- 4.0 +- Enable hardened build again + * Wed Feb 03 2016 Fedora Release Engineering - 3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild