SPECS: kernel-fs-gfs.spec - up to 1.01.00
zbyniu
zbyniu at pld-linux.org
Sun Nov 6 22:29:33 CET 2005
Author: zbyniu Date: Sun Nov 6 21:29:33 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.01.00
---- Files affected:
SPECS:
kernel-fs-gfs.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/kernel-fs-gfs.spec
diff -u SPECS/kernel-fs-gfs.spec:1.6 SPECS/kernel-fs-gfs.spec:1.7
--- SPECS/kernel-fs-gfs.spec:1.6 Thu Sep 15 20:25:05 2005
+++ SPECS/kernel-fs-gfs.spec Sun Nov 6 22:29:27 2005
@@ -1,24 +1,22 @@
# $Revision$, $Date$
#
# Condtional build:
-%bcond_without kernel # don't build kernel modules
+%bcond_without kernel # don't build kernel modules
%bcond_without dist_kernel # without distribution kernel
%bcond_without smp # without smp packages
%bcond_with verbose # verbose build (V=1)
#
-%define snap 20050729
-%define _rel 0.%{snap}.1
+%define _rel 0.3
Summary: Shared-disk cluster file system
Summary(pl): System plików dla klastrów z współdzieloną przestrzenią dyskową
Name: kernel-fs-gfs
-Version: 0.1
+Version: 1.01.00
Release: %{_rel}@%{_kernel_ver_str}
Epoch: 0
License: GPL v2
Group: Base/Kernel
-# taken from STABLE branch
-Source0: cluster-gfs-%{snap}.tar.gz
-# Source0-md5: 7be8fb3998d0c5d1c2462e8cd61ddda9
+Source0: ftp://sources.redhat.com/pub/cluster/releases/cluster-%{version}.tar.gz
+# Source0-md5: e98551b02ee8ed46ae0ab8fca193d751
URL: http://sources.redhat.com/cluster/gfs/
BuildRequires: kernel-cluster-cman-devel
BuildRequires: kernel-cluster-dlm-devel
@@ -96,9 +94,10 @@
pliki nagłówkowe.
%prep
-%setup -q -n cluster-gfs-%{snap}
+%setup -q -n cluster-%{version}
%build
+cd gfs-kernel
./configure \
--kernel_src=%{_kernelsrcdir}
%if %{with kernel}
@@ -161,6 +160,7 @@
%install
rm -rf $RPM_BUILD_ROOT
+cd gfs-kernel
%if %{with kernel}
# DLM
install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/kernel/fs/gfs_locking/lock_dlm
@@ -174,37 +174,37 @@
# GFS
install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/kernel/fs/gfs
install src/gfs/gfs-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/fs/gfs/gfs.ko
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/fs/gfs/gfs.ko
%if %{with smp} && %{with dist_kernel}
install src/gfs/gfs-smp.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/fs/gfs/gfs.ko
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/fs/gfs/gfs.ko
%endif
# GULM
install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/kernel/fs/gfs_locking/lock_gulm
install src/gulm/lock_gulm-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/fs/gfs_locking/lock_gulm/lock_gulm.ko
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/fs/gfs_locking/lock_gulm/lock_gulm.ko
%if %{with smp} && %{with dist_kernel}
install src/gulm/lock_gulm-smp.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/fs/gfs_locking/lock_gulm/lock_gulm.ko
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/fs/gfs_locking/lock_gulm/lock_gulm.ko
%endif
# HARNESS
install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/kernel/fs/gfs_locking/lock_harness
install src/harness/lock_harness-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/fs/gfs_locking/lock_harness/lock_harness.ko
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/fs/gfs_locking/lock_harness/lock_harness.ko
%if %{with smp} && %{with dist_kernel}
install src/harness/lock_harness-smp.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/fs/gfs_locking/lock_harness/lock_harness.ko
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/fs/gfs_locking/lock_harness/lock_harness.ko
%endif
# NOLOCK
install -d $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}{,smp}/kernel/fs/gfs_locking/lock_nolock
install src/nolock/lock_nolock-%{?with_dist_kernel:up}%{!?with_dist_kernel:nondist}.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/fs/gfs_locking/lock_nolock/lock_nolock.ko
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}/kernel/fs/gfs_locking/lock_nolock/lock_nolock.ko
%if %{with smp} && %{with dist_kernel}
install src/nolock/lock_nolock-smp.ko \
- $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/fs/gfs_locking/lock_nolock/lock_nolock.ko
+ $RPM_BUILD_ROOT/lib/modules/%{_kernel_ver}smp/kernel/fs/gfs_locking/lock_nolock/lock_nolock.ko
%endif
%endif
@@ -250,6 +250,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/11/06 21:29:27 zbyniu
+- up to 1.01.00
+
Revision 1.6 2005/09/15 18:25:05 sparky
- prepared for kernel >= 2.6.13: link Module.symvers
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-fs-gfs.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list