SPECS: gfs.spec - updated to cluster-1.01.00, Epoch 1
qboosh
qboosh at pld-linux.org
Sat Nov 19 09:48:22 CET 2005
Author: qboosh Date: Sat Nov 19 08:48:22 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to cluster-1.01.00, Epoch 1
---- Files affected:
SPECS:
gfs.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/gfs.spec
diff -u SPECS/gfs.spec:1.6 SPECS/gfs.spec:1.7
--- SPECS/gfs.spec:1.6 Sat Apr 23 21:31:33 2005
+++ SPECS/gfs.spec Sat Nov 19 09:48:17 2005
@@ -2,21 +2,13 @@
Summary: Shared-disk cluster file system
Summary(pl): Klastrowy system plików na współdzielonym dysku
Name: gfs
-Version: 6.1
-%define bver pre21
-Release: 0.%{bver}.1
+Version: 1.01.00
+Release: 1
+Epoch: 1
License: GPL v2
Group: Applications/System
-Source0: http://people.redhat.com/cfeist/cluster/tgz/%{name}-%{version}-%{bver}.tar.gz
-# Source0-md5: 0b623c83354884e9da498e09130a3214
-# from gfs-kernel CVS
-Source1: gfs_ondisk.h
-# NoSource1-md5: 772e1801249bff0478b844924c0fdc20 (rev. 1.7; doesn't compile with 1.8)
-Source2: gfs_ioctl.h
-# NoSource2-md5: fad0a58f6f39499661704f0d5af3a8c0 (rev. 1.10)
-# from gfs-kernel/harness CVS
-Source3: lm_interface.h
-# NoSource3-md5: 5b000a3b33af218e1b6b8a7d96b7e356 (rev. 1.7)
+Source0: ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz
+# Source0-md5: e98551b02ee8ed46ae0ab8fca193d751
URL: http://sources.redhat.com/cluster/gfs/
BuildRequires: iddev
BuildRequires: perl-base
@@ -46,15 +38,17 @@
wszystkich innych maszynach w klastrze.
%prep
-%setup -q -n %{name}-%{version}-%{bver}
-
-install -d include/linux
-cp %{SOURCE1} %{SOURCE2} %{SOURCE3} include/linux
+%setup -q -n cluster-%{version}
+install -d %{name}/include/linux
+install %{name}-kernel/src/gfs/{gfs_ioctl.h,gfs_ondisk.h} %{name}/include/linux
+install %{name}-kernel/src/harness/lm_interface.h %{name}/include/linux
+cd %{name}
%{__perl} -pi -e 's/-Wall/%{rpmcflags} -Wall/' make/defines.mk.input
%{__perl} -pi -e 's/-O2 //' gfs_{mkfs,quota,tool}/Makefile
%build
+cd %{name}
./configure \
--incdir=%{_includedir} \
--libdir=%{_libdir} \
@@ -66,6 +60,7 @@
%install
rm -rf $RPM_BUILD_ROOT
+cd %{name}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -85,6 +80,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/11/19 08:48:17 qboosh
+- updated to cluster-1.01.00, Epoch 1
+
Revision 1.6 2005/04/23 19:31:33 qboosh
- BR: perl-base (used by configure)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gfs.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list