Whamcloud - gitweb
RPM build fixes.
[fs/lustre-release.git] / lustre / scripts / lustre.spec.in
1 # lustre.spec
2 %define version HEAD
3 %define kversion @LINUXRELEASE@
4 %define linuxdir @LINUX@
5
6 Summary: Lustre Lite File System
7 Name: lustre-lite
8 Version: %{version}
9 Release: @RELEASE@
10 Copyright: GPL
11 Group: Utilities/System
12 Requires: lustre-modules, PyXML
13 Source: ftp://ftp.lustre.com/pub/lustre/lustre-%{version}.tar.gz
14 BuildRoot: /var/tmp/lustre-%{version}-root
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 %install
73 cd $RPM_BUILD_DIR/lustre-%{version}
74 make install prefix=$RPM_BUILD_ROOT
75
76 %ifarch alpha
77 # this hurts me
78   conf_flag=
79   linuxdir=%{linuxdir}
80   test -d $linuxdir && conf_flag=--with-linux=$linuxdir
81   make clean
82   ./configure --enable-rtscts-myrinet $conf_flag
83   make
84   cp linux/rtscts/rtscts.o $RPM_BUILD_ROOT/lib/modules/%{kversion}/kernel/net/lustre/rtscts_myrinet.o
85   cp user/myrinet_utils/mcpload $RPM_BUILD_ROOT/usr/sbin/mcpload
86 %endif
87
88 # Create the pristine source directory.
89 cd $RPM_BUILD_DIR/lustre-%{version}
90 mkdir -p $RPM_BUILD_ROOT/usr/src
91 rm -f lustre-source
92 ln -s $RPM_BUILD_ROOT/usr/src lustre-source
93 make distdir distdir=lustre-source/lustre-%{version}
94
95 # ldap database directory
96 mkdir -p $RPM_BUILD_ROOT/var/lib/ldap/lustre
97
98 %files
99 %attr(-, root, root) /usr/sbin/lmc
100 %attr(-, root, root) /usr/sbin/lctl
101 %attr(-, root, root) /usr/sbin/lconf
102 %attr(-, root, root) /usr/sbin/lactive
103 %attr(-, root, root) /usr/sbin/llanalyze
104 %attr(-, root, root) /usr/bin/lfind
105 %attr(-, root, root) /usr/bin/lstripe
106 %attr(-, root, root) /usr/bin/mcreate
107 %attr(-, root, root) /usr/bin/munlink
108 %attr(-, root, root) /usr/bin/mkdirmany
109 %attr(-, root, root) /usr/sbin/llstat.pl
110 %attr(-, root, root) /usr/sbin/llobdstat.pl
111 %attr(-, root, root) /usr/sbin/load_ldap.sh
112 %attr(-, root, root) /usr/lib/lustre/python/*
113 %attr(-, root, root) /usr/lib/lustre/examples/llmount.sh
114 %attr(-, root, root) /usr/lib/lustre/examples/llmountcleanup.sh
115 %attr(-, root, root) /usr/lib/lustre/examples/llecho.sh
116 %attr(-, root, root) /usr/lib/lustre/examples/local.sh
117 %attr(-, root, root) /usr/lib/lustre/examples/uml.sh
118 %attr(-, root, root) /usr/lib/lustre/examples/lov.sh
119 %attr(-, root, root) /usr/lib/lustre/examples/echo.sh
120 %attr(-, root, root) /usr/lib/lustre/examples/llechocleanup.sh
121
122 %attr(-, root, root) /etc/init.d/lustre
123 %attr(-, root, root) /usr/sbin/acceptor
124 %attr(-, root, root) /usr/sbin/ptlctl
125 %attr(-, root, root) /usr/sbin/debugctl
126 %attr(-, root, root) /lib/libportals.a
127 %attr(-, root, root) /lib/libptlctl.a
128 %attr(-, root, root) /lib/libtcpnal.a
129 %attr(-, root, root) /usr/include/lustre/*.h
130 %attr(-, root, root) /usr/sbin/lload
131 %attr(-, root, root) /usr/sbin/obdbarrier
132 %attr(-, root, root) /usr/sbin/obdio
133 %attr(-, root, root) /usr/sbin/routerstat
134 %attr(-, root, root) /usr/sbin/wirecheck
135
136 %ifarch alpha
137 %attr(-, root, root) /usr/sbin/mcpload
138 %endif
139
140 %files -n lustre-doc
141 %attr(-, root, root) %doc COPYING FDL
142 %attr(-, root, root) %doc doc/lustre.pdf doc/lustre-HOWTO.txt
143 #%attr(-, root, root) %doc tests/client-echo.cfg tests/client-mount.cfg
144 #%attr(-, root, root) %doc tests/client-mount2.cfg
145 #%attr(-, root, root) %doc tests/elan-client.cfg tests/elan-server.cfg
146 #%attr(-, root, root) %doc tests/ldlm.cfg tests/lustre.cfg
147 #%attr(-, root, root) %doc tests/mds.cfg tests/net-client.cfg
148 #%attr(-, root, root) %doc tests/net-local.cfg tests/net-server.cfg
149 #%attr(-, root, root) %doc tests/obdecho.cfg tests/obdfilter.cfg
150
151 %files -n lustre-modules
152 %attr(-, root, root) %doc COPYING
153 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/ldlm.o
154 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/llite.o
155 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/mdc.o
156 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/mds.o
157 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/fsfilt_ext3.o
158 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/fsfilt_reiserfs.o
159 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/obdclass.o
160 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/obdecho.o
161 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/obdfilter.o
162 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/lov.o
163 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/osc.o
164 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/ost.o
165 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/ptlrpc.o
166 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/ptlbd.o
167 %attr(-, root, root) /lib/modules/%{kversion}/kernel/fs/lustre/cobd.o
168 #portals modules
169 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/kptlrouter.o
170 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/*nal.o
171 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/portals.o
172 %ifarch alpha
173 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/p3mod.o
174 %attr(-, root, root) /lib/modules/%{kversion}/kernel/net/lustre/rtscts.o
175 %endif
176
177 %files -n lustre-source
178 %attr(-, root, root) /usr/src/lustre-%{version}
179
180 #%ifarch i386
181 #%files -n liblustre
182 #%attr(-, root, root) /lib/lustre
183 #%attr(-, root, root) /lib/lustre/liblov.a
184 #%attr(-, root, root) /lib/lustre/liblustreclass.a
185 #%attr(-, root, root) /lib/lustre/libptlrpc.a
186 #%attr(-, root, root) /lib/lustre/libobdecho.a
187 #%attr(-, root, root) /lib/lustre/libldlm.a
188 #%attr(-, root, root) /lib/lustre/libosc.a
189 #%attr(-, root, root) /usr/sbin/lctl
190 #%attr(-, root, root) /usr/sbin/lfind
191 #%attr(-, root, root) /usr/sbin/lstripe
192 #%attr(-, root, root) /usr/sbin/obdio
193 #%attr(-, root, root) /usr/sbin/obdbarrier
194 #%attr(-, root, root) /usr/sbin/obdstat
195 #%attr(-, root, root) /usr/sbin/lload
196 #%attr(-, root, root) /usr/sbin/lconf
197 #%attr(-, root, root) /usr/sbin/lmc
198 #%attr(-, root, root) /usr/sbin/llanalyze
199 #%endif
200
201
202 %files -n lustre-ldap
203 %attr(-, root, root) /etc/openldap/slapd-lustre.conf
204 %attr(-, root, root) /etc/openldap/schema/lustre.schema
205 %attr(-, root, root) /usr/lib/lustre/lustre2ldif.xsl
206 %attr(-, root, root) /usr/lib/lustre/top.ldif
207 #%dir /var/lib/ldap/lustre
208 %attr(700, ldap, ldap) /var/lib/ldap/lustre
209
210 %post
211 if [ ! -e /dev/obd ]; then
212    mknod /dev/obd c 10 241
213 fi
214 if [ ! -e /dev/portals ]; then
215    mknod /dev/portals c 10 240
216 fi
217 depmod -ae || exit 0
218
219 #grep -q obdclass /etc/modules.conf || \
220 #       echo 'alias char-major-10-241 obdclass' >> /etc/modules.conf
221
222 #grep -q '/dev/obd' /etc/modules.conf || \
223 #       echo 'alias /dev/obd obdclass' >> /etc/modules.conf
224
225 #grep -q '/dev/lustre' /etc/modules.conf || \
226 #       echo 'alias /dev/lustre obdclass' >> /etc/modules.conf
227
228 #grep -q portals /etc/modules.conf || \
229 #        echo 'alias char-major-10-240 portals' >> /etc/modules.conf
230
231 #grep -q '/dev/portals' /etc/modules.conf || \
232 #        echo 'alias /dev/portals portals' >> /etc/modules.conf
233
234 %postun
235 depmod -ae || exit 0
236
237 %post -n lustre-ldap
238 if ! grep -q slapd-lustre /etc/openldap/slapd.conf; then 
239   echo "include /etc/openldap/slapd-lustre.conf" >> /etc/openldap/slapd.conf
240 fi
241
242 %postun -n lustre-ldap
243 slapd=/etc/openldap/slapd.conf
244 if grep -q slapd-lustre $slapd; then 
245    tmp=/tmp/lustre-ldap.$$
246    sed "/slapd-lustre/d" $slapd >> $tmp
247    cp $tmp $slapd
248    rm $tmp
249 fi
250
251 %clean
252 #rm -rf $RPM_BUILD_ROOT
253
254 # end of file