]> git.pld-linux.org Git - packages/commoncpp2.git/commitdiff
- added gcc4.patch auto/th/commoncpp2-1_7_3-1 auto/ti/commoncpp2-1_7_3-1
authorSzymon Siwek <sls@pld-linux.org>
Fri, 23 Oct 2009 22:04:27 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- make -j1
- rel. 1

Changed files:
    commoncpp2.spec -> 1.26

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.176758 seconds and 4 git commands to generate.