Author: pluto Date: Tue Dec 28 19:58:10 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.03.10.
---- Files affected: packages/cman: cman.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: packages/cman/cman.spec diff -u packages/cman/cman.spec:1.23 packages/cman/cman.spec:1.24 --- packages/cman/cman.spec:1.23 Thu Jun 7 19:50:47 2007 +++ packages/cman/cman.spec Tue Dec 28 20:58:05 2010 @@ -6,16 +6,17 @@ Summary: General-purpose symmetric cluster manager Summary(pl.UTF-8): Zarządca symetrycznych klastrów ogólnego przeznaczenia Name: cman -Version: 2.00.00 -Release: 3 +Version: 2.03.10 +Release: 1 License: GPL v2 Group: Applications/System Source0: ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz -# Source0-md5: 2ef3f4ba9d3c87b50adfc9b406171085 +# Source0-md5: 379b560096e315d4b52e238a5c72ba4a Source1: %{name}.init Source2: %{name}.sysconfig URL: http://sources.redhat.com/cluster/cman/ %{!?with_libonly:BuildRequires: ccs-devel} +BuildRequires: ncurses-devel BuildRequires: openais-devel BuildRequires: perl-base Requires: %{name}-libs = %{version}-%{release} @@ -100,15 +101,20 @@ %{__perl} -pi -e 's/ -O2 /%{rpmcflags}/' {cman_tool,daemon}/Makefile %build -cd %{name} ./configure \ - --ccsincdir="$PWD/../ccs/lib" \ + --without_kernel_modules \ + --without_gfs \ + --without_gfs2 \ + --without_gnbd \ + --ccsincdir="$PWD/ccs/lib" \ --incdir=%{_includedir} \ + --ncursesincdir=%{_includedir}/ncurses \ --libdir=%{_libdir} \ --libexecdir=%{_libdir} \ --mandir=%{_mandir} \ --prefix=%{_prefix} \ --sbindir=%{_sbindir} + %{__make} %{?with_libonly:-C lib} \ CC="%{__cc}" \ incdir=`pwd`/include @@ -172,6 +178,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2010/12/28 19:58:05 pluto +- updated to 2.03.10. + Revision 1.23 2007/06/07 17:50:47 arekm - rel 3; (after bootstrap) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cman/cman.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
