Author: tommat Date: Tue Jan 2 16:05:13 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - synced with head - STBR for AC
---- Files affected: SPECS: commoncpp2.spec (1.5.2.1 -> 1.5.2.2) ---- Diffs: ================================================================ Index: SPECS/commoncpp2.spec diff -u SPECS/commoncpp2.spec:1.5.2.1 SPECS/commoncpp2.spec:1.5.2.2 --- SPECS/commoncpp2.spec:1.5.2.1 Tue Dec 12 16:01:54 2006 +++ SPECS/commoncpp2.spec Tue Jan 2 17:05:07 2007 @@ -8,11 +8,14 @@ Group: Libraries Source0: ftp://ftp.gnu.org/pub/gnu/commoncpp/%{name}-%{version}.tar.gz # Source0-md5: 559c6cb2e1fbbaa6d1856d037e3722b2 +Patch0: %{name}-Makefile.patch URL: http://www.gnu.org/software/commoncpp/ +BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen BuildRequires: libstdc++-devel BuildRequires: libxml2-devel +BuildRequires: openssl-devel BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -64,9 +67,14 @@ %prep %setup -q +%patch0 -p1 %build -%configure +%{__aclocal} -I m4 +%{__automake} +%{__autoconf} +%configure \ + --with-openssl %{__make} %install @@ -113,6 +121,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5.2.2 2007/01/02 16:05:07 tommat +- synced with head +- STBR for AC + Revision 1.5.2.1 2006/12/12 15:01:54 kosmo - updated to 1.5.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/commoncpp2.spec?r1=1.5.2.1&r2=1.5.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
