Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / scripts / lustre.spec.in
1 # lustre.spec
2 %define version b_devel
3 %define kversion @RELEASE@
4 %define linuxdir @LINUX@
5 Release: 0305281701chaos
6
7 Summary: Lustre Lite File System
8 Name: lustre-lite
9 Version: %{version}
10 Copyright: GPL
11 Group: Utilities/System
12 Requires: lustre-modules, PyXML
13 BuildRoot: /var/tmp/lustre-%{version}-root
14 Source: ftp://ftp.lustre.com/pub/lustre/lustre-%{version}.tar.gz
15
16 %description
17 The Lustre Lite Cluster File System: kernel drivers for file system,
18 servers and utilities.
19
20 %package -n lustre-modules
21 Summary: Kernel Lustre drivers for Linux %{kversion}
22 Requires: modutils >= 2.4.10
23 Group: Development/Kernel
24
25 %description -n lustre-modules
26 Lustre file System, server and network drivers for Linux %{kversion}.
27
28 %package -n lustre-source
29 Summary: Object-Based Disk storage driver source
30 Group: Development/Kernel
31
32 %description -n lustre-source
33 Lustre Lite Source for further development
34
35 %package -n lustre-doc
36 Summary: Documentation and sample configuration files
37 Group: Documentation
38 # FIXME: BuildArch overrides all the packages in rpm 4.0.4-7x
39 #BuildArch: noarch
40
41 %description -n lustre-doc
42 Documentation and sample configuration files for Lustre
43
44 %package -n lustre-ldap
45 Summary: Configures openldap server for LDAP Lustre config database
46 Group: Configuration
47 Requires: openldap-servers, openldap-clients, python-ldap, 4Suite
48
49 %description -n lustre-ldap
50 Configures openldap server for LDAP Lustre config database
51
52
53 %package -n liblustre
54 Summary: Lustre Lib
55 Group: Development/Kernel
56
57 %description -n liblustre
58 Lustre lib binary package.
59
60 %prep
61 %setup -qn lustre-%{version}
62 %setup -c -n lustre-%{version}-lib
63
64 %build
65 rm -rf $RPM_BUILD_ROOT
66
67 # Set an explicit path to our Linux tree, if we can.
68 cd $RPM_BUILD_DIR/lustre-%{version}
69 ./configure --with-linux='%{linuxdir}' 
70 make
71
72 %ifarch i386
73 cd $RPM_BUILD_DIR/lustre-%{version}-lib/lustre-%{version}
74 ./configure --with-lib 
75 make
76 %endif
77
78 %install
79 cd $RPM_BUILD_DIR/lustre-%{version}
80 make install prefix=$RPM_BUILD_ROOT
81
82 %ifarch i386
83 cd $RPM_BUILD_DIR/lustre-%{version}-lib/lustre-%{version}
84 make install prefix=$RPM_BUILD_ROOT
85 %endif
86
87 %ifarch alpha
88 # this hurts me
89   conf_flag=
90   linuxdir=%{linuxdir}
91   test -d $linuxdir && conf_flag=--with-linux=$linuxdir
92   make clean
93   ./configure --enable-rtscts-myrinet $conf_flag
94   make
95   cp linux/rtscts/rtscts.o $RPM_BUILD_ROOT/lib/modules/%{kversion}/kernel/net/lustre/rtscts_myrinet.o
96   cp user/myrinet_utils/mcpload $RPM_BUILD_ROOT/usr/sbin/mcpload
97 %endif
98
99 # Create the pristine source directory.
100 cd $RPM_BUILD_DIR/lustre-%{version}
101 mkdir -p $RPM_BUILD_ROOT/usr/src
102 rm -f lustre-source
103 ln -s $RPM_BUILD_ROOT/usr/src lustre-source
104 make distdir distdir=lustre-source/lustre-%{version}
105
106 # ldap database directory
107 mkdir -p $RPM_BUILD_ROOT/var/lib/ldap/lustre
108
109 %files
110 %attr(-, root, root) /usr/sbin/lmc
111 %attr(-, root, root) /usr/sbin/lctl
112 %attr(-, root, root) /usr/sbin/lconf
113 %attr(-, root, root) /usr/sbin/llanalyze
114 %attr(-, root, root) /usr/sbin/lfind
115 %attr(-, root, root) /usr/sbin/lstripe
116 %attr(-, root, root) /usr/sbin/mcreate
117 %attr(-, root, root) /usr/sbin/mkdirmany
118 %attr(-, root, root) /usr/lib/lustre/python/*
119 %attr(-, root, root) /usr/lib/lustre/examples/llmount.sh
120 %attr(-, root, root) /usr/lib/lustre/examples/llmountcleanup.sh
121 %attr(-, root, root) /usr/lib/lustre/examples/llecho.sh
122 %attr(-, root, root) /usr/lib/lustre/examples/local.sh
123 %attr(-, root, root) /usr/lib/lustre/examples/uml.sh
124 %attr(-, root, root) /usr/lib/lustre/examples/lov.sh
125 %attr(-, root, root) /etc/init.d/lustre
126 %attr(-, root, root) /usr/sbin/acceptor
127 %attr(-, root, root) /usr/sbin/ptlctl
128 %attr(-, root, root) /usr/sbin/debugctl
129 %attr(-, root, root) /lib/libportals.a
130 %attr(-, root, root) /lib/libptlctl.a
131 %attr(-, root, root) /lib/libtcpnal.a
132 %attr(-, root, root) /usr/include/lustre/*.h
133 %ifarch alpha
134 %attr(-, root, root) /usr/sbin/mcpload
135 %endif
136
137 %files -n lustre-doc
138 #%attr(-, root, root) %doc COPYING FDL
139 %attr(-, root, root) %doc doc/lustre.pdf doc/lustre-HOWTO.txt
140 %attr(-, root, root) %doc tests/client-echo.cfg tests/client-mount.cfg
141 %attr(-, root, root) %doc tests/client-mount2.cfg
142 %attr(-, root, root) %doc tests/elan-client.cfg tests/elan-server.cfg
143 %attr(-, root, root) %doc tests/ldlm.cfg tests/lustre.cfg
144 %attr(-, root, root) %doc tests/mds.cfg tests/net-client.cfg
145 %attr(-, root, root) %doc tests/net-local.cfg tests/net-server.cfg
146 %attr(-, root, root) %doc tests/obdecho.cfg tests/obdfilter.cfg
147
148 %files -n lustre-modules
149 %attr(-, root, root) %doc COPYING
150 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/ldlm.o
151 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/llite.o
152 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/mdc.o
153 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/mds.o
154 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/fsfilt_ext3.o
155 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/obdclass.o
156 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/obdecho.o
157 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/obdfilter.o
158 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/lov.o
159 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/osc.o
160 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/ost.o
161 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/ptlrpc.o
162 #portals modules
163 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/kptlrouter.o
164 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/*nal.o
165 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/portals.o
166 %ifarch alpha
167 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/p3mod.o
168 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/rtscts.o
169 %endif
170
171 %files -n lustre-source
172 %attr(-, root, root) /usr/src/lustre-%{version}
173
174 %ifarch i386
175 %files -n liblustre
176 %attr(-, root, root) /lib/lustre
177 %attr(-, root, root) /lib/lustre/liblov.a
178 %attr(-, root, root) /lib/lustre/liblustreclass.a
179 %attr(-, root, root) /lib/lustre/libptlrpc.a
180 %attr(-, root, root) /lib/lustre/libobdecho.a
181 %attr(-, root, root) /lib/lustre/libldlm.a
182 %attr(-, root, root) /lib/lustre/libosc.a
183 %attr(-, root, root) /usr/sbin/lctl
184 %attr(-, root, root) /usr/sbin/lfind
185 %attr(-, root, root) /usr/sbin/lstripe
186 %attr(-, root, root) /usr/sbin/obdio
187 %attr(-, root, root) /usr/sbin/obdbarrier
188 %attr(-, root, root) /usr/sbin/obdstat
189 %attr(-, root, root) /usr/sbin/lload
190 %attr(-, root, root) /usr/sbin/lconf
191 %attr(-, root, root) /usr/sbin/lmc
192 %attr(-, root, root) /usr/sbin/llanalyze
193 %endif
194
195
196 %files -n lustre-ldap
197 %attr(-, root, root) /etc/openldap/slapd-lustre.conf
198 %attr(-, root, root) /etc/openldap/schema/lustre.schema
199 %attr(-, root, root) /usr/lib/lustre/lustre2ldif.xsl
200 %attr(-, root, root) /usr/lib/lustre/top.ldif
201 %dir /var/lib/ldap/lustre
202 %attr(700, ldap, ldap) /var/lib/ldap/lustre
203
204 %post
205 if [ ! -e /dev/obd ]; then
206    mknod /dev/obd c 10 241
207 fi
208 if [ ! -e /dev/portals ]; then
209    mknod /dev/portals c 10 240
210 fi
211 depmod -ae || exit 0
212
213 grep -q obdclass /etc/modules.conf || \
214         echo 'alias char-major-10-241 obdclass' >> /etc/modules.conf
215
216 grep -q '/dev/obd' /etc/modules.conf || \
217         echo 'alias /dev/obd obdclass' >> /etc/modules.conf
218
219 grep -q '/dev/lustre' /etc/modules.conf || \
220         echo 'alias /dev/lustre obdclass' >> /etc/modules.conf
221
222 grep -q portals /etc/modules.conf || \
223         echo 'alias char-major-10-240 portals' >> /etc/modules.conf
224
225 grep -q '/dev/portals' /etc/modules.conf || \
226         echo 'alias /dev/portals portals' >> /etc/modules.conf
227
228 %postun
229 depmod -ae || exit 0
230
231 %post -n lustre-ldap
232 if ! grep -q slapd-lustre /etc/openldap/slapd.conf; then 
233   echo "include /etc/openldap/slapd-lustre.conf" >> /etc/openldap/slapd.conf
234 fi
235
236 %postun -n lustre-ldap
237 slapd=/etc/openldap/slapd.conf
238 if grep -q slapd-lustre $slapd; then 
239    tmp=/tmp/lustre-ldap.$$
240    sed "/slapd-lustre/d" $slapd >> $tmp
241    cp $tmp $slapd
242    rm $tmp
243 fi
244 %clean
245 #rm -rf $RPM_BUILD_ROOT
246
247 # end of file