From 54a4a4faf34c4adb41b65bb9f1e92c4a1b908b27 Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Fri, 23 Oct 2009 22:04:27 +0000 Subject: [PATCH] - added gcc4.patch - make -j1 - rel. 1 Changed files: commoncpp2.spec -> 1.26 --- commoncpp2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/commoncpp2.spec b/commoncpp2.spec index 26825f2..2ddc8d7 100644 --- a/commoncpp2.spec +++ b/commoncpp2.spec @@ -6,12 +6,13 @@ Summary: A GNU package for creating portable C++ programs Summary(pl.UTF-8): Pakiet GNU do tworzenia przenośnych programów w C++ Name: commoncpp2 Version: 1.7.3 -Release: 0.1 +Release: 1 License: GPL Group: Libraries Source0: http://ftp.gnu.org/gnu/commoncpp/%{name}-%{version}.tar.gz # Source0-md5: ca741179a728d264eb276ae471ebaf70 Patch0: %{name}-lt.patch +Patch1: %{name}-gcc4.patch URL: http://www.gnu.org/software/commoncpp/ BuildRequires: autoconf BuildRequires: automake @@ -73,6 +74,7 @@ Statyczna biblioteka commoncpp2. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -83,7 +85,7 @@ Statyczna biblioteka commoncpp2. %configure \ %{!?with_static_libs:--disable-static} \ --with-openssl -%{__make} +%{__make} -j1 %install rm -rf $RPM_BUILD_ROOT -- 2.43.0