[packages/obby] - pass -std to enable C++ 11 for libsigc++; release 3
qboosh
qboosh at pld-linux.org
Tue Feb 16 22:18:05 CET 2016
commit 746008be9a4ac4615ab7223ac61c19aeeba9f7fb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Feb 16 22:21:00 2016 +0100
- pass -std to enable C++ 11 for libsigc++; release 3
obby.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/obby.spec b/obby.spec
index a88c490..323a4bd 100644
--- a/obby.spec
+++ b/obby.spec
@@ -2,7 +2,7 @@ Summary: obby library providing synchronized document buffers
Summary(pl.UTF-8): Biblioteka obby udostępniająca synchronizowane bufory dokumentów
Name: obby
Version: 0.4.8
-Release: 2
+Release: 3
License: GPL v2+
Group: Libraries
Source0: http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
@@ -12,7 +12,7 @@ BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.9
BuildRequires: avahi-devel >= 0.6
BuildRequires: gettext-tools >= 0.15
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:4.3
BuildRequires: libtool >= 2:1.5
BuildRequires: net6-devel >= 1.3.14-2
BuildRequires: pkgconfig
@@ -68,6 +68,7 @@ aplicativos estáticos que usam obby.
%{__aclocal} -I m4
%{__automake}
%{__autoconf}
+CXXFLAGS="%{rpmcxxflags} -std=c++0x"
%configure \
--enable-ipv6 \
--with-zeroconf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/obby.git/commitdiff/746008be9a4ac4615ab7223ac61c19aeeba9f7fb
More information about the pld-cvs-commit
mailing list