summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2005-11-05 23:35:21 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit12a5ab6d99bde6fbe5a7ddd0a9e23cee4c4b56d4 (patch)
treef66e81309ab12e523bd6260836c8d5397236b688
parenteff3c29a03b639c26673b5e9741615ea500a9fdc (diff)
downloadccs-12a5ab6d99bde6fbe5a7ddd0a9e23cee4c4b56d4.zip
ccs-12a5ab6d99bde6fbe5a7ddd0a9e23cee4c4b56d4.tar.gz
- release 1.01.00
Changed files: ccs.spec -> 1.9
-rw-r--r--ccs.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/ccs.spec b/ccs.spec
index 621e396..fd02a80 100644
--- a/ccs.spec
+++ b/ccs.spec
@@ -1,12 +1,12 @@
Summary: Cluster configuration system to manage the cluster config file
Summary(pl): System konfiguracji klastra do zarz±dzania jego plikiem konfiguracyjnym
Name: ccs
-Version: 0.24
+Version: 1.01.00
Release: 1
License: GPL v2
Group: Applications/System
-Source0: http://people.redhat.com/cfeist/cluster/tgz/%{name}-%{version}.tar.gz
-# Source0-md5: 1df515f83510b4f5d9c0c5f70e8503cf
+Source0: ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz
+# Source0-md5: e98551b02ee8ed46ae0ab8fca193d751
URL: http://sources.redhat.com/cluster/ccs/
BuildRequires: libxml2-devel >= 2.0
BuildRequires: magma-devel >= 1.0
@@ -35,11 +35,12 @@ Header files and static library for ccs.
Pliki nagłówkowe i biblioteka statyczna ccs.
%prep
-%setup -q
-
+%setup -q -n cluster-%{version}
+cd %{name}
%{__perl} -pi -e 's/-O2/%{rpmcflags}/' {ccs_tool,ccs_test,lib,daemon}/Makefile
%build
+cd %{name}
./configure \
--incdir=%{_includedir} \
--libdir=%{_libdir} \
@@ -51,6 +52,7 @@ Pliki nagłówkowe i biblioteka statyczna ccs.
%install
rm -rf $RPM_BUILD_ROOT
+cd %{name}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT