packages: ccs/ccs.spec - updated to 2.03.10 (the last 2nd generation cluste...

qboosh qboosh at pld-linux.org
Sun May 22 17:27:53 CEST 2011


Author: qboosh                       Date: Sun May 22 15:27:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.03.10 (the last 2nd generation cluster release)
- removed optflags,include,compile patches

---- Files affected:
packages/ccs:
   ccs.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: packages/ccs/ccs.spec
diff -u packages/ccs/ccs.spec:1.24 packages/ccs/ccs.spec:1.25
--- packages/ccs/ccs.spec:1.24	Tue Nov  3 23:01:26 2009
+++ packages/ccs/ccs.spec	Sun May 22 17:27:48 2011
@@ -2,17 +2,14 @@
 Summary:	Cluster configuration system to manage the cluster config file
 Summary(pl.UTF-8):	System konfiguracji klastra do zarządzania jego plikiem konfiguracyjnym
 Name:		ccs
-Version:	2.00.00
-Release:	2
+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
-Patch0:		%{name}-optflags.patch
-Patch1:		%{name}-include.patch
-Patch2:		compile.patch
 URL:		http://sources.redhat.com/cluster/ccs/
 BuildRequires:	cman-devel >= 2
 BuildRequires:	libxml2-devel >= 2.0
@@ -44,29 +41,30 @@
 
 %prep
 %setup -q -n cluster-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
-cd %{name}
 ./configure \
+	--cc="%{__cc}" \
+	--cflags="%{rpmcflags} -Wall" \
+	--ldflags="%{rpmldflags}" \
 	--incdir=%{_includedir} \
+	--ncursesincdir=%{_includedir}/ncurses \
 	--libdir=%{_libdir} \
+	--libexecdir=%{_libdir} \
 	--mandir=%{_mandir} \
 	--prefix=%{_prefix} \
-	--sbindir=%{_sbindir}
-%{__make} \
-	CC="%{__cc}" \
-	LDFLAGS="%{rpmldflags}" \
-	OPTCFLAGS="%{rpmcflags}"
+	--sbindir=%{_sbindir} \
+	--without_gfs \
+	--without_gfs2 \
+	--without_gnbd \
+	--without_kernel_modules
+%{__make} -C %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd %{name}
 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
 
-%{__make} install \
+%{__make} -C %{name} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/cluster
@@ -90,7 +88,9 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_sbindir}/ccs_test
+%attr(755,root,root) %{_sbindir}/ccs_tool
+%attr(755,root,root) %{_sbindir}/ccsd
 %dir %{_sysconfdir}/cluster
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cluster/cluster.xml
 %{_mandir}/man5/cluster.conf.5*
@@ -110,6 +110,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2011/05/22 15:27:48  qboosh
+- updated to 2.03.10 (the last 2nd generation cluster release)
+- removed optflags,include,compile patches
+
 Revision 1.24  2009/11/03 22:01:26  sls
 - added compile.patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ccs/ccs.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list