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