Author: hawk Date: Fri Mar 7 12:57:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - don't try to compile header file (trying to fix compilation on Ac) - release 2
---- Files affected: SPECS: ccs.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/ccs.spec diff -u SPECS/ccs.spec:1.22 SPECS/ccs.spec:1.23 --- SPECS/ccs.spec:1.22 Fri Apr 6 12:41:51 2007 +++ SPECS/ccs.spec Fri Mar 7 13:57:47 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): System konfiguracji klastra do zarzÄ…dzania jego plikiem konfiguracyjnym Name: ccs Version: 2.00.00 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/System Source0: ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz @@ -11,6 +11,7 @@ Source1: %{name}.init Source2: %{name}.sysconfig Patch0: %{name}-optflags.patch +Patch1: %{name}-include.patch URL: http://sources.redhat.com/cluster/ccs/ BuildRequires: cman-devel >= 2 BuildRequires: libxml2-devel >= 2.0 @@ -43,6 +44,7 @@ %prep %setup -q -n cluster-%{version} %patch0 -p1 +%patch1 -p1 %build cd %{name} @@ -106,6 +108,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2008-03-07 12:57:47 hawk +- don't try to compile header file (trying to fix compilation on Ac) +- release 2 + Revision 1.22 2007-04-06 10:41:51 qboosh - dropped magma ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ccs.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
