From 8af8384354f4ba45421f04392172b6bd3c2478c8 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Jan 14 2016 08:17:13 +0000 Subject: Fix FTBFS --- diff --git a/gtkmm24.spec b/gtkmm24.spec index a090d9b..a56cccf 100644 --- a/gtkmm24.spec +++ b/gtkmm24.spec @@ -5,7 +5,7 @@ Name: gtkmm24 Version: 2.24.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -60,7 +60,7 @@ This package contains the full API documentation for %{name}. %build -%configure %{!?_with_static: --disable-static} --enable-shared +CXXFLAGS="-std=gnu++11 %{optflags}" %configure %{!?_with_static: --disable-static} --enable-shared # removing rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -100,6 +100,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %doc %{_datadir}/devhelp/ %changelog +* Thu Jan 14 2016 Lubomir Rintel - 2.24.4-8 +- Fix FTBFS + * Wed Jun 17 2015 Fedora Release Engineering - 2.24.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild