]> git.pld-linux.org Git - packages/ccs.git/commitdiff
- updated BRs, use optflags
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Apr 2005 19:25:27 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccs.spec -> 1.7

ccs.spec

index febaaeb229fc79d25630ae61b090a755589571d6..a081ac1c9f1272aeb00c52b0ad7e4dd1c126047f 100644 (file)
--- a/ccs.spec
+++ b/ccs.spec
@@ -3,12 +3,14 @@ Summary(pl):  System konfiguracji klastra do zarz
 Name:          ccs
 Version:       0.24
 Release:       0.1
-License:       GPL
+License:       GPL v2
 Group:         Applications/System
 Source0:       http://people.redhat.com/cfeist/cluster/tgz/%{name}-%{version}.tar.gz
 # Source0-md5: 1df515f83510b4f5d9c0c5f70e8503cf
 URL:           http://sources.redhat.com/cluster/ccs/
-BuildRequires: libxml-devel
+BuildRequires: libxml2-devel >= 2.0
+BuildRequires: magma-devel >= 1.0
+BuildRequires: perl-base
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sbindir        /sbin
@@ -24,6 +26,7 @@ konfiguracyjnym.
 Summary:       Header files and static library for ccs
 Summary(pl):   Pliki nag³ówkowe i biblioteka statyczna ccs
 Group:         Development/Libraries
+# doesn't require base
 
 %description devel
 Header files and static library for ccs.
@@ -34,10 +37,11 @@ Pliki nag
 %prep
 %setup -q
 
+%{__perl} -pi -e 's/-O2/%{rpmcflags}/' {ccs_tool,ccs_test,lib,daemon}/Makefile
+
 %build
 ./configure \
        --incdir=%{_includedir} \
-       --kernel_src=%{_kernelsrcdir} \
        --libdir=%{_libdir} \
        --mandir=%{_mandir} \
        --prefix=%{_prefix} \
@@ -62,8 +66,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_sbindir}/*
 %dir %{_sysconfdir}/cluster
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cluster/cluster.xml
+%{_mandir}/man5/cluster.conf.5*
+%{_mandir}/man7/ccs.7*
+%{_mandir}/man8/ccs*.8*
+#%attr(754,root,root) /etc/rc.d/init.d/ccsd
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*.h
-%{_libdir}/*.a
+%{_includedir}/ccs.h
+%{_libdir}/libccs.a
This page took 0.082414 seconds and 4 git commands to generate.