]> git.pld-linux.org Git - packages/commoncpp2.git/blobdiff - commoncpp2.spec
- added gcc4.patch
[packages/commoncpp2.git] / commoncpp2.spec
index 26825f29fafe1e887dec44cefbd3f03debb7ac13..2ddc8d7df1b3d652ceedbdd30cfd37d2514b7eb8 100644 (file)
@@ -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
This page took 0.024057 seconds and 4 git commands to generate.